Started by user Sravan Kumar Lakkimsetti Running as Sravan Kumar Lakkimsetti Agent jipp-centos-7-agent-6gb-6r94n is provisioned from template jipp-centos-7-agent-6gb --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33" jenkins/label: "centos-7-6gb" name: "jipp-centos-7-agent-6gb-6r94n" 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: "jipp-centos-7-agent-6gb-6r94n" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "jipp-centos-7-agent-6gb-6r94n" - 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-7:remoting-3044.vb_940a_a_e4f72e" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "6144Mi" requests: cpu: "1000m" memory: "6144Mi" 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" Building remotely on jipp-centos-7-agent-6gb-6r94n (centos-7-6gb) in workspace /home/jenkins/agent/workspace/eclipse-aggregator-master [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git init /home/jenkins/agent/workspace/eclipse-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.36.5' > git fetch --tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/*:refs/remotes/origin/* # 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/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 41dbd3cdafc17bd697594addbbf9a4e784413464 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 41dbd3cdafc17bd697594addbbf9a4e784413464 # timeout=10 Commit message: "Build input for build I20230308-1800" > git rev-list --no-walk 6a2b7260e127ef020394d7ae22edb7336cfba3a3 # 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.common.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.common.path # timeout=10 > git config --get submodule.eclipse.platform.debug.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.debug.path # timeout=10 > git config --get submodule.eclipse.platform.releng.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.releng.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.swt.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.swt.binaries.path # timeout=10 > git config --get submodule.eclipse.platform.text.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.text.path # timeout=10 > git config --get submodule.eclipse.platform.ua.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ua.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 eclipse.jdt # timeout=10 > git submodule update --init --recursive eclipse.jdt.core # timeout=10 > git submodule update --init --recursive eclipse.jdt.core.binaries # timeout=10 > git submodule update --init --recursive eclipse.jdt.debug # timeout=10 > git submodule update --init --recursive eclipse.jdt.ui # timeout=10 > git submodule update --init --recursive eclipse.pde # timeout=10 > git submodule update --init --recursive eclipse.platform # timeout=10 > git submodule update --init --recursive eclipse.platform.common # timeout=10 > git submodule update --init --recursive eclipse.platform.debug # timeout=10 > git submodule update --init --recursive eclipse.platform.releng # timeout=10 > git submodule update --init --recursive eclipse.platform.swt # timeout=10 > git submodule update --init --recursive eclipse.platform.swt.binaries # timeout=10 > git submodule update --init --recursive eclipse.platform.text # timeout=10 > git submodule update --init --recursive eclipse.platform.ua # timeout=10 > git submodule update --init --recursive eclipse.platform.ui # timeout=10 > git submodule update --init --recursive rt.equinox.binaries # timeout=10 > git submodule update --init --recursive equinox # timeout=10 > git submodule update --init --recursive rt.equinox.p2 # timeout=10 [Checks API] No suitable checks publisher found. The recommended git tool is: git No credentials specified > git rev-parse 41dbd3cdafc17bd697594addbbf9a4e784413464^{commit} # timeout=10 The recommended git tool is: git No credentials specified [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git' [GitCheckoutListener] Found previous build 'eclipse-aggregator-master #1377' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '6a2b726' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit '41dbd3c' as starting point [GitCheckoutListener] -> Recorded 7 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@7201315d' to render commit links $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [eclipse-aggregator-master] $ Xvnc -help Starting xvnc [eclipse-aggregator-master] $ Xvnc :45 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Feb 17 2023 13:23:39 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Thu Mar 9 03:29:48 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5945 vncext: created VNC server for screen 0 [eclipse-aggregator-master] $ /bin/sh -xe /tmp/jenkins5298417156501819835.sh + unset JAVA_TOOL_OPTIONS + unset _JAVA_OPTIONS + git clean -f -d -x Removing .Xauthority-9563921152414269162 + git reset --hard HEAD HEAD is now at 41dbd3cd Build input for build I20230308-1800 + git submodule foreach git clean -f -d -x Entering 'eclipse.jdt' Entering 'eclipse.jdt.core' Entering 'eclipse.jdt.core.binaries' Entering 'eclipse.jdt.debug' Entering 'eclipse.jdt.ui' Entering 'eclipse.pde' Entering 'eclipse.platform' Entering 'eclipse.platform.common' Entering 'eclipse.platform.debug' Entering 'eclipse.platform.releng' Entering 'eclipse.platform.swt' Entering 'eclipse.platform.swt.binaries' Entering 'eclipse.platform.text' Entering 'eclipse.platform.ua' Entering 'eclipse.platform.ui' Entering 'equinox' Entering 'rt.equinox.binaries' Entering 'rt.equinox.p2' + git submodule foreach git reset --hard HEAD Entering 'eclipse.jdt' HEAD is now at 37cb956 Version bumps for 4.28 stream Entering 'eclipse.jdt.core' HEAD is now at d86e63a3bd Bump jdt core version for 4.28 (#723) Entering 'eclipse.jdt.core.binaries' HEAD is now at 9a0ff37 POM and product version changes for 4.28 release Entering 'eclipse.jdt.debug' HEAD is now at a7078f8fb JDIType.throwDebugException() doesn't properly handle disconnected exception (#192) Entering 'eclipse.jdt.ui' HEAD is now at e3dd557580 Version bumps for 4.28 stream Entering 'eclipse.pde' HEAD is now at c0936441bc Version bumps for 4.28 stream (#499) Entering 'eclipse.platform' HEAD is now at 9839c18f52 Fix typos and cleanup readme (#347) Entering 'eclipse.platform.common' HEAD is now at e233697f9 Align version in pom with manifest Entering 'eclipse.platform.debug' HEAD is now at 578f40997 POM and product version changes for 4.28 release Entering 'eclipse.platform.releng' HEAD is now at 8b553016 Version bumps for 4.28 stream (#206) Entering 'eclipse.platform.swt' HEAD is now at ac8f665156 v4960r2 Entering 'eclipse.platform.swt.binaries' HEAD is now at e0d04694e v4960r2 Entering 'eclipse.platform.text' HEAD is now at eb24ea5ab Increase bundle version to 1.2.500 Entering 'eclipse.platform.ua' HEAD is now at 843e2e4d3 version bumps for 4.28 stream (#101) Entering 'eclipse.platform.ui' HEAD is now at 378f2a104a POM and product version changes for 4.28 release Entering 'equinox' HEAD is now at 710862443 Version bumps for 4.28 stream Entering 'rt.equinox.binaries' HEAD is now at 1aeebe9 Recompiled binaries Entering 'rt.equinox.p2' HEAD is now at 221ef1311 Version bumps for 4.28 stream [eclipse-aggregator-master] $ /bin/sh -xe /tmp/jenkins8262831574195427680.sh + git checkout master Switched to a new branch 'master' branch 'master' set up to track 'origin/master'. + git pull --rebase Already up to date. + git submodule foreach git checkout master Entering 'eclipse.jdt' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.jdt.core' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.jdt.core.binaries' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.jdt.debug' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.jdt.ui' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.pde' Previous HEAD position was c0936441bc Version bumps for 4.28 stream (#499) Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.common' Previous HEAD position was e233697f9 Align version in pom with manifest Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.debug' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.releng' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.swt' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.swt.binaries' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.text' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.ua' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'eclipse.platform.ui' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'equinox' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'rt.equinox.binaries' Switched to branch 'master' Your branch is up to date with 'origin/master'. Entering 'rt.equinox.p2' Switched to branch 'master' Your branch is up to date with 'origin/master'. + git submodule foreach git pull --rebase Entering 'eclipse.jdt' Already up to date. Entering 'eclipse.jdt.core' Already up to date. Entering 'eclipse.jdt.core.binaries' Already up to date. Entering 'eclipse.jdt.debug' Already up to date. Entering 'eclipse.jdt.ui' Already up to date. Entering 'eclipse.pde' Already up to date. Entering 'eclipse.platform' Already up to date. Entering 'eclipse.platform.common' Already up to date. Entering 'eclipse.platform.debug' Already up to date. Entering 'eclipse.platform.releng' Already up to date. Entering 'eclipse.platform.swt' Already up to date. Entering 'eclipse.platform.swt.binaries' Already up to date. Entering 'eclipse.platform.text' Already up to date. Entering 'eclipse.platform.ua' Already up to date. Entering 'eclipse.platform.ui' Already up to date. Entering 'equinox' Already up to date. Entering 'rt.equinox.binaries' Already up to date. Entering 'rt.equinox.p2' Already up to date. [eclipse-aggregator-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DskipTests=true -DskipTests=true -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository -e -U clean verify -Pbree-libs Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.0-SNAPSHOT (0d0ab3b4acc387349b4052b690c5a0b2c4682f9b) [INFO] Tycho Resolver: classic [INFO] Tycho Mode: extension [INFO] Tycho Builder: maven [INFO] Declared TargetEnvironment(s) {osgi.os=win32, osgi.ws=win32, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=aarch64} are skipped for org.eclipse.platform:org.eclipse.e4.ui.swt.gtk:eclipse-plugin:1.1.300-SNAPSHOT as they do not match the project filter (osgi.ws=gtk). [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=aarch64} are skipped for org.eclipse.platform:org.eclipse.e4.ui.swt.win32:eclipse-plugin:1.1.200-SNAPSHOT as they do not match the project filter (osgi.ws=win32). [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=win32, osgi.ws=win32, osgi.arch=x86_64} are skipped for org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:eclipse-plugin:0.13.100-SNAPSHOT as they do not match the project filter (osgi.ws=cocoa). [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=win32, osgi.ws=win32, osgi.arch=x86_64} are skipped for org.eclipse.platform:org.eclipse.ui.cocoa:eclipse-plugin:1.3.100-SNAPSHOT as they do not match the project filter (osgi.ws=cocoa). [INFO] Declared TargetEnvironment(s) {osgi.os=linux, osgi.ws=gtk, osgi.arch=x86_64}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=ppc64le}, {osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=x86_64}, {osgi.os=macosx, osgi.ws=cocoa, osgi.arch=aarch64} are skipped for org.eclipse.platform:org.eclipse.ui.win32:eclipse-plugin:3.4.600-SNAPSHOT as they do not match the project filter (osgi.ws=win32). [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-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, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: forced [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.28-I-builds [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt-feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.33.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.33.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.builder:3.11.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.2100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.model:3.11.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.performance:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.tests:3.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries:1.0.250-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.20.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.11.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.12.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.text.tests:3.13.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.text.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests:3.14.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring:3.14.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.28.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.11.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.astview:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.astview.feature:1.1.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview.feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.jeview:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.jeview.feature:1.0.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview.feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.bcoview:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.bcoview.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview.feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.annotations:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider. [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.ui:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.core:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.ui:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.annotations:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.annotations/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.core:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ua.ui:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde:3.13.2300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.core:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime.tests:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.launching:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.launching/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.runtime:3.7.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.runtime/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.13.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates:3.7.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests.smartimport:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests.smartimport/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] The digest algorithms (md5) used to verify osgi.bundle,org.json,1.0.0.v201011060100 have severely compromised security. Please report this concern to the artifact provider. [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.core:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.bundle:0.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.bundle/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.event:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.event/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.css:0.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.css/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.model:0.12.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.model/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.context:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.context/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spy.preferences:0.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.preferences/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.tools.layout.spy:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.tools.layout.spy/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.ui.trace:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.ui.trace/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.unittest.junit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.unittest.junit/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.build.tests:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde:3.14.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde-feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.update.configurator:3.4.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ant.core:3.6.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ant.launching:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ant.ui:3.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ant.tests.core:3.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ant.tests.ui:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.sdk:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.sdk/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.contenttype:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.expressions:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.jobs:3.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.runtime:3.26.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tools:1.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.tools/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.contexts:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.di:1.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions:0.17.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier:0.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.services:2.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.runtime.feature:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/features/org.eclipse.core.runtime.feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.contenttype.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.expressions.tests:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.harness:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.runtime:3.20.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.tests:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare:3.8.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare.core:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[win32/win32/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare.win32:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.win32/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.net:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.net.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.linux/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.net.win32:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.net.win32.x86_64:1.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32.x86_64/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jsch.core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jsch.ui:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.team.core:3.9.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.team.genericeditor.diff.extension:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.team.ui:3.9.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.net:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.ui.net/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare.tests:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.core:org.eclipse.core.tests.net:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jsch:org.eclipse.jsch.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.team:org.eclipse.team.tests.core:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare.examples:3.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.compare.examples.xml:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.team.examples.filesystem:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem:1.9.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.aarch64:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/loongarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.loongarch64:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/ppc64le], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.ppc64le:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.x86_64:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.macosx:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.win32.x86_64:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.resources:3.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.resources.spysupport:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.resources.win32.x86_64:3.5.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tools.resources:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.filesystem:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.filesystem.feature:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.filesystem.feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant1:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant2:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant3:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/org.eclipse.e4.rcp/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.beans:1.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings:0.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.13.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt:0.14.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme:0.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.dialogs:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.16.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.progress:0.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.gtk:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.win32:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt:1.4.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt:0.15.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.swt:0.16.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface:3.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.databinding:1.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.notifications:0.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui:3.202.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.browser:3.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.browser/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.cocoa:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.forms:3.11.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.ide:3.20.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.ide.application:1.4.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.monitoring:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.navigator:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.navigator.resources:3.8.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.themes:1.2.2200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.themes/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.views:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.views.log:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.views.properties.tabbed:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.win32:3.4.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.win32/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.workbench:3.128.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands.tests:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath.test:0.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings.tests:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests:0.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests.css.core:1.302.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests.css.swt:0.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt.test:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.tests:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.tests.databinding:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.tests.databinding.conformance:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.tests.notifications:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.tests.urischeme:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.ide.application.tests:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.monitoring.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests:3.15.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.browser:3.4.0 @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.forms:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.harness:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.navigator:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.performance:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.pluginchecks:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.rcp:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.tests.views.properties.tabbed:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.demo.cssbridge:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.ui.examples.job:0.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.examples.databinding:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.snippets:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.snippets/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.adapterservice:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.contributions:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.fieldassist:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.job:3.3.0 @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.markerHelp:3.2.0 @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.multipageeditor:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.navigator:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.propertysheet:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.readmetool:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.undo:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.uriSchemeHandler:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.views.properties.tabbed.article:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.forms.examples:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools:4.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.compat:4.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compat/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.compatibility.migration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compatibility.migration/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.emf.editor3x:4.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.editor3x/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: eclipse.platform.ui:org.eclipse.e4.tools.emf.ui:4.7.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:4.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.jdt.templates/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.persistence:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.persistence/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.services:4.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.core.tools.feature:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.core.tools.feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.persistence.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.tools.persistence.feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.compatibility.migration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.persistence.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.persistence.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.tools.test:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.test/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.platform.doc.user:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.platform.doc.tips:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.isv:3.14.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.doc.user:3.14.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.externaltools:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.externaltools/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.variables:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.variables/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.core:3.20.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.examples.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.examples.memory:1.103.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.memory/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.examples.mixedmode:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.examples.ui:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.tests:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.ui:3.17.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.ui.launchview:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.debug.ui.launchview.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.console:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.console/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.externaltools:3.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.externaltools/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.unittest.ui:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.unittest.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.fragments.localbuild:3.105.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tools.base:3.107.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tools.spies:3.108.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tools:3.109.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples:3.107.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.browser.demos:3.107.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.launcher:3.107.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.ole.win32:3.108.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.examples.views:3.107.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.106.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature:3.108.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.tests.gtk:3.108.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/ppc64le], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[win32/win32/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers.tests:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.text.tests:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.search.tests:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.text.tests:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.editors.tests:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor.tests:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.text:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.text:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor:3.16.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.editors:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.search:3.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.examples.javaeditor:3.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.jface.text.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor.examples:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.help:org.eclipse.help:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.help:org.eclipse.help.base:4.3.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.help:org.eclipse.help.webapp:3.10.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.webapp/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ua:org.eclipse.ua.tests:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ua:org.eclipse.ua.tests.doc:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests.doc/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.7.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.cheatsheets/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.6.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.universal:3.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.universal/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.quicklinks:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.ui.intro.solstice.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.core:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.ui:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.ide:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ide/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: eclipse.platform.ua:org.eclipse.tips.json:0.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.json/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.help:infocenter-product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-product/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.22.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.13.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.23.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.14.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.core/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.simple/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.slf4j.stub/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.18.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.osgi.util:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.util/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/.polyglot.META-INF [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.equinox:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.test:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.artifact.repository:1.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.console:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.core:2.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.director:2.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.director.app:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.directorywatcher:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.compatibility:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.engine:2.7.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.extensionlocation:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.garbagecollector:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.installer:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.jarprocessor:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata:2.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata.repository:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.operations:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher:1.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher.eclipse:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.reconciler.dropins:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository:2.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository.tools:2.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests:1.8.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.discovery:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.reconciler:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/.polyglot.reconciler.product [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.ui:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.verifier:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.eclipse:2.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.natives:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.transport.ecf:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui:2.7.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin.rcp:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.discovery:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.importexport:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk.scheduler:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatechecker:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatesite:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator.manipulator:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.core.feature:1.6.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.feature:1.2.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.extras.feature:1.4.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.rcp.feature:1.4.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.sdk:3.11.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.user.ui:2.4.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.server.p2:1.12.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.server.p2/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.discovery:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkui:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.ant:org.eclipse.ant.optional.junit:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.rcp:org.eclipse.rcp:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.releng:org.eclipse.releng.tests:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.releng.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk:org.eclipse.sdk.examples:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk:org.eclipse.sdk.tests:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.test:org.eclipse.test:3.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.test:org.eclipse.test.performance:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.test:org.eclipse.test.performance.win32:3.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.help.feature:org.eclipse.help:2.3.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.rcp.feature:org.eclipse.rcp:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.rcp/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.examples:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.tests:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: org.eclipse.test.feature:org.eclipse.test:3.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.test-feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Resolving dependencies of MavenProject: org.eclipse.rcp.configuration:org.eclipse.rcp.configuration:1.1.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rt.osgistarterkit.product:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:equinox-sdk:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@183006e6 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.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.metatype.annotations, Version = 1.4.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.http, Version = 1.2.2, 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, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [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.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:eclipse-junit-tests:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Resolving dependencies of MavenProject: eclipse.platform.repository:eclipse.platform.repository:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] The project org.eclipse:eclipse-platform-parent:pom:4.28.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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] eclipse-platform-parent [pom] [INFO] eclipse-sdk-prereqs [eclipse-target-definition] [INFO] eclipse jdt [pom] [INFO] parent [pom] [INFO] org.eclipse.osgi [eclipse-plugin] [INFO] [bundle] Common Eclipse Runtime [eclipse-plugin] [INFO] eclipse.platform.ui [pom] [INFO] [aggregator] bundles [pom] [INFO] [bundle] Commands [eclipse-plugin] [INFO] eclipse.platform [pom] [INFO] eclipse.platform.runtime [pom] [INFO] [aggregator] bundles [pom] [INFO] [bundle] Eclipse Jobs Mechanism [eclipse-plugin] [INFO] [bundle] Extension Registry Support [eclipse-plugin] [INFO] [bundle] Eclipse Preferences Mechanism [eclipse-plugin] [INFO] [bundle] Eclipse Content Mechanism [eclipse-plugin] [INFO] [bundle] JFace Data Binding Observables [eclipse-plugin] [INFO] [bundle] JFace Data Binding Properties [eclipse-plugin] [INFO] [bundle] JFace Data Binding [eclipse-plugin] [INFO] [bundle] Equinox Application Container [eclipse-plugin] [INFO] [bundle] Core Runtime [eclipse-plugin] [INFO] [bundle] Expression Language [eclipse-plugin] [INFO] [bundle] Eclipse Dependency Injection Annotations [eclipse-plugin] [INFO] [bundle] Eclipse Dependency Injection [eclipse-plugin] [INFO] [bundle] Eclipse Contexts [eclipse-plugin] [INFO] [bundle] Eclipse Application Services [eclipse-plugin] [INFO] [bundle] Eclipse e4 core commands [eclipse-plugin] [INFO] [bundle] Eclipse Dependency Injection Extensions [eclipse-plugin] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier [eclipse-plugin] [INFO] [bundle] Eclipse Model Xpath [eclipse-plugin] [INFO] eclipse.platform.swt [pom] [INFO] org.eclipse.swt [eclipse-plugin] [INFO] [bundle] Eclipse UI Dependency Injection [eclipse-plugin] [INFO] [bundle] Event Admin [eclipse-plugin] [INFO] [bundle] Eclipse UI Application Services [eclipse-plugin] [INFO] [bundle] Bidirectional Text Support [eclipse-plugin] [INFO] eclipse.pde [pom] [INFO] eclipse.pde.apitools [pom] [INFO] [bundle] PDE API Tools Annotations [eclipse-plugin] [INFO] org.eclipse.swt.gtk.linux.x86_64 [eclipse-plugin] [INFO] org.eclipse.swt.gtk.linux.ppc64le [eclipse-plugin] [INFO] org.eclipse.swt.gtk.linux.aarch64 [eclipse-plugin] [INFO] org.eclipse.swt.win32.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.swt.cocoa.macosx.x86_64 [eclipse-plugin] [INFO] org.eclipse.swt.cocoa.macosx.aarch64 [eclipse-plugin] [INFO] [bundle] JFace [eclipse-plugin] [INFO] [bundle] Eclipse Bindings Support [eclipse-plugin] [INFO] [bundle] Eclipse CSS Core Support [eclipse-plugin] [INFO] [bundle] Eclipse CSS SWT Support [eclipse-plugin] [INFO] [bundle] Eclipse CSS SWT Theme Support [eclipse-plugin] [INFO] [bundle] Eclipse e4 dialogs [eclipse-plugin] [INFO] [bundle] Eclipse Workbench Model [eclipse-plugin] [INFO] [bundle] Eclipse UI Custom widgets [eclipse-plugin] [INFO] eclipse.jdt.core [pom] [INFO] org.eclipse.jdt.annotation [eclipse-plugin] [INFO] [bundle] Eclipse e4 Workbench [eclipse-plugin] [INFO] [bundle] JFace Data Binding for SWT and JFace [eclipse-plugin] [INFO] [bundle] Bundle for Workbench APIs available in e4 [eclipse-plugin] [INFO] [bundle] Eclipse URI Scheme Handling [eclipse-plugin] [INFO] [bundle] Eclipse e4 Workbench SWT [eclipse-plugin] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer [eclipse-plugin] [INFO] [bundle] Eclipse e4 Workbench Add-ons [eclipse-plugin] [INFO] eclipse.platform.ua [pom] [INFO] org.eclipse.help [eclipse-plugin] [INFO] org.eclipse.equinox.security [eclipse-plugin] [INFO] eclipse.platform.team [pom] [INFO] [aggregator] bundles [pom] [INFO] [bundle] Internet Connection Management [eclipse-plugin] [INFO] eclipse.platform.debug [pom] [INFO] [bundle] Core Variables [eclipse-plugin] [INFO] [bundle] Ant Build Tool Core [eclipse-plugin] [INFO] [bundle] OSGi Release 4.2.0 Services [eclipse-plugin] [INFO] [bundle] Http Services Servlet [eclipse-plugin] [INFO] [bundle] Jetty Http Service [eclipse-plugin] [INFO] org.eclipse.help.base [eclipse-plugin] [INFO] [bundle] Eclipse Workbench [eclipse-plugin] [INFO] [bundle] Eclipse UI [eclipse-plugin] [INFO] [bundle] Eclipse Forms [eclipse-plugin] [INFO] org.eclipse.ui.intro [eclipse-plugin] [INFO] [bundle] Help System UI [eclipse-plugin] [INFO] org.eclipse.ui.cheatsheets [eclipse-plugin] [INFO] org eclipse jdt [eclipse-plugin] [INFO] eclipse.platform.resources [pom] [INFO] [aggregator] bundles [pom] [INFO] [bundle] Core File Systems [eclipse-plugin] [INFO] [bundle] Core Resource Management [eclipse-plugin] [INFO] [bundle] Debug Core [eclipse-plugin] [INFO] [bundle] Core Compare Support [eclipse-plugin] [INFO] eclipse.platform.text [pom] [INFO] [bundle] Text [eclipse-plugin] [INFO] [bundle] Team Support Core [eclipse-plugin] [INFO] org.eclipse.jdt.core.compiler.batch [eclipse-plugin] [INFO] org.eclipse.jdt.core [eclipse-plugin] [INFO] eclipse.jdt.debug [pom] [INFO] org.eclipse.jdt.debug [eclipse-plugin] [INFO] org.eclipse.jdt.launching [eclipse-plugin] [INFO] [bundle] External Tools Headless Support [eclipse-plugin] [INFO] [bundle] Ant Launching Support [eclipse-plugin] [INFO] [bundle] E4 IDE UI [eclipse-plugin] [INFO] rt.equinox.p2 [pom] [INFO] [aggregator] bundles [pom] [INFO] [bundle] Equinox Provisioning Core [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Metadata [eclipse-plugin] [INFO] [bundle] Equinox Provisioning JAR Processor [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Repository [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Artifact Repository Support [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Metadata Repository [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Engine [eclipse-plugin] [INFO] [bundle] JFace Text [eclipse-plugin] [INFO] [bundle] Views [eclipse-plugin] [INFO] [bundle] Common Navigator View [eclipse-plugin] [INFO] [bundle] Eclipse IDE UI [eclipse-plugin] [INFO] [bundle] Text Editor Framework [eclipse-plugin] [INFO] [bundle] File Buffers [eclipse-plugin] [INFO] [bundle] Default Text Editor [eclipse-plugin] [INFO] [bundle] Console [eclipse-plugin] [INFO] [bundle] Debug UI [eclipse-plugin] [INFO] [bundle] External Tools [eclipse-plugin] [INFO] [bundle] Compare Support [eclipse-plugin] [INFO] eclipse.jdt.ui [pom] [INFO] org.eclipse.ltk.core.refactoring [eclipse-plugin] [INFO] org.eclipse.jdt.core.manipulation [eclipse-plugin] [INFO] [bundle] Team Support UI [eclipse-plugin] [INFO] org.eclipse.ltk.ui.refactoring [eclipse-plugin] [INFO] [bundle] Search Support [eclipse-plugin] [INFO] [bundle] Tabbed Properties View [eclipse-plugin] [INFO] [bundle] Navigator Workbench Components [eclipse-plugin] [INFO] org.eclipse.jdt.ui [eclipse-plugin] [INFO] org.eclipse.jdt.debug.ui [eclipse-plugin] [INFO] [bundle] Equinox Framework Admin [eclipse-plugin] [INFO] [bundle] Equinox Framework Admin for Equinox [eclipse-plugin] [INFO] [bundle] Simple Configurator [eclipse-plugin] [INFO] [bundle] Simple Configurator Manipulator [eclipse-plugin] [INFO] org.eclipse.jdt.junit.runtime [eclipse-plugin] [INFO] org.eclipse.jdt.junit.core [eclipse-plugin] [INFO] org.eclipse.jdt.junit [eclipse-plugin] [INFO] [bundle] Ant UI [eclipse-plugin] [INFO] org.eclipse.jdt.annotation [eclipse-plugin] [INFO] org.eclipse.jdt.apt.core [eclipse-plugin] [INFO] org.eclipse.jdt.apt.pluggable.core [eclipse-plugin] [INFO] org.eclipse.jdt.apt.ui [eclipse-plugin] [INFO] org.eclipse.jdt.core.formatterapp [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Director [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Director Application [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Garbage Collector [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Repository Tools [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support [eclipse-plugin] [INFO] eclipse.pde.build [pom] [INFO] [bundle] Plug-in Development Environment Build Support [eclipse-plugin] [INFO] eclipse.pde.ui [pom] [INFO] [bundle] PDE Core [eclipse-plugin] [INFO] [bundle] Equinox Concurrent API [eclipse-plugin] [INFO] [bundle] Install/Update Configurator [eclipse-plugin] [INFO] eclipse.platform.common [pom] [INFO] org.eclipse.platform.doc.isv [eclipse-plugin] [INFO] org.eclipse.jdt.doc.isv [eclipse-plugin] [INFO] org.eclipse.jdt.doc.user [eclipse-plugin] [INFO] org.eclipse.jdt.junit4.runtime [eclipse-plugin] [INFO] org.eclipse.jdt.junit5.runtime [eclipse-plugin] [INFO] org.eclipse.jdt.launching.macosx [eclipse-plugin] [INFO] org.eclipse.jdt.launching.ui.macosx [eclipse-plugin] [INFO] org eclipse jdt feature [eclipse-feature] [INFO] [bundle] Equinox Launcher [eclipse-plugin] [INFO] eclipse.platform.releng [pom] [INFO] org.eclipse.test.performance [eclipse-plugin] [INFO] [bundle] Eclipse IDE UI Application [eclipse-plugin] [INFO] org.eclipse.jdt.core.tests.compiler [eclipse-test-plugin] [INFO] org.eclipse.jdt.compiler.tool.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.core.tests.builder [eclipse-test-plugin] [INFO] org.eclipse.jdt.compiler.apt.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.core.tests.model [eclipse-test-plugin] [INFO] org.eclipse.jdt.core.tests.performance [eclipse-test-plugin] [INFO] org.eclipse.jdt.apt.pluggable.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.apt.tests [eclipse-test-plugin] [INFO] eclipse.jdt.core.binaries [pom] [INFO] org.eclipse.jdt.core.tests.binaries [eclipse-test-plugin] [INFO] org.eclipse.jdt.debug.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.debug.jdi.tests [eclipse-test-plugin] [INFO] [test-bundle] File Buffers Test Plug-in [eclipse-test-plugin] [INFO] org.eclipse.jdt.astview [eclipse-plugin] [INFO] org.eclipse.jdt.bcoview [eclipse-plugin] [INFO] org.eclipse.jdt.jeview [eclipse-plugin] [INFO] [test-bundle] Text Test Plug-in [eclipse-test-plugin] [INFO] [test-bundle] JFace Text Test Plug-in [eclipse-test-plugin] [INFO] org.eclipse.jdt.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.text.tests [eclipse-test-plugin] [INFO] org.eclipse.ltk.core.refactoring.tests [eclipse-test-plugin] [INFO] org.eclipse.ltk.ui.refactoring.tests [eclipse-test-plugin] [INFO] org.eclipse.jdt.ui.tests.refactoring [eclipse-test-plugin] [INFO] org.eclipse.jdt.ui.junit.sampleproject [jar] [INFO] org.eclipse.jdt.ui.examples.projects [eclipse-plugin] [INFO] [bundle] Debug Unit Test support [eclipse-plugin] [INFO] org.eclipse.jdt.ui.unittest.junit [eclipse-plugin] [INFO] org.eclipse.jdt.ui.unittest.junit.feature [eclipse-feature] [INFO] org.eclipse.jdt.astview.feature [eclipse-feature] [INFO] org.eclipse.jdt.jeview.feature [eclipse-feature] [INFO] org.eclipse.jdt.bcoview.feature [eclipse-feature] [INFO] [bundle] API Tools [eclipse-plugin] [INFO] [bundle] Eclipse e4 Progress View [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Directory Watcher [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Operations API [eclipse-plugin] [INFO] [bundle] Equinox Security Default UI [eclipse-plugin] [INFO] [bundle] Equinox Provisioning UI Support [eclipse-plugin] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment [eclipse-plugin] [INFO] [bundle] PDE Launching Support [eclipse-plugin] [INFO] [bundle] Log View [eclipse-plugin] [INFO] [bundle] Generic and Extensible Text Editor [eclipse-plugin] [INFO] [bundle] PDE UI [eclipse-plugin] [INFO] [bundle] API Tools UI [eclipse-plugin] [INFO] [bundle] Target definition generic editor extension [eclipse-plugin] [INFO] [bundle] PDE Runtime [eclipse-plugin] [INFO] [bundle] Eclipse Platform [eclipse-plugin] [INFO] org.eclipse.pde.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.pde.api.tools.tests [eclipse-test-plugin] [INFO] eclipse.pde.ds [pom] [INFO] [bundle] PDE DS Core [eclipse-plugin] [INFO] [test-bundle] PDE DS Tests [eclipse-test-plugin] [INFO] [bundle] PDE DS UI [eclipse-plugin] [INFO] [bundle] Declarative Services Annotations Support [eclipse-plugin] [INFO] eclipse.pde.ua [pom] [INFO] [bundle] PDE UA Core [eclipse-plugin] [INFO] [bundle] JFace Data Binding for JavaBeans [eclipse-plugin] [INFO] org.eclipse.core.filesystem.linux.x86_64 [eclipse-plugin] [INFO] org.eclipse.core.net.linux [eclipse-plugin] [INFO] [bundle] Debug UI Launch Configuration View [eclipse-plugin] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes [eclipse-plugin] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment [eclipse-plugin] [INFO] [bundle] Console plug-in [eclipse-plugin] [INFO] [bundle] Eclipse UI GTK Enhancements [eclipse-plugin] [INFO] [bundle] Notification API [eclipse-plugin] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment [eclipse-plugin] [INFO] [bundle] Eclipse UI WIN32 Enhancements [eclipse-plugin] [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin] [INFO] [aggregator] features [pom] [INFO] [feature] Eclipse 4 Rich Client Platform [eclipse-feature] [INFO] eclipse.platform.ui.tools [pom] [INFO] [aggregator] bundles [pom] [INFO] [bundle] Services [eclipse-plugin] [INFO] org.eclipse.e4.tools.emf.ui [eclipse-plugin] [INFO] [bundle] Http Service Registry Extensions [eclipse-plugin] [INFO] [bundle] Jasper Jsp Support Bundle [eclipse-plugin] [INFO] [bundle] Jasper Jsp Registry Support Plug-in [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Console [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Native Touchpoint [eclipse-plugin] [INFO] [bundle] Equinox Provisioning ECF based Transport [eclipse-plugin] [INFO] org.eclipse.equinox.security.linux [eclipse-plugin] [INFO] org.eclipse.equinox.security.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.equinox.security.macosx [eclipse-plugin] [INFO] [aggregator] features [pom] [INFO] [feature] Equinox p2, headless functionalities [eclipse-feature] [INFO] [bundle] Equinox Provisioning Drop-in [eclipse-plugin] [INFO] [feature] Equinox p2, backward compatibility support [eclipse-feature] [INFO] [bundle] Equinox Provisioning Update Checker [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Platform Update Support [eclipse-plugin] [INFO] [feature] Equinox p2, minimal support for RCP applications [eclipse-feature] [INFO] [bundle] Equinox Provisioning Import and Export [eclipse-plugin] [INFO] [feature] Equinox p2, Provisioning for IDEs. [eclipse-feature] [INFO] org.eclipse.help.webapp [eclipse-plugin] [INFO] org.eclipse.help.feature [eclipse-feature] [INFO] [bundle] JSch Core [eclipse-plugin] [INFO] [bundle] JSch UI [eclipse-plugin] [INFO] org.eclipse.pde.doc.user [eclipse-plugin] [INFO] org.eclipse.pde [eclipse-plugin] [INFO] [bundle] PDE JUnit Runtime Support [eclipse-plugin] [INFO] [bundle] PDE Templates [eclipse-plugin] [INFO] [bundle] PDE UA UI [eclipse-plugin] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI [eclipse-plugin] [INFO] [bundle] Layout Spy [eclipse-plugin] [INFO] [bundle] Spy Core plug-in [eclipse-plugin] [INFO] [bundle] Model Spy [eclipse-plugin] [INFO] [bundle] CSS Spy [eclipse-plugin] [INFO] [bundle] Preference Spy [eclipse-plugin] [INFO] [bundle] Context Spy [eclipse-plugin] [INFO] [bundle] Bundle Spy [eclipse-plugin] [INFO] [bundle] Event Spy [eclipse-plugin] [INFO] [aggregator] features [pom] [INFO] [feature] Eclipse Plug-in Development Environment [eclipse-feature] [INFO] org.eclipse.platform.doc.user [eclipse-plugin] [INFO] org.eclipse.rcp [eclipse-plugin] [INFO] [bundle] Eclipse UI MacOS X Enhancements [eclipse-plugin] [INFO] org.eclipse.rcp.feature [eclipse-feature] [INFO] [bundle] Quick Search [eclipse-plugin] [INFO] [bundle] Universal Welcome [eclipse-plugin] [INFO] [bundle] Browser Support [eclipse-plugin] [INFO] [bundle] UI Freeze Monitoring [eclipse-plugin] [INFO] [bundle] Internet Connection Management UI [eclipse-plugin] [INFO] [bundle] Eclipse SDK Themes [eclipse-plugin] [INFO] [bundle] Quicklinks for the Welcome Framework [eclipse-plugin] [INFO] [bundle] Diff Extension for Generic Editor [eclipse-plugin] [INFO] org.eclipse.core.filesystem.linux.ppc64le [eclipse-plugin] [INFO] org.eclipse.core.filesystem.linux.aarch64 [eclipse-plugin] [INFO] org.eclipse.compare.win32 [eclipse-plugin] [INFO] org.eclipse.core.filesystem.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.core.net.win32 [eclipse-plugin] [INFO] org.eclipse.core.net.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.core.resources.win32.x86_64 [eclipse-plugin] [INFO] [bundle] Eclipse UI Win32 Enhancements [eclipse-plugin] [INFO] org.eclipse.core.filesystem.macosx [eclipse-plugin] [INFO] org.eclipse.platform.feature [eclipse-feature] [INFO] org.eclipse.pde.ua.tests [eclipse-test-plugin] [INFO] org.eclipse.pde.junit.runtime.tests [eclipse-test-plugin] [INFO] org.eclipse.pde.ui.tests.smartimport [eclipse-test-plugin] [INFO] org.eclipse.pde.ui.templates.tests [eclipse-test-plugin] [INFO] org.eclipse.pde.genericeditor.extension.tests [eclipse-test-plugin] [INFO] [bundle] Plug-in Development Unit Test support [eclipse-plugin] [INFO] [test-bundle] Tests Plug-in [eclipse-test-plugin] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) [eclipse-feature] [INFO] [test-bundle] Install/Update Configurator Test Plugin [eclipse-test-plugin] [INFO] [test-bundle] Ant Core Test Plugin [eclipse-test-plugin] [INFO] [test-bundle] Ant UI Test Plugin [eclipse-test-plugin] [INFO] [bundle] Eclipse Project SDK [eclipse-plugin] [INFO] [bundle] Core Tools [eclipse-plugin] [INFO] [aggregator] features [pom] [INFO] [feature] Equinox Core Function [eclipse-feature] [INFO] [feature] Eclipse Core Runtime Infrastructure [eclipse-feature] [INFO] [aggregator] tests [pom] [INFO] [test-bundle] Content-Types Tests [eclipse-test-plugin] [INFO] [test-bundle] Expression Language Tests [eclipse-test-plugin] [INFO] [bundle] Eclipse Core Tests Harness [eclipse-plugin] [INFO] [test-bundle] Eclipse Core Tests Runtime [eclipse-test-plugin] [INFO] [test-bundle] E4 Core Tests [eclipse-test-plugin] [INFO] eclipse.platform.team.tests [pom] [INFO] eclipse.platform.resources.tests [pom] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments [eclipse-feature] [INFO] org.eclipse.core.tests.resources [eclipse-test-plugin] [INFO] [test-bundle] Compare Tests [eclipse-test-plugin] [INFO] org.eclipse.core.tests.net [eclipse-test-plugin] [INFO] org.eclipse.jsch.tests [eclipse-plugin] [INFO] org.eclipse.team.tests.core [eclipse-test-plugin] [INFO] org.eclipse.compare.examples [eclipse-plugin] [INFO] org.eclipse.compare.examples.xml [eclipse-plugin] [INFO] org.eclipse.team.examples.filesystem [eclipse-plugin] [INFO] org.eclipse.core.filesystem.linux.loongarch64 [eclipse-plugin] [INFO] [bundle] Core Resource Management Spy Support Fragment [eclipse-plugin] [INFO] org.eclipse.core.tools.resources [eclipse-plugin] [INFO] eclipse.platform.resources.examples [pom] [INFO] [bundle] Efs Examples Plug-in [eclipse-plugin] [INFO] [bundle] Save Participant 1 [eclipse-plugin] [INFO] [bundle] Save Participant 2 [eclipse-plugin] [INFO] [bundle] Save Participant 3 [eclipse-plugin] [INFO] org.eclipse.core.tests.resources.saveparticipant [eclipse-test-plugin] [INFO] [aggregator] tests [pom] [INFO] [test-bundle] Eclipse e4 core commands tests [eclipse-test-plugin] [INFO] [test-bundle] XPathTest Model [eclipse-test-plugin] [INFO] [test-bundle] UI Bindings Tests [eclipse-test-plugin] [INFO] [test-bundle] TestModel Model [eclipse-test-plugin] [INFO] [test-bundle] e4 css core tests [eclipse-test-plugin] [INFO] [test-bundle] e4 css swt tests (Incubation) [eclipse-test-plugin] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) [eclipse-test-plugin] [INFO] [test-bundle] Harness Plug-in [eclipse-test-plugin] [INFO] [test-bundle] Jface tests [eclipse-test-plugin] [INFO] eclipse.platform.ui.examples [pom] [INFO] [bundle] JFace Data Binding Examples [eclipse-plugin] [INFO] [test-bundle] JFace Data Binding Conformance Tests [eclipse-test-plugin] [INFO] [test-bundle] JFace Data Binding Tests [eclipse-test-plugin] [INFO] [test-bundle] Jface notifications tests [eclipse-test-plugin] [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling [eclipse-test-plugin] [INFO] [test-bundle] Eclipse UI IDE Application Tests [eclipse-test-plugin] [INFO] [test-bundle] UI Freeze Monitoring Tests [eclipse-test-plugin] [INFO] [test-bundle] Eclipse UI Tests [eclipse-test-plugin] [INFO] [test-bundle] Plugin.name [eclipse-test-plugin] [INFO] [test-bundle] Forms Test [eclipse-test-plugin] [INFO] [test-bundle] Common Navigator Tests [eclipse-test-plugin] [INFO] [test-bundle] Performance Plug-in [eclipse-test-plugin] [INFO] [test-bundle] Pluginchecks [eclipse-test-plugin] [INFO] [test-bundle] Eclipse RCP Tests [eclipse-test-plugin] [INFO] [test-bundle] Tabbed Properties View Tests [eclipse-test-plugin] [INFO] [bundle] CSS bridge demo [eclipse-plugin] [INFO] [bundle] e4 Progress Examples Plug-in [eclipse-plugin] [INFO] [bundle] JFace Snippets Plug-in [eclipse-plugin] [INFO] [bundle] Services Snippets (Incubation) [eclipse-plugin] [INFO] [bundle] Command Contribution Examples [eclipse-plugin] [INFO] [bundle] Field Assist Example [eclipse-plugin] [INFO] [bundle] Progress Examples Plug-in [eclipse-plugin] [INFO] [bundle] pluginName [eclipse-plugin] [INFO] [bundle] Multi-Page Editor Example [eclipse-plugin] [INFO] [bundle] Common Navigator Examples [eclipse-plugin] [INFO] [bundle] User File Editor [eclipse-plugin] [INFO] [bundle] Readme File Editing Tool [eclipse-plugin] [INFO] [bundle] Undo Example [eclipse-plugin] [INFO] [bundle] Example for Eclipse URI Scheme Handling [eclipse-plugin] [INFO] [bundle] Tabbed Properties View Article Example [eclipse-plugin] [INFO] [bundle] Examples of Eclipse Forms [eclipse-plugin] [INFO] [bundle] Tools [eclipse-plugin] [INFO] [bundle] Compat [eclipse-plugin] [INFO] [bundle] Persistence Model [eclipse-plugin] [INFO] [bundle] Perspective migrate compatibility Util [eclipse-plugin] [INFO] [bundle] Editor3x [eclipse-plugin] [INFO] [bundle] e4 JDT code templates [eclipse-plugin] [INFO] [aggregator] features [pom] [INFO] [feature] Eclipse e4 Tools [eclipse-feature] [INFO] [feature] Eclipse Persistence [eclipse-feature] [INFO] org.eclipse.e4.tools.compatibility.migration.tests [eclipse-test-plugin] [INFO] org.eclipse.e4.tools.persistence.tests [eclipse-test-plugin] [INFO] org.eclipse.e4.tools.test [eclipse-test-plugin] [INFO] [aggregator] tests [pom] [INFO] [bundle] Tip of the Day core plugin [eclipse-plugin] [INFO] [bundle] Tip of the Day UI [eclipse-plugin] [INFO] org.eclipse.platform.doc.tips [eclipse-plugin] [INFO] [bundle] Example Debug Core Plug-in [eclipse-plugin] [INFO] [bundle] Sample Memory View Plugin [eclipse-plugin] [INFO] [bundle] Mixed-mode Launching Example [eclipse-plugin] [INFO] [bundle] Example Debug UI Plug-in [eclipse-plugin] [INFO] [test-bundle] Debug Test Plugin [eclipse-test-plugin] [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin [eclipse-test-plugin] [INFO] org.eclipse.swt.fragments.localbuild [eclipse-plugin] [INFO] org.eclipse.swt.tools.base [eclipse-plugin] [INFO] org.eclipse.swt.tools.spies [eclipse-plugin] [INFO] org.eclipse.swt.tools [eclipse-plugin] [INFO] org.eclipse.swt.examples [eclipse-plugin] [INFO] org.eclipse.swt.examples.browser.demos [eclipse-plugin] [INFO] org.eclipse.swt.examples.launcher [eclipse-plugin] [INFO] org.eclipse.swt.examples.ole.win32 [eclipse-plugin] [INFO] org.eclipse.swt.examples.views [eclipse-plugin] [INFO] org.eclipse.swt.tests [eclipse-test-plugin] [INFO] org.eclipse.swt.tools.feature [eclipse-feature] [INFO] org.eclipse.swt.tests.gtk [eclipse-test-plugin] [INFO] eclipse.platform.swt.binaries [pom] [INFO] [test-bundle] Search Support Tests Plug-in [eclipse-test-plugin] [INFO] [test-bundle] Editors Test Plug-in [eclipse-test-plugin] [INFO] [test-bundle] Workbench Text Editor Test Plug-in [eclipse-test-plugin] [INFO] [bundle] JFace Text Example [eclipse-plugin] [INFO] [bundle] CodeMinig Examples [eclipse-plugin] [INFO] [test-bundle] Generic Editor Test Plug-in [eclipse-test-plugin] [INFO] [bundle] Examples for Generic Editor [eclipse-plugin] [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle [eclipse-test-plugin] [INFO] [feature] Jetty Http Server Feature [eclipse-feature] [INFO] org.eclipse.ua.tests [eclipse-test-plugin] [INFO] org.eclipse.ua.tests.doc [eclipse-test-plugin] [INFO] org.eclipse.ui.intro.quicklinks.examples [eclipse-plugin] [INFO] org.eclipse.ui.intro.solstice.examples [eclipse-plugin] [INFO] [bundle] Tip of the Day Json Provider [eclipse-plugin] [INFO] [bundle] IDE Enablement for Tip of the Day [eclipse-plugin] [INFO] org.eclipse.tips.feature [eclipse-feature] [INFO] infocenter-parent [pom] [INFO] [bundle] Servletbridge [eclipse-plugin] [INFO] [bundle] Servletbridge Http Service [eclipse-plugin] [INFO] infocenter-product [eclipse-repository] [INFO] infocenter-app [war] [INFO] [bundle] Configuration Admin [eclipse-plugin] [INFO] [bundle] Coordinator [eclipse-plugin] [INFO] [bundle] Device Access Service [eclipse-plugin] [INFO] [bundle] Meta Type [eclipse-plugin] [INFO] [bundle] User Admin Service [eclipse-plugin] [INFO] [feature] Equinox Compendium SDK [eclipse-feature] [INFO] [bundle] Supplemental Equinox Functionality [eclipse-plugin] [INFO] [bundle] SSHD Fragment [eclipse-plugin] [INFO] [bundle] Console ssh support plug-in [eclipse-plugin] [INFO] [bundle] XSLT Transform Provider [eclipse-plugin] [INFO] [bundle] Transformer Hook Framework Extension [eclipse-plugin] [INFO] [bundle] Region Digraph [eclipse-plugin] [INFO] [bundle] Log Stream Provider [eclipse-plugin] [INFO] [bundle] Aspect Weaving Hooks Plug-in [eclipse-plugin] [INFO] [bundle] Standard Caching Service for Equinox Aspects [eclipse-plugin] [INFO] [bundle] J9 CachingService Plug-in [eclipse-plugin] [INFO] [feature] Equinox Core SDK [eclipse-feature] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin] [INFO] org.eclipse.equinox.executable [eclipse-feature] [INFO] [feature] Core Server Feature [eclipse-feature] [INFO] [feature] Equinox Target Components [eclipse-feature] [INFO] [feature] Simple Http Server Feature [eclipse-feature] [INFO] [test-bundle] BiDi tests [eclipse-test-plugin] [INFO] [test-bundle] Test Plug-in [eclipse-test-plugin] [INFO] [test-bundle] Common Eclipse Runtime Tests [eclipse-test-plugin] [INFO] [test-bundle] Declarative Services Tests [eclipse-test-plugin] [INFO] [test-bundle] Preferences Tests [eclipse-test-plugin] [INFO] [test-bundle] Equinox security tests [eclipse-test-plugin] [INFO] [test-bundle] Ssh Tests [eclipse-test-plugin] [INFO] [test-bundle] Console tests [eclipse-test-plugin] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests [eclipse-test-plugin] [INFO] [bundle] slf4j Stub [eclipse-plugin] [INFO] org.eclipse.osgi.tests [eclipse-test-plugin] [INFO] [test-bundle] Test Plug-in for Framework Admin [eclipse-test-plugin] [INFO] [bundle] Equinox Provisioning Discovery [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Discovery [eclipse-plugin] [INFO] [bundle] Equinox Provisioning Installer [eclipse-plugin] [INFO] [bundle] Test Install Verifier [eclipse-plugin] [INFO] org.eclipse.equinox.p2.tests [eclipse-test-plugin] [INFO] [bundle] Equinox Provisioning Discovery UI [eclipse-plugin] [INFO] [test-bundle] Equinox Provisioning Discovery Tests [eclipse-test-plugin] [INFO] [product] Reconciler test application [eclipse-repository] [INFO] [test-bundle] Equinox Provisioning Tests (Incubation) [eclipse-test-plugin] [INFO] [bundle] p2 Admin UI [eclipse-plugin] [INFO] [bundle] Provisioning Admin UI RCP (Incubation) [eclipse-plugin] [INFO] [feature] Equinox p2, Discovery UI support [eclipse-feature] [INFO] [feature] p2 Server Feature [eclipse-feature] [INFO] [feature] Equinox p2, SDK [eclipse-feature] [INFO] org.eclipse.equinox.p2.examples [pom] [INFO] [bundle] RCP Mail (Cloud Update Example) [eclipse-plugin] [INFO] [bundle] Prestartupdate [eclipse-plugin] [INFO] [bundle] Sdkbundlevisibility [eclipse-plugin] [INFO] [bundle] Sdknoautoupdates [eclipse-plugin] [INFO] [bundle] RCP Mail (SDK UI) [eclipse-plugin] [INFO] org.eclipse.ant.optional.junit [eclipse-plugin] [INFO] org.eclipse.releng.tests [eclipse-test-plugin] [INFO] org.eclipse.sdk.examples [eclipse-plugin] [INFO] org.eclipse.sdk.tests [eclipse-plugin] [INFO] org.eclipse.test [eclipse-plugin] [INFO] org.eclipse.test.performance.win32 [eclipse-plugin] [INFO] org.eclipse.sdk.feature [eclipse-feature] [INFO] org.eclipse.sdk.examples.feature [eclipse-feature] [INFO] org.eclipse.test.feature [eclipse-feature] [INFO] org.eclipse.sdk.tests.feature [eclipse-feature] [INFO] eclipse.platform.releng.tychoeclipsebuilder [pom] [INFO] org.eclipse.rcp.configuration [eclipse-feature] [INFO] org.eclipse.rt.osgistarterkit.product [eclipse-repository] [INFO] equinox-sdk [eclipse-repository] [INFO] eclipse-junit-tests [eclipse-repository] [INFO] eclipse.platform.repository [eclipse-repository] [INFO] platform-aggregator [pom] [INFO] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [INFO] Building eclipse-platform-parent 4.28.0-SNAPSHOT [1/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-platform-parent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-platform-parent --- [INFO] Copying 1 resource [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 [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse-platform-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-platform-parent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse-platform-parent/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-platform-parent --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [INFO] Building eclipse-sdk-prereqs 4.28.0-SNAPSHOT [2/519] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-sdk-prereqs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.prereqs.sdk/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [INFO] Execution was skipped [INFO] [INFO] ----------------------< eclipse.jdt:eclipse.jdt >----------------------- [INFO] Building eclipse jdt 4.28.0-SNAPSHOT [3/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt --- [INFO] Execution was skipped [INFO] [INFO] ---------------------< org.eclipse.equinox:parent >--------------------- [INFO] Building parent 4.28.0-SNAPSHOT [4/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ parent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ parent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ parent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ parent --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ parent --- [INFO] Execution was skipped [INFO] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------ [INFO] Building org.eclipse.osgi 3.18.300-SNAPSHOT [5/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi --- [INFO] The project's OSGi version is 3.18.300.v20230220-1352 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.osgi --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi --- [INFO] Resolving class path of org.eclipse.osgi [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi --- [INFO] Compiling 454 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.osgi --- [INFO] [INFO] --- bnd-maven-plugin:6.3.1:bnd-process (bnd-process) @ org.eclipse.osgi --- [WARNING] /home/jenkins/agent/workspace/eclipse-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] [WARNING] /home/jenkins/agent/workspace/eclipse-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] [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.18.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.18.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.18.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.18.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.osgi:org.eclipse.osgi:xml:p2metadata:3.18.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.osgi:org.eclipse.osgi:xml:p2artifacts:3.18.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.common >----------- [INFO] Building [bundle] Common Eclipse Runtime 3.17.100-SNAPSHOT [6/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common --- [INFO] The project's OSGi version is 3.17.100.v20230202-1341 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.common --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.common --- [INFO] Resolving class path of [bundle] Common Eclipse Runtime [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.common --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.17.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.common --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.17.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.common:xml:p2metadata:3.17.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.common:xml:p2artifacts:3.17.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.platform:eclipse.platform.ui >-------------- [INFO] Building eclipse.platform.ui 4.28.0-SNAPSHOT [7/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.ui --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse.platform:ui-bundles >------------------- [INFO] Building [aggregator] bundles 4.28.0-SNAPSHOT [8/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ui-bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ ui-bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ ui-bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ ui-bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ ui-bundles --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-bundles --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.core.commands >----------- [INFO] Building [bundle] Commands 3.10.400-SNAPSHOT [9/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.commands --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.commands --- [INFO] The project's OSGi version is 3.10.400.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.commands --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.commands --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.commands --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.commands/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.commands --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.commands --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.commands --- [INFO] Resolving class path of [bundle] Commands [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.commands --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.commands --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.commands --- [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.commands --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.commands --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.commands --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.commands --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.commands --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.10.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.commands/target/org.eclipse.core.commands-3.10.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.commands --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.commands:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.commands --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.platform:eclipse.platform >---------------- [INFO] Building eclipse.platform 4.28.0-SNAPSHOT [10/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:eclipse.platform.runtime >------------ [INFO] Building eclipse.platform.runtime 4.28.0-SNAPSHOT [11/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.runtime --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.runtime --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.platform:runtime-bundles >---------------- [INFO] Building [aggregator] bundles 4.28.0-SNAPSHOT [12/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ runtime-bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ runtime-bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ runtime-bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ runtime-bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ runtime-bundles --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ runtime-bundles --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.core.jobs >------------- [INFO] Building [bundle] Eclipse Jobs Mechanism 3.13.300-SNAPSHOT [13/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.jobs --- [INFO] The project's OSGi version is 3.13.300.v20230111-0823 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.jobs --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.jobs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.jobs --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.jobs --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.jobs --- [INFO] Resolving class path of [bundle] Eclipse Jobs Mechanism [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.jobs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.jobs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.jobs --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.jobs --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.jobs --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.jobs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.jobs --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.jobs --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.13.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.jobs --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/target/org.eclipse.core.jobs-3.13.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.jobs --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.jobs:3.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.jobs --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.registry >---------- [INFO] Building [bundle] Extension Registry Support 3.11.200-SNAPSHOT [14/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.registry --- [INFO] The project's OSGi version is 3.11.200.v20220817-1601 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.registry --- [INFO] Resolving class path of [bundle] Extension Registry Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.registry --- [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.11.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.11.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.registry:xml:p2metadata:3.11.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.registry:xml:p2artifacts:3.11.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.registry --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.preferences >--------- [INFO] Building [bundle] Eclipse Preferences Mechanism 3.10.200-SNAPSHOT [15/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences --- [INFO] The project's OSGi version is 3.10.200.v20230120-0604 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.preferences --- [INFO] Resolving class path of [bundle] Eclipse Preferences Mechanism [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.preferences --- [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.10.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.10.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.preferences:xml:p2metadata:3.10.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.preferences:xml:p2artifacts:3.10.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.core.contenttype >---------- [INFO] Building [bundle] Eclipse Content Mechanism 3.8.200-SNAPSHOT [16/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.contenttype --- [INFO] The project's OSGi version is 3.8.200.v20220817-1539 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.contenttype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.contenttype --- [INFO] Resolving class path of [bundle] Eclipse Content Mechanism [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.contenttype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.contenttype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.contenttype --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.contenttype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.contenttype --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.contenttype --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.8.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.contenttype --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/target/org.eclipse.core.contenttype-3.8.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.contenttype --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.contenttype:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.contenttype --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.platform:org.eclipse.core.databinding.observable >---- [INFO] Building [bundle] JFace Data Binding Observables 1.12.200-SNAPSHOT [17/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.observable --- [INFO] The project's OSGi version is 1.12.200.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.databinding.observable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.observable --- [INFO] Resolving class path of [bundle] JFace Data Binding Observables [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.databinding.observable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.databinding.observable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.databinding.observable --- [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.databinding.observable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.observable --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.databinding.observable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.12.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.observable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.12.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.observable --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.observable --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.core.databinding.property >----- [INFO] Building [bundle] JFace Data Binding Properties 1.9.200-SNAPSHOT [18/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.property --- [INFO] The project's OSGi version is 1.9.200.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.databinding.property --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.property --- [INFO] Resolving class path of [bundle] JFace Data Binding Properties [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.databinding.property --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.databinding.property --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.databinding.property --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.databinding.property --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.property --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.databinding.property --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.9.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.property --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/target/org.eclipse.core.databinding.property-1.9.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.property --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.property --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.core.databinding >---------- [INFO] Building [bundle] JFace Data Binding 1.12.0-SNAPSHOT [19/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding --- [INFO] The project's OSGi version is 1.12.0.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.databinding --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.databinding --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding --- [INFO] Resolving class path of [bundle] JFace Data Binding [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.databinding --- [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.databinding --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/target/org.eclipse.core.databinding-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.app >------------- [INFO] Building [bundle] Equinox Application Container 1.6.200-SNAPSHOT [20/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.app --- [INFO] The project's OSGi version is 1.6.200.v20220720-2012 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.app --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.app --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.app --- [INFO] Resolving class path of [bundle] Equinox Application Container [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.app --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.app --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.app --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.6.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.app --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.6.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.app --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.app --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.app:xml:p2metadata:1.6.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.app:xml:p2artifacts:1.6.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.app --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.core.runtime >------------ [INFO] Building [bundle] Core Runtime 3.26.100-SNAPSHOT [21/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.runtime --- [INFO] The project's OSGi version is 3.26.100.v20221021-0005 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.runtime --- [INFO] Resolving class path of [bundle] Core Runtime [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.runtime --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.runtime --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.runtime --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.26.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/target/org.eclipse.core.runtime-3.26.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.runtime --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.runtime:3.26.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.runtime --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.core.expressions >---------- [INFO] Building [bundle] Expression Language 3.8.200-SNAPSHOT [22/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.expressions --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.expressions --- [INFO] The project's OSGi version is 3.8.200.v20220613-1047 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.expressions --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.expressions --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.expressions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.expressions --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.expressions --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.expressions --- [INFO] Resolving class path of [bundle] Expression Language [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.expressions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.expressions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.expressions --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.expressions --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.expressions --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.expressions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.expressions --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.expressions --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.8.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/target/org.eclipse.core.expressions-3.8.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.expressions --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.expressions:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.expressions/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.expressions --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.e4.core.di.annotations >------- [INFO] Building [bundle] Eclipse Dependency Injection Annotations 1.7.200-SNAPSHOT [23/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.annotations --- [INFO] The project's OSGi version is 1.7.200.v20220613-1008 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.di.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.annotations --- [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Annotations [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.core.di.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.di.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.di.annotations --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.core.di.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.annotations --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.di.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.7.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/target/org.eclipse.e4.core.di.annotations-1.7.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.annotations --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.annotations --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.e4.core.di >------------- [INFO] Building [bundle] Eclipse Dependency Injection 1.8.300-SNAPSHOT [24/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di --- [INFO] The project's OSGi version is 1.8.300.v20220817-1539 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.di --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di --- [INFO] Resolving class path of [bundle] Eclipse Dependency Injection [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.core.di --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.di --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.di --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.core.di --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.di --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.8.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/target/org.eclipse.e4.core.di-1.8.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di:1.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.contexts >---------- [INFO] Building [bundle] Eclipse Contexts 1.11.0-SNAPSHOT [25/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.contexts --- [INFO] The project's OSGi version is 1.11.0.v20220716-0839 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.contexts --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.contexts --- [INFO] Resolving class path of [bundle] Eclipse Contexts [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.core.contexts --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.contexts --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.contexts --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.core.contexts --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.contexts --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.contexts --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.contexts --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/target/org.eclipse.e4.core.contexts-1.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.contexts --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.contexts:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.contexts --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.services >---------- [INFO] Building [bundle] Eclipse Application Services 2.3.400-SNAPSHOT [26/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.services --- [INFO] The project's OSGi version is 2.3.400.v20220915-1347 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.services --- [INFO] Resolving class path of [bundle] Eclipse Application Services [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.core.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.services --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.core.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.services --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.3.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.services --- [WARNING] Checking Service-Component header that contains wildcards is currently not supported [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/org.eclipse.e4.core.services-2.3.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.services --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.services:2.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.services --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.commands >---------- [INFO] Building [bundle] Eclipse e4 core commands 1.0.400-SNAPSHOT [27/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands --- [INFO] The project's OSGi version is 1.0.400.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.commands --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.commands --- [INFO] Resolving class path of [bundle] Eclipse e4 core commands [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.core.commands --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.commands --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.commands --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.core.commands --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.commands --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.0.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/org.eclipse.e4.core.commands-1.0.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.e4.core.di.extensions >------- [INFO] Building [bundle] Eclipse Dependency Injection Extensions 0.17.200-SNAPSHOT [28/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions --- [INFO] The project's OSGi version is 0.17.200.v20220613-1008 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.extensions --- [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Extensions [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.core.di.extensions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.di.extensions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.di.extensions --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.extensions --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.17.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/target/org.eclipse.e4.core.di.extensions-0.17.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions:0.17.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier >--- [INFO] Building [bundle] Eclipse Dependency Injection Extensions Supplier 0.16.400-SNAPSHOT [29/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] The project's OSGi version is 0.16.400.v20220613-1047 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Extensions Supplier [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 4 where kept. [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.16.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/target/org.eclipse.e4.core.di.extensions.supplier-0.16.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier:0.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions.supplier --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.emf.xpath >------------ [INFO] Building [bundle] Eclipse Model Xpath 0.3.200-SNAPSHOT [30/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.emf.xpath --- [INFO] The project's OSGi version is 0.3.200.v20230220-1427 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.emf.xpath --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.emf.xpath --- [INFO] Resolving class path of [bundle] Eclipse Model Xpath [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.emf.xpath --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.emf.xpath --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.emf.xpath --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.emf.xpath --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.emf.xpath --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.emf.xpath --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.emf.xpath --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/org.eclipse.e4.emf.xpath-0.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.emf.xpath --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.emf.xpath --- [INFO] Execution was skipped [INFO] [INFO] -------------< eclipse.platform.swt:eclipse.platform.swt >-------------- [INFO] Building eclipse.platform.swt 4.28.0-SNAPSHOT [31/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.swt --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse.swt:org.eclipse.swt >------------------- [INFO] Building org.eclipse.swt 3.123.100-SNAPSHOT [32/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt --- [INFO] The project's OSGi version is 3.123.100.v20230308-1502 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt --- [INFO] Resolving class path of org.eclipse.swt [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt/target/org.eclipse.swt-3.123.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt --- [INFO] No baseline version MavenProject: org.eclipse.swt:org.eclipse.swt:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.di >-------------- [INFO] Building [bundle] Eclipse UI Dependency Injection 1.4.200-SNAPSHOT [33/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.di --- [INFO] The project's OSGi version is 1.4.200.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.di --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.di --- [INFO] Resolving class path of [bundle] Eclipse UI Dependency Injection [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.di --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.di --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.di --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.di --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.di --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.di --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.di --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/target/org.eclipse.e4.ui.di-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.di --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.di:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.di --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.event >------------ [INFO] Building [bundle] Event Admin 1.6.200-SNAPSHOT [34/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.event --- [INFO] The project's OSGi version is 1.6.200.v20230120-0604 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.event --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.event --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.event --- [INFO] Resolving class path of [bundle] Event Admin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.event --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.event --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.event --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.6.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.event --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.6.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.event --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.event --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.event:xml:p2metadata:1.6.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.event:xml:p2artifacts:1.6.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.event --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.services >----------- [INFO] Building [bundle] Eclipse UI Application Services 1.5.200-SNAPSHOT [35/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.services --- [INFO] The project's OSGi version is 1.5.200.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.services --- [INFO] Resolving class path of [bundle] Eclipse UI Application Services [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.services --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.services --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.5.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/target/org.eclipse.e4.ui.services-1.5.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.services --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.services:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.services --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.bidi >------------ [INFO] Building [bundle] Bidirectional Text Support 1.4.200-SNAPSHOT [36/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi --- [INFO] The project's OSGi version is 1.4.200.v20220710-1223 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.bidi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.bidi --- [INFO] Resolving class path of [bundle] Bidirectional Text Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.bidi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.bidi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.bidi --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.bidi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.bidi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.bidi --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.bidi:xml:p2metadata:1.4.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.bidi:xml:p2artifacts:1.4.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi --- [INFO] Execution was skipped [INFO] [INFO] --------------------< org.eclipse.pde:eclipse.pde >--------------------- [INFO] Building eclipse.pde 4.28.0-SNAPSHOT [37/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.pde --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.pde --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.pde:eclipse.pde.apitools >---------------- [INFO] Building eclipse.pde.apitools 4.28.0-SNAPSHOT [38/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.pde.apitools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.pde.apitools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.pde.apitools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.pde.apitools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.apitools --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.apitools --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.pde:org.eclipse.pde.api.tools.annotations >-------- [INFO] Building [bundle] PDE API Tools Annotations 1.2.0-SNAPSHOT [39/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.annotations --- [INFO] The project's OSGi version is 1.2.0.v20230128-1746 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools.annotations --- [INFO] Resolving class path of [bundle] PDE API Tools Annotations [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.api.tools.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.api.tools.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.api.tools.annotations --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools.annotations --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.annotations --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.annotations:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.annotations --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64 >---------- [INFO] Building org.eclipse.swt.gtk.linux.x86_64 3.123.100-SNAPSHOT [40/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] The project's OSGi version is 3.123.100.v20230308-1502 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Resolving class path of org.eclipse.swt.gtk.linux.x86_64 [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (normal) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 537 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (natives) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.gtk.linux.x86_64 --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.123.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.123.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] No baseline version MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (swtdownload) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.bin [INFO] [copy] Copying 537 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.src [INFO] [javac] Compiling 452 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.bin Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. [INFO] [copy] Copying 46 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/@dot [INFO] [copy] Copying 628 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 537 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/@dot.src [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/swtdownload [INFO] [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/swt-I20230309-0330-gtk-linux-x86_64.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le >---------- [INFO] Building org.eclipse.swt.gtk.linux.ppc64le 3.123.100-SNAPSHOT [41/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] The project's OSGi version is 3.123.100.v20230308-1502 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Resolving class path of org.eclipse.swt.gtk.linux.ppc64le [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (normal) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Executing tasks [INFO] [copy] Copying 537 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (natives) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.gtk.linux.ppc64le --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.123.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/org.eclipse.swt.gtk.linux.ppc64le-3.123.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] No baseline version MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (swtdownload) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.bin [INFO] [copy] Copying 537 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.src [INFO] [javac] Compiling 452 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.bin Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. [INFO] [copy] Copying 46 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/@dot [INFO] [copy] Copying 628 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.src [INFO] [copy] Copying 537 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/@dot.src [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/target/swt-I20230309-0330-gtk-linux-ppc64le.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.ppc64le --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64 >---------- [INFO] Building org.eclipse.swt.gtk.linux.aarch64 3.123.100-SNAPSHOT [42/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] The project's OSGi version is 3.123.100.v20230308-1502 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Resolving class path of org.eclipse.swt.gtk.linux.aarch64 [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (normal) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Executing tasks [INFO] [copy] Copying 537 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (natives) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.gtk.linux.aarch64 --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Compiling 452 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.123.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/org.eclipse.swt.gtk.linux.aarch64-3.123.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] No baseline version MavenProject: org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (swtdownload) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.bin [INFO] [copy] Copying 537 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.src [INFO] [javac] Compiling 452 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.bin Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. [INFO] [copy] Copying 46 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/@dot [INFO] [copy] Copying 628 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.src [INFO] [copy] Copying 537 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/@dot.src [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/target/swt-I20230309-0330-gtk-linux-aarch64.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.aarch64 --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64 >--------- [INFO] Building org.eclipse.swt.win32.win32.x86_64 3.123.100-SNAPSHOT [43/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] The project's OSGi version is 3.123.100.v20230308-1502 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Resolving class path of org.eclipse.swt.win32.win32.x86_64 [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (normal) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 693 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (natives) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.win32.win32.x86_64 --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Compiling 620 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.123.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/org.eclipse.swt.win32.win32.x86_64-3.123.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] No baseline version MavenProject: org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (swtdownload) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.bin [INFO] [copy] Copying 693 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.src [INFO] [javac] Compiling 620 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.bin Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. [INFO] [copy] Copying 43 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/@dot [INFO] [copy] Copying 818 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 693 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/@dot.src [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/swtdownload [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/target/swt-I20230309-0330-win32-win32-x86_64.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.win32.win32.x86_64/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.win32.win32.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64 >--------- [INFO] Building org.eclipse.swt.cocoa.macosx.x86_64 3.123.100-SNAPSHOT [44/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] The project's OSGi version is 3.123.100.v20230308-1502 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Resolving class path of org.eclipse.swt.cocoa.macosx.x86_64 [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (normal) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 637 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (natives) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Compiling 598 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.123.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/org.eclipse.swt.cocoa.macosx.x86_64-3.123.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] No baseline version MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (swtdownload) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.bin [INFO] [copy] Copying 637 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.src [INFO] [javac] Compiling 598 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.bin Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. [INFO] [copy] Copying 43 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/@dot [INFO] [copy] Copying 774 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 637 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/@dot.src [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/swtdownload [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/swt-I20230309-0330-cocoa-macosx-x86_64.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64 >-------- [INFO] Building org.eclipse.swt.cocoa.macosx.aarch64 3.123.100-SNAPSHOT [45/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] The project's OSGi version is 3.123.100.v20230308-1502 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Resolving class path of org.eclipse.swt.cocoa.macosx.aarch64 [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (normal) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Executing tasks [INFO] [copy] Copying 637 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/src [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (natives) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-11). [INFO] Compiling 598 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.123.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/org.eclipse.swt.cocoa.macosx.aarch64-3.123.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] No baseline version MavenProject: org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64:3.123.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/pom.xml [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (swtdownload) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.bin [INFO] [copy] Copying 637 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.src [INFO] [javac] Compiling 598 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.bin Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. [INFO] [copy] Copying 43 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.bin [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/@dot [INFO] [copy] Copying 774 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/@dot [INFO] [jar] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/swt.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/swt.jar [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/@dot [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.src [INFO] [copy] Copying 637 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.src [INFO] [copy] Copying 41 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.src [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/src.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/@dot.src [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder/swtdownload [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/target/swt-I20230309-0330-cocoa-macosx-aarch64.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.aarch64/temp.folder [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.aarch64 --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.platform:org.eclipse.jface >--------------- [INFO] Building [bundle] JFace 3.29.0-SNAPSHOT [46/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface --- [INFO] The project's OSGi version is 3.29.0.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface --- [INFO] Resolving class path of [bundle] JFace [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface --- [INFO] Compiling 417 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.29.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface/target/org.eclipse.jface-3.29.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface:3.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.bindings >----------- [INFO] Building [bundle] Eclipse Bindings Support 0.13.300-SNAPSHOT [47/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.bindings --- [INFO] The project's OSGi version is 0.13.300.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.bindings --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.bindings --- [INFO] Resolving class path of [bundle] Eclipse Bindings Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.bindings --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.bindings --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.bindings --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.bindings --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.bindings --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.bindings --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.13.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.bindings --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.13.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.bindings --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings:0.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.bindings --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.css.core >----------- [INFO] Building [bundle] Eclipse CSS Core Support 0.13.500-SNAPSHOT [48/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.core --- [INFO] The project's OSGi version is 0.13.500.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.core --- [INFO] Resolving class path of [bundle] Eclipse CSS Core Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.css.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.css.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.css.core --- [INFO] Compiling 153 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.css.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.13.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/target/org.eclipse.e4.ui.css.core-0.13.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.core --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.core:0.13.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.core --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.css.swt >----------- [INFO] Building [bundle] Eclipse CSS SWT Support 0.14.800-SNAPSHOT [49/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt --- [INFO] The project's OSGi version is 0.14.800.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.swt --- [INFO] Resolving class path of [bundle] Eclipse CSS SWT Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.css.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.css.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.css.swt --- [INFO] Compiling 103 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.swt --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.14.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/org.eclipse.e4.ui.css.swt-0.14.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt:0.14.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme >-------- [INFO] Building [bundle] Eclipse CSS SWT Theme Support 0.13.300-SNAPSHOT [50/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] The project's OSGi version is 0.13.300.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Resolving class path of [bundle] Eclipse CSS SWT Theme Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.13.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.13.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme:0.13.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt.theme --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.dialogs >----------- [INFO] Building [bundle] Eclipse e4 dialogs 1.3.500-SNAPSHOT [51/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.dialogs --- [INFO] The project's OSGi version is 1.3.500.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.dialogs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.dialogs --- [INFO] Resolving class path of [bundle] Eclipse e4 dialogs [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.dialogs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.dialogs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.dialogs --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.dialogs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.dialogs --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.dialogs --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.3.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.dialogs --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/target/org.eclipse.e4.ui.dialogs-1.3.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.dialogs --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.dialogs:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.dialogs --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.e4.ui.model.workbench >------- [INFO] Building [bundle] Eclipse Workbench Model 2.3.0-SNAPSHOT [52/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.model.workbench --- [INFO] The project's OSGi version is 2.3.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.model.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.model.workbench --- [INFO] Resolving class path of [bundle] Eclipse Workbench Model [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.model.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.model.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.model.workbench --- [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.model.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.model.workbench --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.model.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.model.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.model.workbench --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.model.workbench --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.widgets >----------- [INFO] Building [bundle] Eclipse UI Custom widgets 1.3.200-SNAPSHOT [53/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.widgets --- [INFO] The project's OSGi version is 1.3.200.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.widgets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.widgets --- [INFO] Resolving class path of [bundle] Eclipse UI Custom widgets [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.widgets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.widgets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.widgets --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.widgets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.widgets --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/target/org.eclipse.e4.ui.widgets-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.widgets --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.widgets --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse.jdt:eclipse.jdt.core >------------------ [INFO] Building eclipse.jdt.core 4.28.0-SNAPSHOT [54/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.jdt.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.jdt.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.jdt.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.jdt.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.core --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.core --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.annotation >------------- [INFO] Building org.eclipse.jdt.annotation 2.2.700-SNAPSHOT [55/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.annotation --- [INFO] The project's OSGi version is 2.2.700.v20220826-1026 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.annotation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.annotation --- [INFO] Resolving class path of org.eclipse.jdt.annotation [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.annotation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.annotation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.annotation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.annotation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.annotation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.2.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.annotation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.2.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.annotation --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.annotation --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.workbench >---------- [INFO] Building [bundle] Eclipse e4 Workbench 1.14.100-SNAPSHOT [56/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench --- [INFO] The project's OSGi version is 1.14.100.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench --- [INFO] Resolving class path of [bundle] Eclipse e4 Workbench [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 5 where kept. [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.14.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/org.eclipse.e4.ui.workbench-1.14.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.jface.databinding >--------- [INFO] Building [bundle] JFace Data Binding for SWT and JFace 1.14.100-SNAPSHOT [57/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.databinding --- [INFO] The project's OSGi version is 1.14.100.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.databinding --- [INFO] Resolving class path of [bundle] JFace Data Binding for SWT and JFace [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.databinding --- [INFO] Compiling 174 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.databinding --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.14.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/target/org.eclipse.jface.databinding-1.14.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.databinding --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.databinding:1.14.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.databinding --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.ui.workbench3 >---------- [INFO] Building [bundle] Bundle for Workbench APIs available in e4 0.16.200-SNAPSHOT [58/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench3 --- [INFO] The project's OSGi version is 0.16.200.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench3 --- [INFO] Resolving class path of [bundle] Bundle for Workbench APIs available in e4 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench3 --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench3 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.16.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/target/org.eclipse.e4.ui.workbench3-0.16.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench3 --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench3 --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.urischeme >------------- [INFO] Building [bundle] Eclipse URI Scheme Handling 1.2.300-SNAPSHOT [59/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.urischeme --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.urischeme --- [INFO] The project's OSGi version is 1.2.300.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.urischeme --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.urischeme --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.urischeme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.urischeme/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.urischeme --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.urischeme --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.urischeme --- [INFO] Resolving class path of [bundle] Eclipse URI Scheme Handling [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.urischeme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.urischeme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.urischeme --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.urischeme --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.urischeme --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.urischeme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.urischeme/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.urischeme --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.urischeme --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.urischeme --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.urischeme --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.urischeme/target/org.eclipse.urischeme-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.urischeme --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.urischeme --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.workbench.swt >-------- [INFO] Building [bundle] Eclipse e4 Workbench SWT 0.16.800-SNAPSHOT [60/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.swt --- [INFO] The project's OSGi version is 0.16.800.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Resolving class path of [bundle] Eclipse e4 Workbench SWT [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 4 where kept. [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.swt --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.16.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.16.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.swt --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.swt:0.16.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.swt --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt >--- [INFO] Building [bundle] Eclipse e4 Workbench SWT Renderer 0.15.800-SNAPSHOT [61/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] The project's OSGi version is 0.15.800.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Resolving class path of [bundle] Eclipse e4 Workbench SWT Renderer [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.15.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.15.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt:0.15.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.renderers.swt --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt >----- [INFO] Building [bundle] Eclipse e4 Workbench Add-ons 1.4.600-SNAPSHOT [62/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] The project's OSGi version is 1.4.600.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Resolving class path of [bundle] Eclipse e4 Workbench Add-ons [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.4.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.4.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt:1.4.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.addons.swt --- [INFO] Execution was skipped [INFO] [INFO] --------------< eclipse.platform.ua:eclipse.platform.ua >--------------- [INFO] Building eclipse.platform.ua 4.28.0-SNAPSHOT [63/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.ua --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.ua --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.ua --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.ua --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.ua --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ua --- [INFO] Execution was skipped [INFO] [INFO] -----------------< org.eclipse.help:org.eclipse.help >------------------ [INFO] Building org.eclipse.help 3.9.100-SNAPSHOT [64/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.help --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.help --- [INFO] The project's OSGi version is 3.9.100.v20210721-0601 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.help --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.help --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.help --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.help --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.help --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.help --- [INFO] Resolving class path of org.eclipse.help [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.help --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.help --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.help --- [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.help --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.help --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.help --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.help --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.help --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help/target/org.eclipse.help-3.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.help --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help/target/org.eclipse.help-3.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help --- [INFO] MavenProject: org.eclipse.help:org.eclipse.help:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.security >---------- [INFO] Building org.eclipse.equinox.security 1.3.1000-SNAPSHOT [65/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security --- [INFO] The project's OSGi version is 1.3.1000.v20220801-1135 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.security --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security --- [INFO] Resolving class path of org.eclipse.equinox.security [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.3.1000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.3.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.3.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security:xml:p2metadata:1.3.1000-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security:xml:p2artifacts:1.3.1000-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:eclipse.platform.team >------------- [INFO] Building eclipse.platform.team 4.28.0-SNAPSHOT [66/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.team --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.team --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.team --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.team --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.team --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.team --- [INFO] Execution was skipped [INFO] [INFO] -----------------< org.eclipse.platform:team-bundles >------------------ [INFO] Building [aggregator] bundles 4.28.0-SNAPSHOT [67/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ team-bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ team-bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ team-bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ team-bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ team-bundles --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ team-bundles --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.core.net >-------------- [INFO] Building [bundle] Internet Connection Management 1.4.0-SNAPSHOT [68/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.net --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.net --- [INFO] The project's OSGi version is 1.4.0.v20220813-1037 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.net --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.net --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.net --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.net --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.net --- [INFO] Resolving class path of [bundle] Internet Connection Management [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.net --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.net --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.net --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.net --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.net --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:eclipse.platform.debug >------------- [INFO] Building eclipse.platform.debug 4.28.0-SNAPSHOT [69/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.debug --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.debug --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.debug --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.debug --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.core.variables >----------- [INFO] Building [bundle] Core Variables 3.5.100-SNAPSHOT [70/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.variables --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.variables --- [INFO] The project's OSGi version is 3.5.100.v20210721-1355 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.variables --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.variables --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.variables --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.variables/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.variables --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.variables --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.variables --- [INFO] Resolving class path of [bundle] Core Variables [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.variables --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.variables/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.variables --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.variables/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.variables --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.variables/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.variables --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.variables --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.variables --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.variables/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.variables --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.variables --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.variables --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.variables --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.variables --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.variables:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.variables/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.variables --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.ant.core >-------------- [INFO] Building [bundle] Ant Build Tool Core 3.6.500-SNAPSHOT [71/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ant.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.core --- [INFO] The project's OSGi version is 3.6.500.v20220718-1722 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ant.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ant.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.core --- [INFO] Resolving class path of [bundle] Ant Build Tool Core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ant.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ant.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.core --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/target/classes [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/target/lib/antsupportlib.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ant.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ant.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ant.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.6.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/lib/antsupportlib.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.6.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.core --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.core:3.6.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.core --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.osgi.services >------------ [INFO] Building [bundle] OSGi Release 4.2.0 Services 3.11.100-SNAPSHOT [72/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services --- [INFO] The project's OSGi version is 3.11.100.v20221006-1531 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.osgi.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.osgi.services --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.services --- [INFO] Resolving class path of [bundle] OSGi Release 4.2.0 Services [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.osgi.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.osgi.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi.services --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.osgi.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.11.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.11.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.services --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.services --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.services/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.services:xml:p2metadata:3.11.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.services:xml:p2artifacts:3.11.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.services --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.http.servlet >-------- [INFO] Building [bundle] Http Services Servlet 1.7.400-SNAPSHOT [73/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet --- [INFO] The project's OSGi version is 1.7.400.v20221006-1531 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.servlet --- [INFO] Resolving class path of [bundle] Http Services Servlet [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.http.servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.http.servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.servlet --- [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.http.servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.7.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.7.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servlet --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servlet:xml:p2metadata:1.7.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servlet:xml:p2artifacts:1.7.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.http.jetty >--------- [INFO] Building [bundle] Jetty Http Service 3.8.200-SNAPSHOT [74/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.jetty --- [INFO] The project's OSGi version is 3.8.200.v20221109-0702 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.jetty --- [INFO] Resolving class path of [bundle] Jetty Http Service [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.http.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.http.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.jetty --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.http.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.8.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.8.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.jetty:xml:p2metadata:3.8.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.jetty:xml:p2artifacts:3.8.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.jetty --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.help:org.eclipse.help.base >--------------- [INFO] Building org.eclipse.help.base 4.3.1100-SNAPSHOT [75/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.help.base --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.help.base --- [INFO] The project's OSGi version is 4.3.1100.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.help.base --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.help.base --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.help.base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.help.base --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.help.base --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.help.base --- [INFO] Resolving class path of org.eclipse.help.base [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.help.base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.help.base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.help.base --- [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/util/ProxyUtil.java:[31] import org.eclipse.core.internal.net.ProxyManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/util/ProxyUtil.java:[54] IProxyService service = ProxyManager.getProxyManager(); ^^^^^^^^^^^^ Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/util/ProxyUtil.java:[54] IProxyService service = ProxyManager.getProxyManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProxyManager.getProxyManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/util/ProxyUtil.java:[96] IProxyService service = ProxyManager.getProxyManager(); ^^^^^^^^^^^^ Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/util/ProxyUtil.java:[96] IProxyService service = ProxyManager.getProxyManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProxyManager.getProxyManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/util/ProxyUtil.java:[99] if (service instanceof ProxyManager) ^^^^^^^^^^^^ Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/util/ProxyUtil.java:[100] natives = ((ProxyManager)service).getNativeNonProxiedHosts(); ^^^^^^^^^^^^ Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/util/ProxyUtil.java:[100] natives = ((ProxyManager)service).getNativeNonProxiedHosts(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProxyManager.getNativeNonProxiedHosts()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net/target/classes') 8 problems (8 warnings) [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/target/ant_tasks/helpbase-ant.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.help.base --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.help.base --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.help.base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.help.base --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help.base --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.help.base --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/target/org.eclipse.help.base-4.3.1100-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.help.base --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.help.base --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/ant_tasks/helpbase-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/target/org.eclipse.help.base-4.3.1100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help.base --- [INFO] No baseline version MavenProject: org.eclipse.help:org.eclipse.help.base:4.3.1100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.base/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.base --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.workbench >------------ [INFO] Building [bundle] Eclipse Workbench 3.128.0-SNAPSHOT [76/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench --- [INFO] The project's OSGi version is 3.128.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.workbench --- [INFO] Resolving class path of [bundle] Eclipse Workbench [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.workbench --- [INFO] Compiling 1198 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[877] if (!(minimizedStack.getObject() instanceof org.eclipse.e4.ui.workbench.addons.minmax.TrimStack)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[880] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack ts = (org.eclipse.e4.ui.workbench.addons.minmax.TrimStack) minimizedStack ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[880] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack ts = (org.eclipse.e4.ui.workbench.addons.minmax.TrimStack) minimizedStack ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[882] if (!(ts.getMinimizedElement() instanceof MPartStack)) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TrimStack.getMinimizedElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[885] MPartStack stack = (MPartStack) ts.getMinimizedElement(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TrimStack.getMinimizedElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[902] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[902] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'TrimStack.MINIMIZED_AND_SHOWING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[907] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TrimStack' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java:[907] org.eclipse.e4.ui.workbench.addons.minmax.TrimStack.MINIMIZED_AND_SHOWING)) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'TrimStack.MINIMIZED_AND_SHOWING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/target/classes') 10. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/Priority.java (at line 50) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 11. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java (at line 398) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 12. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingService.java (at line 616) @SuppressWarnings({ "unchecked" }) ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 13. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java (at line 478) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[85] import org.eclipse.e4.ui.model.internal.Position; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Position' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[86] import org.eclipse.e4.ui.model.internal.PositionInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1106] * look at: {@link PositionInfo#parse(String)}. ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1106] * look at: {@link PositionInfo#parse(String)}. ^^^^^ Discouraged access: The method 'PositionInfo.parse(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1195] PositionInfo positionInfo = findMovePositionInfo(element); ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1204] switch (positionInfo.getPosition()) { ^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1205] case LAST: ^^^^ Discouraged access: The field 'Position.LAST' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1209] case FIRST: ^^^^^ Discouraged access: The field 'Position.FIRST' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1213] case INDEX: ^^^^^ Discouraged access: The field 'Position.INDEX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1214] int index = positionInfo.getPositionReferenceAsInteger(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPositionReferenceAsInteger()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1222] case BEFORE: ^^^^^^ Discouraged access: The field 'Position.BEFORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1223] case AFTER: ^^^^^ Discouraged access: The field 'Position.AFTER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1224] int idx = indexOfElementWithID(elements, positionInfo.getPositionReference()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPositionReference()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1229] if (positionInfo.getPosition() == Position.AFTER) { ^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1229] if (positionInfo.getPosition() == Position.AFTER) { ^^^^^^^^^^^^^^ Discouraged access: The type 'Position' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1229] if (positionInfo.getPosition() == Position.AFTER) { ^^^^^ Discouraged access: The field 'Position.AFTER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1244] + positionInfo.getPosition() + "'!"); //$NON-NLS-1$ ^^^^^^^^^^^ Discouraged access: The method 'PositionInfo.getPosition()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1275] * and if so it will extract the {@link PositionInfo} out of it. ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1278] * @return the found {@link PositionInfo} on the given {@link MUIElement}, or ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1281] private PositionInfo findMovePositionInfo(MUIElement element) { ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1285] return PositionInfo.parse(tag.substring(MOVE_TAG.length())); ^^^^^^^^^^^^ Discouraged access: The type 'PositionInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[1285] return PositionInfo.parse(tag.substring(MOVE_TAG.length())); ^^^^^ Discouraged access: The method 'PositionInfo.parse(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') 36. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java (at line 198) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 37. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/PageBookView.java (at line 473) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 38. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java (at line 1203) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 39. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/WorkbenchStatusDialogManagerImpl.java (at line 488) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 40. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/databinding/SingleSelectionProperty.java (at line 36) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 41. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/RGBVisibleContrastColorFactory.java (at line 102) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 42. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/databinding/AdaptedValueProperty.java (at line 23) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 43. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowViewMenu.java (at line 237) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 44. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/FileEditorMapping.java (at line 95) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 45. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/databinding/SelectionServiceListener.java (at line 57) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[40] import org.eclipse.e4.ui.model.internal.ModelUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[325] tb.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[325] tb.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[339] menu.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[339] menu.getTransientData().put(ModelUtils.CONTAINING_PARENT, model); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[421] MApplicationElement model = (MApplicationElement) mToolBar.getTransientData().get(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[421] MApplicationElement model = (MApplicationElement) mToolBar.getTransientData().get(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[435] mToolBar.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[435] mToolBar.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[453] MApplicationElement model = (MApplicationElement) mMenu.getTransientData().get(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[453] MApplicationElement model = (MApplicationElement) mMenu.getTransientData().get(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[467] mMenu.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[467] mMenu.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[495] mToolBar.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[495] mToolBar.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[511] mMenu.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java:[511] mMenu.getTransientData().remove(ModelUtils.CONTAINING_PARENT); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelUtils.CONTAINING_PARENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CommandToModelProcessor.java:[28] import org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandProcessingAddon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CommandToModelProcessor.java:[104] MCommand command = CommandProcessingAddon.createCommand(cmd, modelService, categoryModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CommandProcessingAddon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CommandToModelProcessor.java:[104] MCommand command = CommandProcessingAddon.createCommand(cmd, modelService, categoryModel); ^^^^^^^^^^^^^ Discouraged access: The method 'CommandProcessingAddon.createCommand(Command, EModelService, MCategory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java:[39] import org.eclipse.e4.core.services.adapter.Adapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Adapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java:[384] Adapter adapter = context != null ? context.get(Adapter.class) : null; ^^^^^^^ Discouraged access: The type 'Adapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java:[384] Adapter adapter = context != null ? context.get(Adapter.class) : null; ^^^^^^^ Discouraged access: The type 'Adapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java:[386] Object o = adapter.adapt(descriptor, URL.class); ^^^^^ Discouraged access: The method 'Adapter.adapt(Object, Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java:[390] o = adapter.adapt(descriptor, URI.class); ^^^^^ Discouraged access: The method 'Adapter.adapt(Object, Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/target/classes') 71. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 100) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 72. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 181) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 73. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java (at line 198) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 74. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/migration/PerspectiveBuilder.java (at line 365) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 75. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java (at line 105) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 76. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java (at line 134) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 77. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java (at line 163) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 78. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java (at line 44) @SuppressWarnings({ "unchecked" }) ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 79. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java (at line 101) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 80. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java (at line 136) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 80 problems (0 errors, 56 warnings, 24 infos) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.workbench --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.128.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/org.eclipse.ui.workbench-3.128.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench:3.128.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/.polyglot.META-INF: baseline and build artifacts have same version but different contents no-classifier: different org/eclipse/ui/internal/dialogs/cpd/TreeManager$CheckListener.class: different [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench:3.128.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.platform:org.eclipse.ui >----------------- [INFO] Building [bundle] Eclipse UI 3.202.0-SNAPSHOT [77/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui --- [INFO] The project's OSGi version is 3.202.0.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui --- [INFO] Resolving class path of [bundle] Eclipse UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui/target/org.eclipse.ui-3.202.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui/target/org.eclipse.ui-3.202.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui:3.202.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.forms >-------------- [INFO] Building [bundle] Eclipse Forms 3.11.600-SNAPSHOT [78/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.forms --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms --- [INFO] The project's OSGi version is 3.11.600.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.forms --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.forms --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.forms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.forms --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.forms --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.forms --- [INFO] Resolving class path of [bundle] Eclipse Forms [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.forms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.forms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.forms --- [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.forms --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.forms --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.forms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.forms --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.forms --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/org.eclipse.ui.forms-3.11.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/target/org.eclipse.ui.forms-3.11.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.forms:3.11.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.forms --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.ui:org.eclipse.ui.intro >----------------- [INFO] Building org.eclipse.ui.intro 3.6.600-SNAPSHOT [79/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro --- [INFO] The project's OSGi version is 3.6.600.v20220619-1918 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.intro --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.intro --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.intro --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.intro --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro --- [INFO] Resolving class path of org.eclipse.ui.intro [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.intro --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.intro --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.intro --- [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.intro --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.intro --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.intro --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.6.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.6.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.6.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro --- [INFO] Execution was skipped [INFO] [INFO] --------------< eclipse.platform.ua:org.eclipse.help.ui >--------------- [INFO] Building [bundle] Help System UI 4.4.100-SNAPSHOT [80/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.help.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.help.ui --- [INFO] The project's OSGi version is 4.4.100.v20220619-1918 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.help.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.help.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.help.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.help.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.help.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.help.ui --- [INFO] Resolving class path of [bundle] Help System UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.help.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.help.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.help.ui --- [INFO] Compiling 102 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/ContextHelpPart.java:[81] import org.eclipse.ui.internal.IWorkbenchHelpContextIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IWorkbenchHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/ContextHelpPart.java:[314] if (provider!= null && (context==null || ((context instanceof Context) && IWorkbenchHelpContextIds.MISSING.equals(((Context)context).getId())))) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IWorkbenchHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/ContextHelpPart.java:[314] if (provider!= null && (context==null || ((context instanceof Context) && IWorkbenchHelpContextIds.MISSING.equals(((Context)context).getId())))) { ^^^^^^^ Discouraged access: The field 'IWorkbenchHelpContextIds.MISSING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/target/classes') 3 problems (3 warnings) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.help.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.help.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.help.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.help.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.help.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.help.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help.ui --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.ui --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.ui:org.eclipse.ui.cheatsheets >-------------- [INFO] Building org.eclipse.ui.cheatsheets 3.7.500-SNAPSHOT [81/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.cheatsheets --- [INFO] The project's OSGi version is 3.7.500.v20220903-1020 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.cheatsheets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.cheatsheets/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.cheatsheets --- [INFO] Resolving class path of org.eclipse.ui.cheatsheets [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.cheatsheets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.cheatsheets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.cheatsheets --- [INFO] Compiling 125 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.cheatsheets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.cheatsheets --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.cheatsheets --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.7.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.cheatsheets --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.7.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.cheatsheets --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.7.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.cheatsheets/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.cheatsheets --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse.jdt:org.eclipse.jdt >------------------- [INFO] Building org eclipse jdt 3.19.100-SNAPSHOT [82/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt --- [INFO] The project's OSGi version is 3.19.100.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt --- [INFO] Resolving class path of org eclipse jdt [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.jdt --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt/target/org.eclipse.jdt-3.19.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:eclipse.platform.resources >----------- [INFO] Building eclipse.platform.resources 4.28.0-SNAPSHOT [83/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.resources --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.resources --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.resources --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.platform:resources-bundles >--------------- [INFO] Building [aggregator] bundles 4.28.0-SNAPSHOT [84/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ resources-bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ resources-bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ resources-bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ resources-bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ resources-bundles --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ resources-bundles --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.core.filesystem >---------- [INFO] Building [bundle] Core File Systems 1.9.500-SNAPSHOT [85/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem --- [INFO] The project's OSGi version is 1.9.500.v20220817-1539 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem --- [INFO] Resolving class path of [bundle] Core File Systems [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.9.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.9.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem:1.9.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.core.resources >----------- [INFO] Building [bundle] Core Resource Management 3.18.200-SNAPSHOT [86/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.resources --- [INFO] The project's OSGi version is 3.18.200.v20230209-0754 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.resources --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.resources --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.resources --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.resources --- [INFO] Resolving class path of [bundle] Core Resource Management [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.resources --- [INFO] Compiling 277 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/ant_tasks/resources-ant.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.resources --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 1 where kept. [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.resources --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.resources --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.18.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/ant_tasks/resources-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.18.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.resources --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.resources:3.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.resources --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.debug.core >------------- [INFO] Building [bundle] Debug Core 3.20.100-SNAPSHOT [87/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.core --- [INFO] The project's OSGi version is 3.20.100.v20230124-1239 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.debug.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.debug.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.core --- [INFO] Resolving class path of [bundle] Debug Core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.debug.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.debug.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.core --- [INFO] Compiling 204 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.debug.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.debug.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.20.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.20.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.core --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.core:3.20.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.core --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.compare.core >------------ [INFO] Building [bundle] Core Compare Support 3.7.100-SNAPSHOT [88/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.compare.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare.core --- [INFO] The project's OSGi version is 3.7.100.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.compare.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.compare.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare.core --- [INFO] Resolving class path of [bundle] Core Compare Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.compare.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.compare.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.compare.core --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.compare.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.compare.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.compare.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.7.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.7.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.core --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.core:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.core --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:eclipse.platform.text >------------- [INFO] Building eclipse.platform.text 4.28.0-SNAPSHOT [89/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.text --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.text --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.text --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.text --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.platform:org.eclipse.text >---------------- [INFO] Building [bundle] Text 3.12.300-SNAPSHOT [90/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.text --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.text --- [INFO] The project's OSGi version is 3.12.300.v20220921-1010 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.text --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.text --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.text --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.text --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.text --- [INFO] Resolving class path of [bundle] Text [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.text --- [INFO] Compiling 132 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.text --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.text --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.text --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.text --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text/target/org.eclipse.text-3.12.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.text --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text/target/org.eclipse.text-3.12.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.text:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.team.core >------------- [INFO] Building [bundle] Team Support Core 3.9.700-SNAPSHOT [91/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.team.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.team.core --- [INFO] The project's OSGi version is 3.9.700.v20221201-0946 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.team.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.team.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.team.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.team.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.team.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.team.core --- [INFO] Resolving class path of [bundle] Team Support Core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.team.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.team.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.team.core --- [INFO] Compiling 179 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.team.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.team.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.team.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.team.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.team.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.9.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.team.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.9.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.core --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.core:3.9.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.core --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch >--------- [INFO] Building org.eclipse.jdt.core.compiler.batch 3.33.100-SNAPSHOT [92/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core.compiler.batch --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.compiler.batch --- [INFO] The project's OSGi version is 3.33.100.v20230308-1536 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.compiler.batch --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.compiler.batch --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.compiler.batch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/saveproperties [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core.compiler.batch --- [INFO] No match to regex '\\' found in '/home/jenkins/agent/workspace/eclipse-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/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/messages.properties' is left as-is... [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.core.compiler.batch --- [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core.compiler.batch --- [INFO] Rule 0: org.apache.maven.enforcer.rules.EvaluateBeanshell passed [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.compiler.batch --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.compiler.batch --- [INFO] Resolving class path of org.eclipse.jdt.core.compiler.batch [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core.compiler.batch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core.compiler.batch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.compiler.batch --- [INFO] Compiling 535 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.compiler.batch --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.compiler.batch --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core.compiler.batch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core.compiler.batch --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.compiler.batch --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.compiler.batch --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.33.100-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ org.eclipse.jdt.core.compiler.batch --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.compiler.batch --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.33.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.compiler.batch --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.33.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core.compiler.batch --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.33.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:xml:p2metadata:3.33.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:xml:p2artifacts:3.33.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.compiler.batch --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >---------------- [INFO] Building org.eclipse.jdt.core 3.33.100-SNAPSHOT [93/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core --- [INFO] The project's OSGi version is 3.33.100.v20230308-1649 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core --- [INFO] Resolving class path of org.eclipse.jdt.core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core --- [INFO] Compiling 1049 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.33.100-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ org.eclipse.jdt.core --- [INFO] Executing tasks [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/jdtCompilerAdapter.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.33.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.33.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-custom-bundle-plugin:4.0.0-SNAPSHOT:custom-bundle (antadapter) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.33.100-SNAPSHOT-antadapter.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.33.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2metadata:3.33.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2artifacts:3.33.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core --- [INFO] Execution was skipped [INFO] [INFO] ----------------< eclipse.jdt.debug:eclipse.jdt.debug >----------------- [INFO] Building eclipse.jdt.debug 4.28.0-SNAPSHOT [94/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.jdt.debug --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.jdt.debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.jdt.debug --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.jdt.debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.debug --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.debug --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.debug >---------------- [INFO] Building org.eclipse.jdt.debug 3.20.200-SNAPSHOT [95/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug --- [INFO] The project's OSGi version is 3.20.200.v20230308-1511 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug --- [INFO] Resolving class path of org.eclipse.jdt.debug [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug --- [INFO] Compiling 361 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.debug --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.20.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/jdimodel.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.20.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.20.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.launching >-------------- [INFO] Building org.eclipse.jdt.launching 3.19.900-SNAPSHOT [96/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching --- [INFO] The project's OSGi version is 3.19.900.v20230209-1222 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching --- [INFO] Resolving class path of org.eclipse.jdt.launching [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.launching --- [INFO] Compiling 128 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (compile-internal-jar) @ org.eclipse.jdt.launching --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.900-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.core.externaltools >--------- [INFO] Building [bundle] External Tools Headless Support 1.2.300-SNAPSHOT [97/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.externaltools --- [INFO] The project's OSGi version is 1.2.300.v20220618-1805 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.externaltools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.externaltools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.externaltools --- [INFO] Resolving class path of [bundle] External Tools Headless Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.externaltools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.externaltools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.externaltools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.externaltools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.externaltools --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.externaltools/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.externaltools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.externaltools/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.externaltools --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.externaltools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.externaltools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.externaltools --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.externaltools:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.core.externaltools/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.externaltools --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.ant.launching >----------- [INFO] Building [bundle] Ant Launching Support 1.3.400-SNAPSHOT [98/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ant.launching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.launching --- [INFO] The project's OSGi version is 1.3.400.v20220718-1722 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.launching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.launching --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ant.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ant.launching --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.launching --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.launching --- [INFO] Resolving class path of [bundle] Ant Launching Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ant.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ant.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.launching --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/target/classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/target/lib/loggers.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.launching --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ant.launching --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ant.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ant.launching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.launching --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.3.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/lib/loggers.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.3.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.launching --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.launching:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.launching/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.launching --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.ide >------------- [INFO] Building [bundle] E4 IDE UI 3.16.300-SNAPSHOT [99/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.ide --- [INFO] The project's OSGi version is 3.16.300.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.ide --- [INFO] Resolving class path of [bundle] E4 IDE UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.ide --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.ide --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.16.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/target/org.eclipse.e4.ui.ide-3.16.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.ide --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.16.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.ide --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.equinox.p2:rt.equinox.p2 >---------------- [INFO] Building rt.equinox.p2 4.28.0-SNAPSHOT [100/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rt.equinox.p2 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ rt.equinox.p2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ rt.equinox.p2 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ rt.equinox.p2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ rt.equinox.p2 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ rt.equinox.p2 --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ rt.equinox.p2 --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ rt.equinox.p2 --- [INFO] Execution was skipped [INFO] [INFO] -------------------< org.eclipse.equinox.p2:bundles >------------------- [INFO] Building [aggregator] bundles 4.28.0-SNAPSHOT [101/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ bundles --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ bundles --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ bundles --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ bundles --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.core >--------- [INFO] Building [bundle] Equinox Provisioning Core 2.9.200-SNAPSHOT [102/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.core --- [INFO] The project's OSGi version is 2.9.200.v20220817-1208 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.core --- [INFO] Resolving class path of [bundle] Equinox Provisioning Core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.core --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.9.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.9.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.core --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.core:2.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.core --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.core --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.core:2.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.core:xml:p2metadata:2.9.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.core:xml:p2artifacts:2.9.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.core --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata >------- [INFO] Building [bundle] Equinox Provisioning Metadata 2.6.300-SNAPSHOT [103/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.metadata --- [INFO] The project's OSGi version is 2.6.300.v20220817-1208 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.metadata --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.metadata --- [INFO] Resolving class path of [bundle] Equinox Provisioning Metadata [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.metadata --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.metadata --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.metadata --- [INFO] Compiling 142 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.metadata --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.metadata --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.6.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.metadata --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.6.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.metadata --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata:2.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.metadata --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.metadata --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata:2.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata:xml:p2metadata:2.6.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata:xml:p2artifacts:2.6.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.metadata --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox.p2:org.eclipse.equinox.p2.jarprocessor >----- [INFO] Building [bundle] Equinox Provisioning JAR Processor 1.2.500-SNAPSHOT [104/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] The project's OSGi version is 1.2.500.v20230308-0853 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Resolving class path of [bundle] Equinox Provisioning JAR Processor [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/lib/jarprocessor-ant.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.2.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/lib/jarprocessor-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.2.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.jarprocessor:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.polyglot.META-INF [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.jarprocessor:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.jarprocessor:xml:p2metadata:1.2.500-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.jarprocessor:xml:p2artifacts:1.2.500-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.jarprocessor --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository >------ [INFO] Building [bundle] Equinox Provisioning Repository 2.6.300-SNAPSHOT [105/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.repository --- [INFO] The project's OSGi version is 2.6.300.v20221030-1923 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.repository --- [INFO] Resolving class path of [bundle] Equinox Provisioning Repository [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.repository --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.6.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.6.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.repository --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository:2.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.repository --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.repository --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository:2.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository:xml:p2metadata:2.6.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository:xml:p2artifacts:2.6.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.repository --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.artifact.repository >-- [INFO] Building [bundle] Equinox Provisioning Artifact Repository Support 1.4.800-SNAPSHOT [106/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] The project's OSGi version is 1.4.800.v20221205-1614 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Resolving class path of [bundle] Equinox Provisioning Artifact Repository Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.4.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.4.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.artifact.repository:1.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.artifact.repository:1.4.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.artifact.repository:xml:p2metadata:1.4.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.artifact.repository:xml:p2artifacts:1.4.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.artifact.repository --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata.repository >-- [INFO] Building [bundle] Equinox Provisioning Metadata Repository 1.4.100-SNAPSHOT [107/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] The project's OSGi version is 1.4.100.v20220329-1456 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Resolving class path of [bundle] Equinox Provisioning Metadata Repository [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/ant_tasks/metadataRepository-ant.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/ant_tasks/metadataRepository-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata.repository:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata.repository:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata.repository:xml:p2metadata:1.4.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.metadata.repository:xml:p2artifacts:1.4.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.metadata.repository --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.engine >-------- [INFO] Building [bundle] Equinox Provisioning Engine 2.7.500-SNAPSHOT [108/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.engine --- [INFO] The project's OSGi version is 2.7.500.v20220817-1208 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.engine --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.engine --- [INFO] Resolving class path of [bundle] Equinox Provisioning Engine [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.engine --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.engine --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.engine --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.engine --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.7.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.7.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.engine --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.engine:2.7.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.engine --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.engine --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.engine:2.7.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.engine:xml:p2metadata:2.7.500-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.engine:xml:p2artifacts:2.7.500-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.engine --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.jface.text >------------- [INFO] Building [bundle] JFace Text 3.23.0-SNAPSHOT [109/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.text --- [INFO] The project's OSGi version is 3.23.0.v20230123-1047 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.text --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.text --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.text --- [INFO] Resolving class path of [bundle] JFace Text [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.text --- [INFO] Compiling 357 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.text --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.text --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.text --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.text --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.text --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/target/org.eclipse.jface.text-3.23.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.text --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/target/org.eclipse.jface.text-3.23.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.text --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.text:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.text --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.views >-------------- [INFO] Building [bundle] Views 3.11.400-SNAPSHOT [110/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views --- [INFO] The project's OSGi version is 3.11.400.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.views --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.views --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.views --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.views --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.views --- [INFO] Resolving class path of [bundle] Views [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.views --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.views --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.views --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.views --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.views --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.views --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.views --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/org.eclipse.ui.views-3.11.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views/target/org.eclipse.ui.views-3.11.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.navigator >------------ [INFO] Building [bundle] Common Navigator View 3.11.0-SNAPSHOT [111/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.navigator --- [INFO] The project's OSGi version is 3.11.0.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.navigator --- [INFO] Resolving class path of [bundle] Common Navigator View [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.navigator --- [INFO] Compiling 154 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.navigator --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/org.eclipse.ui.navigator-3.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/target/org.eclipse.ui.navigator-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.navigator --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.navigator:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.navigator --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.platform:org.eclipse.ui.ide >--------------- [INFO] Building [bundle] Eclipse IDE UI 3.20.100-SNAPSHOT [112/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.ide --- [INFO] The project's OSGi version is 3.20.100.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.ide --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.ide --- [INFO] Resolving class path of [bundle] Eclipse IDE UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.ide --- [INFO] Compiling 508 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[27] import org.eclipse.core.internal.resources.ValidateProjectEncoding; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ValidateProjectEncoding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') 10. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java (at line 283) @SuppressWarnings("javadoc") ^^^^^^^^^ At least one of the problems in category 'javadoc' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java:[39] import org.eclipse.core.internal.resources.FilterDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FilterDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java:[2288] AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'FilterDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java:[2288] AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter(); ^^^^^^^^^^^^ Discouraged access: The method 'FilterDescriptor.createFilter()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java:[3024] AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'FilterDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java:[3024] AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter(); ^^^^^^^^^^^^ Discouraged access: The method 'FilterDescriptor.createFilter()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') 15 problems (0 errors, 6 warnings, 9 infos) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.ide --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.ide --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.20.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.20.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.ide --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.ide:3.20.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.ide --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.ui.workbench.texteditor >------ [INFO] Building [bundle] Text Editor Framework 3.16.700-SNAPSHOT [113/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench.texteditor --- [INFO] The project's OSGi version is 3.16.700.v20230210-0941 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.workbench.texteditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.workbench.texteditor --- [INFO] Resolving class path of [bundle] Text Editor Framework [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.workbench.texteditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.workbench.texteditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.workbench.texteditor --- [INFO] Compiling 180 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.workbench.texteditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench.texteditor --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.16.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench.texteditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.16.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench.texteditor --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor:3.16.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench.texteditor --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.core.filebuffers >---------- [INFO] Building [bundle] File Buffers 3.7.200-SNAPSHOT [114/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filebuffers --- [INFO] The project's OSGi version is 3.7.200.v20220202-1008 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.filebuffers --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filebuffers --- [INFO] Resolving class path of [bundle] File Buffers [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.filebuffers --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.filebuffers --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filebuffers --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.filebuffers --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filebuffers --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filebuffers --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.7.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filebuffers --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.7.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filebuffers --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filebuffers --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.ui.editors >------------- [INFO] Building [bundle] Default Text Editor 3.15.0-SNAPSHOT [115/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.editors --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.editors --- [INFO] The project's OSGi version is 3.15.0.v20221201-1935 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.editors --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.editors --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.editors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.editors --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.editors --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.editors --- [INFO] Resolving class path of [bundle] Default Text Editor [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.editors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.editors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.editors --- [INFO] Compiling 132 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.editors --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.editors --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.editors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.editors --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.editors --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors/target/org.eclipse.ui.editors-3.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.editors --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.editors:3.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.editors --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.ui.console >------------- [INFO] Building [bundle] Console 3.11.400-SNAPSHOT [116/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.console --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.console --- [INFO] The project's OSGi version is 3.11.400.v20221012-0524 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.console --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.console --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.console/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.console --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.console --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.console --- [INFO] Resolving class path of [bundle] Console [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.console/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.console --- [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.console/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.console --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.console --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.console/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.console --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.console --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.11.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.11.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.console --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.console:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.console/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.console --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.debug.ui >-------------- [INFO] Building [bundle] Debug UI 3.17.200-SNAPSHOT [117/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.ui --- [INFO] The project's OSGi version is 3.17.200.v20230220-1318 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.debug.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.debug.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.ui --- [INFO] Resolving class path of [bundle] Debug UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.debug.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.debug.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.ui --- [INFO] Compiling 858 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.debug.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.17.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.17.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.ui --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.ui:3.17.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.ui --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.externaltools >---------- [INFO] Building [bundle] External Tools 3.5.300-SNAPSHOT [118/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.externaltools --- [INFO] The project's OSGi version is 3.5.300.v20230126-0801 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.externaltools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.externaltools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.externaltools --- [INFO] Resolving class path of [bundle] External Tools [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.externaltools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.externaltools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.externaltools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.externaltools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.externaltools --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.externaltools/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.externaltools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.externaltools/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.externaltools --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.externaltools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.5.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.externaltools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.5.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.externaltools --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.externaltools:3.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.ui.externaltools/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.externaltools --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.platform:org.eclipse.compare >-------------- [INFO] Building [bundle] Compare Support 3.8.500-SNAPSHOT [119/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.compare --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare --- [INFO] The project's OSGi version is 3.8.500.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.compare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.compare --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare --- [INFO] Resolving class path of [bundle] Compare Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.compare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.compare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.compare --- [INFO] Compiling 162 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.compare --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.compare --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.compare --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.8.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.8.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare:3.8.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare --- [INFO] Execution was skipped [INFO] [INFO] -------------------< eclipse.jdt.ui:eclipse.jdt.ui >-------------------- [INFO] Building eclipse.jdt.ui 4.28.0-SNAPSHOT [120/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.jdt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.jdt.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.jdt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.jdt.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.ui --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.ui --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.ltk:org.eclipse.ltk.core.refactoring >---------- [INFO] Building org.eclipse.ltk.core.refactoring 3.13.100-SNAPSHOT [121/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.core.refactoring --- [INFO] The project's OSGi version is 3.13.100.v20230117-1625 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ltk.core.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.core.refactoring --- [INFO] Resolving class path of org.eclipse.ltk.core.refactoring [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ltk.core.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ltk.core.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ltk.core.refactoring --- [INFO] Compiling 144 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ltk.core.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.core.refactoring --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ltk.core.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.13.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ltk.core.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.13.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.core.refactoring --- [INFO] MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring:3.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.core.refactoring --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >---------- [INFO] Building org.eclipse.jdt.core.manipulation 1.18.0-SNAPSHOT [122/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.manipulation --- [INFO] The project's OSGi version is 1.18.0.v20230209-2203 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.manipulation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.manipulation --- [INFO] Resolving class path of org.eclipse.jdt.core.manipulation [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core.manipulation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core.manipulation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.manipulation --- [INFO] Compiling 559 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core.manipulation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.manipulation --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.manipulation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.18.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.manipulation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.18.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.manipulation --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.manipulation --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.platform:org.eclipse.team.ui >-------------- [INFO] Building [bundle] Team Support UI 3.9.600-SNAPSHOT [123/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.team.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.team.ui --- [INFO] The project's OSGi version is 3.9.600.v20230207-1607 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.team.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.team.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.team.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.team.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.team.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.team.ui --- [INFO] Resolving class path of [bundle] Team Support UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.team.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.team.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.team.ui --- [INFO] Compiling 345 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.team.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.team.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.team.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.team.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.team.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.9.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.team.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.9.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.ui --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.ui:3.9.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.ui --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.ltk:org.eclipse.ltk.ui.refactoring >----------- [INFO] Building org.eclipse.ltk.ui.refactoring 3.12.200-SNAPSHOT [124/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.ui.refactoring --- [INFO] The project's OSGi version is 3.12.200.v20220808-2221 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ltk.ui.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.ui.refactoring --- [INFO] Resolving class path of org.eclipse.ltk.ui.refactoring [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ltk.ui.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ltk.ui.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ltk.ui.refactoring --- [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ltk.ui.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.ui.refactoring --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ltk.ui.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.12.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ltk.ui.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.12.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.ui.refactoring --- [INFO] MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring:3.12.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.ui.refactoring --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.platform:org.eclipse.search >--------------- [INFO] Building [bundle] Search Support 3.14.400-SNAPSHOT [125/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.search --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.search --- [INFO] The project's OSGi version is 3.14.400.v20230209-0804 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.search --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.search --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.search --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.search --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.search --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.search --- [INFO] Resolving class path of [bundle] Search Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.search --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.search --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.search --- [INFO] Compiling 129 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.search --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.search --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.search --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.search --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.search --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.search --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search/target/org.eclipse.search-3.14.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.search --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search/target/org.eclipse.search-3.14.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.search:3.14.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.platform:org.eclipse.ui.views.properties.tabbed >----- [INFO] Building [bundle] Tabbed Properties View 3.9.400-SNAPSHOT [126/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views.properties.tabbed --- [INFO] The project's OSGi version is 3.9.400.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.views.properties.tabbed --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Resolving class path of [bundle] Tabbed Properties View [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.views.properties.tabbed --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.views.properties.tabbed --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.views.properties.tabbed --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.views.properties.tabbed --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.9.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.9.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views.properties.tabbed --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views.properties.tabbed:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views.properties.tabbed --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.ui.navigator.resources >------- [INFO] Building [bundle] Navigator Workbench Components 3.8.600-SNAPSHOT [127/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.navigator.resources --- [INFO] The project's OSGi version is 3.8.600.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.navigator.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.navigator.resources --- [INFO] Resolving class path of [bundle] Navigator Workbench Components [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.navigator.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.navigator.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.navigator.resources --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.navigator.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.navigator.resources --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.navigator.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.8.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.navigator.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.8.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.navigator.resources --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.navigator.resources:3.8.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.navigator.resources --- [INFO] Execution was skipped [INFO] [INFO] -----------------< org.eclipse.jdt:org.eclipse.jdt.ui >----------------- [INFO] Building org.eclipse.jdt.ui 3.28.100-SNAPSHOT [128/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui --- [INFO] The project's OSGi version is 3.28.100.v20230308-0911 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui --- [INFO] Resolving class path of org.eclipse.jdt.ui [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui --- [INFO] Compiling 1957 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.28.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.28.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.28.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.debug.ui >-------------- [INFO] Building org.eclipse.jdt.debug.ui 3.12.1000-SNAPSHOT [129/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.ui --- [INFO] The project's OSGi version is 3.12.1000.v20230207-1058 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.debug.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug.ui --- [INFO] Resolving class path of org.eclipse.jdt.debug.ui [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.debug.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.debug.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug.ui --- [INFO] Compiling 430 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.debug.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.12.1000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.12.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.ui --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.12.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug.ui --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin >------ [INFO] Building [bundle] Equinox Framework Admin 2.2.100-SNAPSHOT [130/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin --- [INFO] The project's OSGi version is 2.2.100.v20220817-1208 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.frameworkadmin --- [INFO] Resolving class path of [bundle] Equinox Framework Admin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.frameworkadmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.frameworkadmin --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.frameworkadmin --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.frameworkadmin --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin:xml:p2metadata:2.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin:xml:p2artifacts:2.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.equinox >-- [INFO] Building [bundle] Equinox Framework Admin for Equinox 1.2.200-SNAPSHOT [131/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] The project's OSGi version is 1.2.200.v20220315-2155 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Resolving class path of [bundle] Equinox Framework Admin for Equinox [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.equinox:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.equinox:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.equinox:xml:p2metadata:1.2.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.equinox:xml:p2artifacts:1.2.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin.equinox --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator >---- [INFO] Building [bundle] Simple Configurator 1.4.200-SNAPSHOT [132/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.simpleconfigurator --- [INFO] The project's OSGi version is 1.4.200.v20221111-1340 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.simpleconfigurator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Resolving class path of [bundle] Simple Configurator [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.simpleconfigurator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.simpleconfigurator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.simpleconfigurator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.simpleconfigurator --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.simpleconfigurator --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.simpleconfigurator --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator:xml:p2metadata:1.4.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator:xml:p2artifacts:1.4.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.simpleconfigurator --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator.manipulator >-- [INFO] Building [bundle] Simple Configurator Manipulator 2.2.100-SNAPSHOT [133/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] The project's OSGi version is 2.2.100.v20221117-1044 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Resolving class path of [bundle] Simple Configurator Manipulator [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator.manipulator:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator.manipulator:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator.manipulator:xml:p2metadata:2.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.simpleconfigurator.manipulator:xml:p2artifacts:2.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.simpleconfigurator.manipulator --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit.runtime >------------ [INFO] Building org.eclipse.jdt.junit.runtime 3.7.100-SNAPSHOT [134/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.runtime --- [INFO] The project's OSGi version is 3.7.100.v20230115-0919 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.junit.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit.runtime --- [INFO] Resolving class path of org.eclipse.jdt.junit.runtime [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.junit.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.junit.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit.runtime --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.junit.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit.runtime --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.runtime --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.runtime --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.junit.core >------------- [INFO] Building org.eclipse.jdt.junit.core 3.11.600-SNAPSHOT [135/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.core --- [INFO] The project's OSGi version is 3.11.600.v20230209-1546 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.junit.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit.core --- [INFO] Resolving class path of org.eclipse.jdt.junit.core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.junit.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.junit.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit.core --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.junit.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.11.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.11.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.core --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.11.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit.core/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.core --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.junit >---------------- [INFO] Building org.eclipse.jdt.junit 3.15.200-SNAPSHOT [136/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit --- [INFO] The project's OSGi version is 3.15.200.v20230209-1546 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit --- [INFO] Resolving class path of org.eclipse.jdt.junit [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.15.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.15.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.platform:org.eclipse.ant.ui >--------------- [INFO] Building [bundle] Ant UI 3.8.300-SNAPSHOT [137/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ant.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.ui --- [INFO] The project's OSGi version is 3.8.300.v20220718-1722 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ant.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ant.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.ui --- [INFO] Resolving class path of [bundle] Ant UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ant.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ant.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.ui --- [INFO] Compiling 258 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/target/classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/target/lib/antrunner.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ant.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ant.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ant.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.8.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/lib/antrunner.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.8.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.ui --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.ui:3.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.ui --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.annotation >------------- [INFO] Building org.eclipse.jdt.annotation 1.2.100-SNAPSHOT [138/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.annotation --- [INFO] The project's OSGi version is 1.2.100.v20220826-1026 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.annotation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.annotation --- [INFO] Resolving class path of org.eclipse.jdt.annotation [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.annotation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.annotation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.annotation --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.annotation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.annotation --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.annotation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.annotation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.annotation --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.annotation --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.apt.core >-------------- [INFO] Building org.eclipse.jdt.apt.core 3.7.100-SNAPSHOT [139/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.core --- [INFO] The project's OSGi version is 3.7.100.v20221202-1820 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.apt.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.core --- [INFO] Resolving class path of org.eclipse.jdt.apt.core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.apt.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.apt.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.apt.core --- [INFO] Compiling 166 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationValueImpl.java:[32] import org.eclipse.jdt.internal.compiler.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationValueImpl.java:[214] Util.appendEscapedChar(sb, value.charAt(i), true); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationValueImpl.java:[214] Util.appendEscapedChar(sb, value.charAt(i), true); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.appendEscapedChar(StringBuffer, char, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationValueImpl.java:[221] Util.appendEscapedChar(sb, ((Character) _value).charValue(), false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/AnnotationValueImpl.java:[221] Util.appendEscapedChar(sb, ((Character) _value).charValue(), false); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.appendEscapedChar(StringBuffer, char, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') 5 problems (5 warnings) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.apt.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.apt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.7.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.7.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.core --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.core/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.core --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core >--------- [INFO] Building org.eclipse.jdt.apt.pluggable.core 1.3.100-SNAPSHOT [140/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] The project's OSGi version is 1.3.100.v20221201-1549 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Resolving class path of org.eclipse.jdt.apt.pluggable.core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeBuildProcessingEnvImpl.java:[20] import org.eclipse.jdt.internal.compiler.Compiler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeBuildProcessingEnvImpl.java:[29] IJavaProject jproject, Compiler compiler, boolean isTestCode) { ^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl.java:[43] import org.eclipse.jdt.internal.compiler.Compiler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl.java:[61] IJavaProject jproject, Compiler compiler, boolean isTestCode) ^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl.java:[188] public Compiler getCompiler() { ^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[29] import org.eclipse.jdt.internal.compiler.Compiler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[30] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[31] import org.eclipse.jdt.internal.compiler.env.IBinaryType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[32] import org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BinaryTypeBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[33] import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReferenceBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[53] Compiler compiler = this._env.getCompiler(); ^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[55] IBinaryType binaryType = null; ^^^^^^^^^^^ Discouraged access: The type 'IBinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[58] binaryType = ClassFileReader.read(this._file.getLocation().toString()); ^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[58] binaryType = ClassFileReader.read(this._file.getLocation().toString()); ^^^^ Discouraged access: The method 'ClassFileReader.read(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[67] binaryType = ClassFileReader.read(this._file.getLocation().toString()); ^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[67] binaryType = ClassFileReader.read(this._file.getLocation().toString()); ^^^^ Discouraged access: The method 'ClassFileReader.read(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[68] char[][] splitOn = CharOperation.splitOn('/', binaryType.getName()); ^^^^^^^ Discouraged access: The method 'IBinaryType.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[69] ReferenceBinding type = compiler.lookupEnvironment.getType(splitOn); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReferenceBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[69] ReferenceBinding type = compiler.lookupEnvironment.getType(splitOn); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'Compiler.lookupEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[69] ReferenceBinding type = compiler.lookupEnvironment.getType(splitOn); ^^^^^^^ Discouraged access: The method 'LookupEnvironment.getType(char[][])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[70] if (type != null && type.isValidBinding()) { ^^^^^^^^^^^^^^ Discouraged access: The method 'Binding.isValidBinding()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[71] if (type.isBinaryBinding()) { ^^^^^^^^^^^^^^^ Discouraged access: The method 'ReferenceBinding.isBinaryBinding()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[74] BinaryTypeBinding binaryBinding = new BinaryTypeBinding(type.getPackage(), binaryType, compiler.lookupEnvironment, true); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BinaryTypeBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[74] BinaryTypeBinding binaryBinding = new BinaryTypeBinding(type.getPackage(), binaryType, compiler.lookupEnvironment, true); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BinaryTypeBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[74] BinaryTypeBinding binaryBinding = new BinaryTypeBinding(type.getPackage(), binaryType, compiler.lookupEnvironment, true); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BinaryTypeBinding(PackageBinding, IBinaryType, LookupEnvironment, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[74] BinaryTypeBinding binaryBinding = new BinaryTypeBinding(type.getPackage(), binaryType, compiler.lookupEnvironment, true); ^^^^^^^^^^ Discouraged access: The method 'ReferenceBinding.getPackage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java:[74] BinaryTypeBinding binaryBinding = new BinaryTypeBinding(type.getPackage(), binaryType, compiler.lookupEnvironment, true); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'Compiler.lookupEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java:[33] import org.eclipse.jdt.internal.compiler.Compiler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java:[36] import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java:[37] import org.eclipse.jdt.internal.compiler.env.ICompilationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java:[38] import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReferenceBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java:[66] public void configureFromPlatform(Compiler compiler, Object compilationUnitLocator, Object javaProject, boolean isTestCode) { ^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java:[120] public ICompilationUnit findCompilationUnit(IFile file) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java:[129] * @see BaseAnnotationProcessorManager#processAnnotations(CompilationUnitDeclaration[], boolean) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java:[132] public void processAnnotations(CompilationUnitDeclaration[] units, ReferenceBinding[] referenceBindings, boolean isLastRound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java:[132] public void processAnnotations(CompilationUnitDeclaration[] units, ReferenceBinding[] referenceBindings, boolean isLastRound) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReferenceBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeReconcileProcessingEnvImpl.java:[20] import org.eclipse.jdt.internal.compiler.Compiler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeReconcileProcessingEnvImpl.java:[29] IJavaProject jproject, Compiler compiler, boolean isTestCode) { ^^^^^^^^ Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java:[27] import org.eclipse.jdt.internal.compiler.CompilationResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java:[84] Apt6Plugin.log(new Status(IStatus.INFO, Apt6Plugin.PLUGIN_ID, Apt6Plugin.STATUS_EXCEPTION, problem.getMessage(), null)); ^^^^^^^^^^ Discouraged access: The method 'DefaultProblem.getMessage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java:[87] CompilationResult result = problem._referenceContext.compilationResult(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java:[87] CompilationResult result = problem._referenceContext.compilationResult(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ReferenceContext.compilationResult()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java:[88] result.record(problem, problem._referenceContext); ^^^^^^ Discouraged access: The method 'CompilationResult.record(CategorizedProblem, ReferenceContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java:[93] Apt6Plugin.log(new Status(IStatus.INFO, Apt6Plugin.PLUGIN_ID, Apt6Plugin.STATUS_EXCEPTION, problem.getMessage(), null)); ^^^^^^^^^^ Discouraged access: The method 'DefaultProblem.getMessage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') 44 problems (44 warnings) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.pluggable.core --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.apt.ui >--------------- [INFO] Building org.eclipse.jdt.apt.ui 3.7.0-SNAPSHOT [141/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.ui --- [INFO] The project's OSGi version is 3.7.0.v20210620-1751 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.apt.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.ui --- [INFO] Resolving class path of org.eclipse.jdt.apt.ui [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.apt.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.apt.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.apt.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java:[23] import org.eclipse.jdt.internal.ui.dialogs.StatusInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java:[115] StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java:[115] StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java:[115] StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java:[120] status.setError(Messages.ProcessorOptionInputDialog_emptyKey); ^^^^^^^^ Discouraged access: The method 'StatusInfo.setError(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java:[122] status.setError(Messages.ProcessorOptionInputDialog_keyAlreadyInUse); ^^^^^^^^ Discouraged access: The method 'StatusInfo.setError(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java:[124] status.setError(Messages.ProcessorOptionInputDialog_equalsSignNotValid); ^^^^^^^^ Discouraged access: The method 'StatusInfo.setError(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java:[126] status.setWarning(Messages.AptConfigurationBlock_warningIgnoredOptions); ^^^^^^^^^^ Discouraged access: The method 'StatusInfo.setWarning(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[60] import org.eclipse.jdt.internal.ui.dialogs.StatusInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[503] return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genSrcDirMustBeValidRelativePath); ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[503] return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genSrcDirMustBeValidRelativePath); ^^^^^^^^^^ Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[508] return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted); ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[508] return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted); ^^^^^^^^^^ Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[511] return new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[511] return new StatusInfo(); ^^^^^^^^^^ Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[523] return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeValidRelativePath); ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[523] return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeValidRelativePath); ^^^^^^^^^^ Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[526] return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeDifferent); ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[526] return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeDifferent); ^^^^^^^^^^ Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[531] return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted); ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[531] return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted); ^^^^^^^^^^ Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[534] return new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[534] return new StatusInfo(); ^^^^^^^^^^ Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[547] return new StatusInfo(IStatus.WARNING, ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[547] return new StatusInfo(IStatus.WARNING, ^^^^^^^^^^ Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[551] return new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java:[551] return new StatusInfo(); ^^^^^^^^^^ Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes') 27 problems (27 warnings) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.apt.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.apt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.ui --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.ui --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.formatterapp >---------- [INFO] Building org.eclipse.jdt.core.formatterapp 1.1.0-SNAPSHOT [142/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.formatterapp --- [INFO] The project's OSGi version is 1.1.0.v20210618-1653 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.formatterapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.formatterapp --- [INFO] Resolving class path of org.eclipse.jdt.core.formatterapp [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core.formatterapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core.formatterapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.formatterapp --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core.formatterapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.formatterapp --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.formatterapp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.formatterapp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.formatterapp --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.formatterapp --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.director >------- [INFO] Building [bundle] Equinox Provisioning Director 2.5.400-SNAPSHOT [143/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.director --- [INFO] The project's OSGi version is 2.5.400.v20220817-1208 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.director --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.director --- [INFO] Resolving class path of [bundle] Equinox Provisioning Director [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.director --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.director --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.director --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.director --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.director --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/org.eclipse.equinox.p2.director-2.5.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.director --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/org.eclipse.equinox.p2.director-2.5.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.director --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.director:2.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.director --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.director --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.director:2.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.director:xml:p2metadata:2.5.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.director:xml:p2artifacts:2.5.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.director --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox.p2:org.eclipse.equinox.p2.director.app >----- [INFO] Building [bundle] Equinox Provisioning Director Application 1.2.300-SNAPSHOT [144/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.director.app --- [INFO] The project's OSGi version is 1.2.300.v20220911-2007 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.director.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.director.app --- [INFO] Resolving class path of [bundle] Equinox Provisioning Director Application [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.director.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.director.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.director.app --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/ant_tasks/director-ant.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.director.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.director.app --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.director.app --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/ant_tasks/director-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.director.app --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.director.app:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.director.app --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.director.app --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.director.app:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.director.app:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.director.app:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.director.app --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox.p2:org.eclipse.equinox.p2.garbagecollector >--- [INFO] Building [bundle] Equinox Provisioning Garbage Collector 1.2.100-SNAPSHOT [145/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] The project's OSGi version is 1.2.100.v20221111-1340 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Resolving class path of [bundle] Equinox Provisioning Garbage Collector [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/org.eclipse.equinox.p2.garbagecollector-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/org.eclipse.equinox.p2.garbagecollector-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.garbagecollector:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.garbagecollector:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.garbagecollector:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.garbagecollector:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.garbagecollector --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher >------- [INFO] Building [bundle] Equinox Provisioning Publisher Infrastructure 1.7.300-SNAPSHOT [146/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.publisher --- [INFO] The project's OSGi version is 1.7.300.v20221203-1819 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.publisher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.publisher --- [INFO] Resolving class path of [bundle] Equinox Provisioning Publisher Infrastructure [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.publisher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.publisher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.publisher --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.publisher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/org.eclipse.equinox.p2.publisher-1.7.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.publisher --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/org.eclipse.equinox.p2.publisher-1.7.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.publisher --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher:1.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.publisher --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.publisher --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher:1.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher:xml:p2metadata:1.7.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher:xml:p2artifacts:1.7.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.publisher --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher.eclipse >--- [INFO] Building [bundle] Equinox Provisioning Publisher for Eclipse 1.4.300-SNAPSHOT [147/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] The project's OSGi version is 1.4.300.v20221214-0640 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Resolving class path of [bundle] Equinox Provisioning Publisher for Eclipse [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/ant_tasks/pdepublishing-ant.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.4.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/ant_tasks/pdepublishing-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.4.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher.eclipse:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher.eclipse:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher.eclipse:xml:p2metadata:1.4.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.publisher.eclipse:xml:p2artifacts:1.4.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.publisher.eclipse --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository.tools >--- [INFO] Building [bundle] Equinox Provisioning Repository Tools 2.3.300-SNAPSHOT [148/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.repository.tools --- [INFO] The project's OSGi version is 2.3.300.v20221203-1932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.repository.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Resolving class path of [bundle] Equinox Provisioning Repository Tools [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.repository.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.repository.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java:[23] import org.eclipse.equinox.internal.p2.artifact.processors.checksum.ChecksumUtilities; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChecksumUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java:[137] IStatus status = ChecksumUtilities.calculateChecksums(artifactFile, checksums, checksumsToSkip); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChecksumUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java:[137] IStatus status = ChecksumUtilities.calculateChecksums(artifactFile, checksums, checksumsToSkip); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ChecksumUtilities.calculateChecksums(File, Map, Collection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java:[142] Map checksumsToProperties = ChecksumUtilities ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChecksumUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/RecreateRepositoryApplication.java:[143] .checksumsToProperties(IArtifactDescriptor.DOWNLOAD_CHECKSUM, checksums); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ChecksumUtilities.checksumsToProperties(String, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/repository/tools/comparator/ArtifactComparatorFactory.java:[24] import org.eclipse.equinox.internal.p2.artifact.processors.checksum.ChecksumUtilities; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChecksumUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/repository/tools/comparator/ArtifactComparatorFactory.java:[74] Stream checksumComparators = Stream.of(ChecksumUtilities.getChecksumComparatorConfigurations()) ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChecksumUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/repository/tools/comparator/ArtifactComparatorFactory.java:[74] Stream checksumComparators = Stream.of(ChecksumUtilities.getChecksumComparatorConfigurations()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ChecksumUtilities.getChecksumComparatorConfigurations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/repository/tools/comparator/ArtifactComparatorFactory.java:[117] IConfigurationElement[] comparatorConfigurations = ChecksumUtilities.getChecksumComparatorConfigurations(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChecksumUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/repository/tools/comparator/ArtifactComparatorFactory.java:[117] IConfigurationElement[] comparatorConfigurations = ChecksumUtilities.getChecksumComparatorConfigurations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ChecksumUtilities.getChecksumComparatorConfigurations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes') 10 problems (10 warnings) [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/lib/repository-tools-ant.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.repository.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.3.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/lib/repository-tools-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.3.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.repository.tools --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository.tools:2.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.repository.tools --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.repository.tools --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository.tools:2.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository.tools:xml:p2metadata:2.3.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.repository.tools:xml:p2artifacts:2.3.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.repository.tools --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.eclipse >-- [INFO] Building [bundle] Equinox Provisioning Eclipse Touchpoint 2.3.300-SNAPSHOT [149/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] The project's OSGi version is 2.3.300.v20220817-1208 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Resolving class path of [bundle] Equinox Provisioning Eclipse Touchpoint [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.eclipse:2.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.eclipse:2.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.eclipse:xml:p2metadata:2.3.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.eclipse:xml:p2artifacts:2.3.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.touchpoint.eclipse --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatesite >------ [INFO] Building [bundle] Equinox Provisioning Legacy Update Site Support 1.2.300-SNAPSHOT [150/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.updatesite --- [INFO] The project's OSGi version is 1.2.300.v20220420-1427 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.updatesite --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.updatesite --- [INFO] Resolving class path of [bundle] Equinox Provisioning Legacy Update Site Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.updatesite --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.updatesite --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.updatesite --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.updatesite --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.updatesite --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/org.eclipse.equinox.p2.updatesite-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.updatesite --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/org.eclipse.equinox.p2.updatesite-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.updatesite --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatesite:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.updatesite --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.updatesite --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatesite:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatesite:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatesite:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.updatesite --- [INFO] Execution was skipped [INFO] [INFO] -----------------< org.eclipse.pde:eclipse.pde.build >------------------ [INFO] Building eclipse.pde.build 4.28.0-SNAPSHOT [151/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.pde.build --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.pde.build --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.pde.build --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.pde.build --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.build --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.build --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.build >---------------- [INFO] Building [bundle] Plug-in Development Environment Build Support 3.11.400-SNAPSHOT [152/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.build --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.build --- [INFO] The project's OSGi version is 3.11.400.v20220923-1253 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.build --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.build --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.build --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.build --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.build --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.build --- [INFO] Resolving class path of [bundle] Plug-in Development Environment Build Support [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.build --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.build --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.build --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/target/pdebuild.jar-classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[20] import org.eclipse.equinox.internal.p2.publisher.QuotedTokenizer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'QuotedTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[22] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[252] String brandedVersion = executableFeature.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[313] versionString = requiredFeature.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[359] List pluginList = productFile.getProductEntries(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[361] for (FeatureEntry entry : pluginList) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[362] if (!entry.isPlugin()) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[365] BundleDescription bundle = assembly.getPlugin(entry.getId(), entry.getVersion()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[365] BundleDescription bundle = assembly.getPlugin(entry.getId(), entry.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[643] QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs); ^^^^^^^^^^^^^^^ Discouraged access: The type 'QuotedTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[643] QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs); ^^^^^^^^^^^^^^^ Discouraged access: The type 'QuotedTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[643] QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'QuotedTokenizer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[644] while (tokenizer.hasMoreTokens()) { ^^^^^^^^^^^^^ Discouraged access: The method 'QuotedTokenizer.hasMoreTokens()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[645] String token = tokenizer.nextToken().trim(); ^^^^^^^^^ Discouraged access: The method 'QuotedTokenizer.nextToken()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[655] QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs); ^^^^^^^^^^^^^^^ Discouraged access: The type 'QuotedTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[655] QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs); ^^^^^^^^^^^^^^^ Discouraged access: The type 'QuotedTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[655] QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'QuotedTokenizer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[656] while (tokenizer.hasMoreTokens()) { ^^^^^^^^^^^^^ Discouraged access: The method 'QuotedTokenizer.hasMoreTokens()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[657] String token = tokenizer.nextToken().trim(); ^^^^^^^^^ Discouraged access: The method 'QuotedTokenizer.nextToken()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[473] String jrtPath = "lib/" + org.eclipse.jdt.internal.compiler.util.JRTUtil.JRT_FS_JAR; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JRTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[473] String jrtPath = "lib/" + org.eclipse.jdt.internal.compiler.util.JRTUtil.JRT_FS_JAR; //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The field 'JRTUtil.JRT_FS_JAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[475] var jrt = org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(path, null, null, release); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[475] var jrt = org.eclipse.jdt.internal.core.builder.ClasspathLocation.forJrtSystem(path, null, null, release); ^^^^^^^^^^^^ Discouraged access: The method 'ClasspathLocation.forJrtSystem(String, AccessRuleSet, IPath, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[476] for (String moduleName : jrt.getModuleNames(null)) { ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathJrt.getModuleNames(Collection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[477] var module = jrt.getModule(moduleName); ^^^^^^^^^ Discouraged access: The method 'ClasspathJrt.getModule(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[481] for (var packageExport : module.exports()) { ^^^^^^^ Discouraged access: The method 'IModule.exports()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[482] if (!packageExport.isQualified()) { ^^^^^^^^^^^ Discouraged access: The method 'IModule.IPackageExport.isQualified()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[483] packages.add(new String(packageExport.name())); ^^^^ Discouraged access: The method 'IModule.IPackageExport.name()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java:[27] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java:[789] List productEntries = product.getProductEntries(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java:[790] String mappings = Utils.getEntryVersionMappings(productEntries.toArray(new FeatureEntry[productEntries.size()]), site, assemblyInfo); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[19] import org.eclipse.equinox.p2.publisher.eclipse.Feature; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[20] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[119] FeatureEntry[] pluginList = feature.getPluginEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[120] for (FeatureEntry entry : pluginList) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[125] String versionRequested = entry.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[126] model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[128] if ((model == null || Utils.isBinary(model)) && featureProperties.containsKey(GENERATION_SOURCE_PLUGIN_PREFIX + entry.getId())) { ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[130] String[] extraEntries = Utils.getArrayFromString(featureProperties.getProperty(GENERATION_SOURCE_PLUGIN_PREFIX + entry.getId())); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[137] String message = NLS.bind(Messages.exception_unableToGenerateSourceFromBinary, entry.getId(), originalBundle.getSymbolicName() + "_" + originalBundle.getVersion()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[145] model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[148] getSite(false).missingPlugin(entry.getId(), versionRequested, feature, true); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[166] private void associateModelAndEntry(BundleDescription model, FeatureEntry entry) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[172] Set entries = (Set) bundleProperties.get(PLUGIN_ENTRY); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[180] private void generateEmbeddedSource(FeatureEntry pluginEntry, String[] extraEntries, boolean individual) throws CoreException { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[195] generateSourceFeature(baseFeature, pluginEntry.getId(), extraEntries, false); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[252] FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[253] for (FeatureEntry referencedFeature : referencedFeatures) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[254] String featureId = referencedFeature.getId(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[255] String featureVersion = referencedFeature.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[275] private void absorbExceptionIfOptionalFeature(FeatureEntry entry, CoreException toAbsorb) throws CoreException { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[276] if (toAbsorb.getStatus().getCode() != EXCEPTION_FEATURE_MISSING || (toAbsorb.getStatus().getCode() == EXCEPTION_FEATURE_MISSING && !entry.isOptional())) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isOptional()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[287] Version versionId = new Version(feature.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[293] feature.setVersion(newVersion); ^^^^^^^^^^ Discouraged access: The method 'Feature.setVersion(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[382] FeatureEntry[] referencedFeatures = buildFeature.getIncludedFeatureReferences(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[383] FeatureEntry[] pluginList = buildFeature.getRawPluginEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[394] for (FeatureEntry referencedFeature : referencedFeatures) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[395] BuildTimeFeature refFeature = getSite(false).findFeature(referencedFeature.getId(), null, false); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[401] Version version = new Version(refFeature.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[427] for (FeatureEntry entry : pluginList) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[428] String versionRequested = entry.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[429] BundleDescription model = getSite(false).getRegistry().getBundle(entry.getId(), versionRequested, false); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[532] FeatureEntry correspondingEntry = (FeatureEntry) entryIter.next(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[532] FeatureEntry correspondingEntry = (FeatureEntry) entryIter.next(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[573] * @see Feature ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[606] if (featureToCollect.getId().equals(CONTAINER_FEATURE) || featureToCollect.getId().equals(UI_CONTAINER_FEATURE)) ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[606] if (featureToCollect.getId().equals(CONTAINER_FEATURE) || featureToCollect.getId().equals(UI_CONTAINER_FEATURE)) ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[691] protected void collectElementToAssemble(FeatureEntry entryToCollect) throws CoreException { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[695] String versionRequested = entryToCollect.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[697] effectivePlugin = getSite(false).getRegistry().getResolvedBundle(entryToCollect.getId(), versionRequested); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[21] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[169] FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[170] for (FeatureEntry referencedFeature : referencedFeatures) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[171] String featureId = referencedFeature.getId(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[175] FetchScriptGenerator generator = new FetchScriptGenerator("feature@" + featureId + ',' + referencedFeature.getVersion()); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[331] FeatureEntry[] compiledFeatures = feature.getIncludedFeatureReferences(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[332] for (FeatureEntry compiledFeature : compiledFeatures) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[333] String featureId = compiledFeature.getId(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[344] if (getRepositoryInfo(IFetchFactory.ELEMENT_TYPE_FEATURE + '@' + featureId, new Version(compiledFeature.getVersion())) != null) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[425] FeatureEntry[] allChildren = feature.getRawPluginEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[426] FeatureEntry[] compiledChildren = feature.getPluginEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[429] for (FeatureEntry child : allChildren) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[430] elementId = child.getId(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[431] Version versionId = new Version(child.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[443] if (child.isFragment()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[451] elementId = feature.getLicenseFeature(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseFeature()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[456] String version = feature.getLicenseFeatureVersion(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseFeatureVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[16] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[37] public ReachablePlugin(FeatureEntry entry) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[38] id = entry.getId(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[20] import org.eclipse.equinox.p2.publisher.eclipse.IPlatformEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPlatformEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[83] public List selectConfigs(IPlatformEntry element) { ^^^^^^^^^^^^^^ Discouraged access: The type 'IPlatformEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { ^^^^^ Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { ^^^^^ Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { ^^^^^ Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { ^^^^^ Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { ^^^^^^^ Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { ^^^^^^^ Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[91] if (element.getOS() != null && !element.getOS().equals(Config.ANY)) { ^^^^^ Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[91] if (element.getOS() != null && !element.getOS().equals(Config.ANY)) { ^^^^^ Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[94] if (!isMatching(element.getOS(), config.getOs())) ^^^^^ Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[98] if (element.getWS() != null && !element.getWS().equals(Config.ANY)) { ^^^^^ Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[98] if (element.getWS() != null && !element.getWS().equals(Config.ANY)) { ^^^^^ Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[101] if (!isMatching(element.getWS(), config.getWs())) ^^^^^ Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[105] if (element.getArch() != null && !element.getArch().equals(Config.ANY)) { ^^^^^^^ Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[105] if (element.getArch() != null && !element.getArch().equals(Config.ANY)) { ^^^^^^^ Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[108] if (!isMatching(element.getArch(), config.getArch())) ^^^^^^^ Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[189] script.printAttribute("id", feature2.getId(), true); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[190] script.printAttribute("version", feature2.getVersion(), true); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[386] script.printAttribute(VERSION, feature.getVersion(), true); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[457] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[457] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[472] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[472] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[490] if (!feature.getId().equals(FEATURE_EQUINOX_EXECUTABLE)) ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[493] if (feature.isBinary() || !OLD_EXECUTABLE_RANGE.isIncluded(new Version(feature.getVersion()))) ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[502] String featureFullName = executableFeature.getId() + "_" + executableFeature.getVersion(); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[502] String featureFullName = executableFeature.getId() + "_" + executableFeature.getVersion(); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[90] private String getSourcePluginName(FeatureEntry plugin, boolean versionSuffix) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[91] return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[91] return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[95] FeatureEntry[] pluginList = feature.getPluginEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[96] for (FeatureEntry entry : pluginList) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[101] String versionRequested = entry.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[102] model = getSite().getRegistry().getResolvedBundle(entry.getId(), versionRequested); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[110] private void collectSourcePlugins(BuildTimeFeature feature, FeatureEntry pluginEntry, BundleDescription model) throws CoreException { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[118] if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) { ^^^^^ Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[118] if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) { ^^^^^ Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[118] if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) { ^^^^^^^ Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[139] FeatureEntry sourcePlugin; ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[145] brandingPlugin = feature.getBrandingPlugin(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getBrandingPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[148] sourceFeature.setBrandingPlugin(brandingPlugin); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setBrandingPlugin(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[150] brandingPlugin = sourceFeature.getId(); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[153] FeatureEntry[] plugins = feature.getPluginEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[154] for (FeatureEntry plugin2 : plugins) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[174] FeatureEntry entry; ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[183] entry = new FeatureEntry(id, version.toString(), false); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[183] entry = new FeatureEntry(id, version.toString(), false); ^^^^^^^^^^^^ Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[185] entry.setOptional(((Boolean) items.get(Utils.EXTRA_OPTIONAL)).booleanValue()); ^^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.setOptional(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[186] entry.setEnvironment((String) items.get(Utils.EXTRA_OS), (String) items.get(Utils.EXTRA_WS), (String) items.get(Utils.EXTRA_ARCH), null); ^^^^^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[187] sourceFeature.addEntry(entry); ^^^^^^^^ Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[195] entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true); ^^^^^^^^^^^^ Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[195] entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[196] entry.setUnpack(((Boolean) items.get(Utils.EXTRA_UNPACK)).booleanValue()); ^^^^^^^^^ Discouraged access: The method 'FeatureEntry.setUnpack(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[197] entry.setEnvironment((String) items.get(Utils.EXTRA_OS), (String) items.get(Utils.EXTRA_WS), (String) items.get(Utils.EXTRA_ARCH), null); ^^^^^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[198] sourceFeature.addEntry(entry); ^^^^^^^^ Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[214] private void generateSourceFragments(BuildTimeFeature sourceFeature, FeatureEntry sourcePlugin) throws CoreException { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[219] String sourceFragmentId = sourceFeature.getId() + "." + configInfo.toString("."); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[223] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[223] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[223] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); ^^^^^^^^^^^^ Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[223] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[224] sourceFragment.setEnvironment(configInfo.getOs(), configInfo.getWs(), configInfo.getArch(), null); ^^^^^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[225] sourceFragment.setFragment(true); ^^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.setFragment(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[229] sourceFeature.addEntry(sourceFragment); ^^^^^^^^ Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[233] private String computeSourceFeatureName(Feature featureForName, boolean withNumber) throws CoreException { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[238] sourceFeatureName = featureForName.getId() + ".source"; //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[239] return sourceFeatureName + (withNumber ? "_" + featureForName.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[243] private BuildTimeFeature createSourceFeature(Feature featureExample) throws CoreException { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[245] String version = featureExample.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[248] result.setLabel(featureExample.getLabel()); ^^^^^^^^ Discouraged access: The method 'Feature.setLabel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[248] result.setLabel(featureExample.getLabel()); ^^^^^^^^ Discouraged access: The method 'Feature.getLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[249] result.setProviderName(featureExample.getProviderName()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setProviderName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[249] result.setProviderName(featureExample.getProviderName()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getProviderName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[250] result.setImage(featureExample.getImage()); ^^^^^^^^ Discouraged access: The method 'Feature.setImage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[250] result.setImage(featureExample.getImage()); ^^^^^^^^ Discouraged access: The method 'Feature.getImage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[251] result.setInstallHandler(featureExample.getInstallHandler()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setInstallHandler(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[251] result.setInstallHandler(featureExample.getInstallHandler()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getInstallHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[252] result.setInstallHandlerLibrary(featureExample.getInstallHandlerLibrary()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setInstallHandlerLibrary(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[252] result.setInstallHandlerLibrary(featureExample.getInstallHandlerLibrary()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getInstallHandlerLibrary()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[253] result.setInstallHandlerURL(featureExample.getInstallHandlerURL()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setInstallHandlerURL(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[253] result.setInstallHandlerURL(featureExample.getInstallHandlerURL()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getInstallHandlerURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[254] result.setDescription(featureExample.getDescription()); ^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[254] result.setDescription(featureExample.getDescription()); ^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[255] result.setDescriptionURL(featureExample.getDescriptionURL()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setDescriptionURL(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[255] result.setDescriptionURL(featureExample.getDescriptionURL()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getDescriptionURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[256] result.setCopyright(featureExample.getCopyright()); ^^^^^^^^^^^^ Discouraged access: The method 'Feature.setCopyright(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[256] result.setCopyright(featureExample.getCopyright()); ^^^^^^^^^^^^ Discouraged access: The method 'Feature.getCopyright()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[257] result.setCopyrightURL(featureExample.getCopyrightURL()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setCopyrightURL(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[257] result.setCopyrightURL(featureExample.getCopyrightURL()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getCopyrightURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[258] result.setLicense(featureExample.getLicense()); ^^^^^^^^^^ Discouraged access: The method 'Feature.setLicense(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[258] result.setLicense(featureExample.getLicense()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getLicense()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[259] result.setLicenseURL(featureExample.getLicenseURL()); ^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setLicenseURL(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[259] result.setLicenseURL(featureExample.getLicenseURL()); ^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[260] result.setLicenseFeature(featureExample.getLicenseFeature()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setLicenseFeature(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[260] result.setLicenseFeature(featureExample.getLicenseFeature()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseFeature()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[261] result.setLicenseFeatureVersion(featureExample.getLicenseFeatureVersion()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setLicenseFeatureVersion(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[261] result.setLicenseFeatureVersion(featureExample.getLicenseFeatureVersion()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseFeatureVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[262] result.setUpdateSiteLabel(featureExample.getUpdateSiteLabel()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setUpdateSiteLabel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[262] result.setUpdateSiteLabel(featureExample.getUpdateSiteLabel()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getUpdateSiteLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[263] result.setUpdateSiteURL(featureExample.getUpdateSiteURL()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setUpdateSiteURL(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[263] result.setUpdateSiteURL(featureExample.getUpdateSiteURL()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getUpdateSiteURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[265] URLEntry[] siteEntries = featureExample.getDiscoverySites(); ^^^^^^^^^^ Discouraged access: The type 'URLEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[265] URLEntry[] siteEntries = featureExample.getDiscoverySites(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getDiscoverySites()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[266] for (URLEntry siteEntry : siteEntries) { ^^^^^^^^ Discouraged access: The type 'URLEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[267] result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.addDiscoverySite(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[267] result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL()); ^^^^^^^^^^^^^ Discouraged access: The method 'URLEntry.getAnnotation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[267] result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL()); ^^^^^^ Discouraged access: The method 'URLEntry.getURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[270] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); ^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[270] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); ^^^^^ Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[270] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); ^^^^^ Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[270] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); ^^^^^^^ Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[277] private void create30SourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[277] private void create30SourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[304] buffer.replace(beginId, beginId + REPLACED_FRAGMENT_ID.length(), fragment.getId()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[307] buffer.replace(beginId, beginId + REPLACED_FRAGMENT_VERSION.length(), fragment.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[310] buffer.replace(beginId, beginId + REPLACED_PLUGIN_ID.length(), plugin.getId()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[312] BundleDescription effectivePlugin = getSite().getRegistry().getResolvedBundle(plugin.getId(), plugin.getVersion()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[312] BundleDescription effectivePlugin = getSite().getRegistry().getResolvedBundle(plugin.getId(), plugin.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[317] buffer.replace(beginId, beginId + REPLACED_PLATFORM_FILTER.length(), "(& (osgi.ws=" + fragment.getWS() + ") (osgi.os=" + fragment.getOS() + ") (osgi.arch=" + fragment.getArch() + "))"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ ^^^^^ Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[317] buffer.replace(beginId, beginId + REPLACED_PLATFORM_FILTER.length(), "(& (osgi.ws=" + fragment.getWS() + ") (osgi.os=" + fragment.getOS() + ") (osgi.arch=" + fragment.getArch() + "))"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ ^^^^^ Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[317] buffer.replace(beginId, beginId + REPLACED_PLATFORM_FILTER.length(), "(& (osgi.ws=" + fragment.getWS() + ") (osgi.os=" + fragment.getOS() + ") (osgi.arch=" + fragment.getArch() + "))"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ ^^^^^^^ Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[323] replaceManifestValue(sourceFragmentDirURL.append(Constants.BUNDLE_FILENAME_DESCRIPTOR).toOSString(), org.osgi.framework.Constants.BUNDLE_VERSION, fragment.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[324] String host = plugin.getId() + ';' + org.osgi.framework.Constants.BUNDLE_VERSION + '=' + effectivePlugin.getVersion().toString(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[347] BundleDescription oldBundle = state.getResolvedBundle(fragment.getId()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[362] String message = NLS.bind(Messages.error_creatingFeature, sourceFeature.getId()); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[368] replaceXMLAttribute(sourceFeatureDir + '/' + Constants.FEATURE_FILENAME_DESCRIPTOR, FEATURE_START_TAG, VERSION, sourceFeature.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[447] private FeatureEntry createSourceBundle(BuildTimeFeature sourceFeature, FeatureEntry pluginEntry) throws CoreException { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java:[22] import org.eclipse.equinox.p2.publisher.eclipse.Feature; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java:[28] protected Feature createFeature(String id, String version) { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java:[32] public Feature parse(URL featureURL) throws SAXException, IOException { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/PackageConfigScriptGenerator.java:[70] return feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/PackageConfigScriptGenerator.java:[70] return feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[19] import org.eclipse.equinox.p2.publisher.eclipse.Feature; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[20] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[25] public SourceFeatureWriter(OutputStream out, Feature feature, BuildTimeSite site) { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[33] FeatureEntry[] features = feature.getEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[33] FeatureEntry[] features = feature.getEntries(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[34] for (FeatureEntry feature2 : features) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[35] if (feature2.isRequires() || feature2.isPlugin()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[35] if (feature2.isRequires() || feature2.isPlugin()) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[38] parameters.put(ID, feature2.getId()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[39] parameters.put(VERSION, feature2.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[40] if (feature2.isOptional()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isOptional()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[42] if (feature2.getArch() != null) ^^^^^^^ Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[43] parameters.put("arch", feature2.getArch()); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[44] if (feature2.getWS() != null) ^^^^^ Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[45] parameters.put("ws", feature2.getWS()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[46] if (feature2.getOS() != null) ^^^^^ Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[47] parameters.put("os", feature2.getOS()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[21] import org.eclipse.equinox.p2.publisher.eclipse.Feature; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[22] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[55] private final Comparator featureComparator = (arg0, arg1) -> { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[56] Version v0 = new Version(arg0.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[57] Version v1 = new Version(arg1.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[169] public IStatus missingPlugin(String id, String version, Feature containingFeature, boolean throwException) throws CoreException { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[174] message = NLS.bind(Messages.includedFromFeature, containingFeature.getId(), message); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[189] public static IStatus missingPlugin(BundleDescription bundle, ResolverError[] resolutionErrors, Feature containingFeature, boolean throwException) throws CoreException { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[195] message = NLS.bind(Messages.includedFromFeature, containingFeature.getId(), message); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[283] Version featureVersion = new Version(feature.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[367] FeatureEntry[] includedRefs = toAnalyse.getIncludedFeatureReferences(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[369] String featureId = includedRefs[i].getId(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[370] BuildTimeFeature nested = findFeature(featureId, includedRefs[i].getVersion(), false); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[385] FeatureEntry added = new FeatureEntry(id, version.toString(), false); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[385] FeatureEntry added = new FeatureEntry(id, version.toString(), false); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[385] FeatureEntry added = new FeatureEntry(id, version.toString(), false); ^^^^^^^^^^^^ Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[386] FeatureEntry[] expanded = new FeatureEntry[includedRefs.length + 1]; ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[386] FeatureEntry[] expanded = new FeatureEntry[includedRefs.length + 1]; ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[401] FeatureEntry[] entries = toAnalyse.getPluginEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[402] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[405] FeatureEntry[] imports = toAnalyse.getImports(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[406] for (FeatureEntry import1 : imports) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[407] if (!import1.isPlugin()) { ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[408] rootFeatures.add(findFeature(import1.getId(), Utils.createVersionRange(import1), true)); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[440] public void addPluginEntry(FeatureEntry pluginEntry) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[444] public Feature createFeature(URL url) throws CoreException { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[453] if (featureCache.containsKey(feature.getId())) { ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[454] Set set = featureCache.get(feature.getId()); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[459] featureCache.put(feature.getId(), set); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[23] import org.eclipse.equinox.p2.publisher.actions.RootFilesAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RootFilesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[26] public class RootFileParentAction extends AbstractPublisherAction { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractPublisherAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[45] public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) { ^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[45] public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[50] Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator(); ^^^^^^ Discouraged access: The method 'IPublisherResult.getIUs(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[50] Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[50] Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator(); ^^^^^^^^ Discouraged access: The field 'IPublisherResult.NON_ROOT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[58] InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version)); ^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractPublisherAction.createParentIU(Collection, String, Version)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[58] InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version)); ^^^^^^^^^^^^^^^ Discouraged access: The type 'RootFilesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[58] InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version)); ^^^^^^^^^^^ Discouraged access: The method 'RootFilesAction.computeIUId(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[61] results.addIU(rootIU, IPublisherResult.ROOT); ^^^^^ Discouraged access: The method 'IPublisherResult.addIU(IInstallableUnit, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[61] results.addIU(rootIU, IPublisherResult.ROOT); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[61] results.addIU(rootIU, IPublisherResult.ROOT); ^^^^ Discouraged access: The field 'IPublisherResult.ROOT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java:[19] import org.eclipse.equinox.p2.publisher.eclipse.Feature; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java:[27] private Feature feature; ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java:[37] public Feature getFeature() throws CoreException { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[23] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[65] featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[65] featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[81] sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[81] sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[81] sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[82] sourceFeatureFullNameVersioned = sourceFeatureName + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[117] Utils.updateVersion(customBuildFile, PROPERTY_FEATURE_VERSION_SUFFIX, feature.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[242] script.printTargetDeclaration(TARGET_CLEAN, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_clean, feature.getId())); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[399] script.println(""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[411] String licenseFeatureName = feature.getLicenseFeature(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseFeature()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[415] licenseFeature = getSite(false).findFeature(licenseFeatureName, feature.getLicenseFeatureVersion(), true); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseFeatureVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[553] script.printTargetDeclaration(TARGET_BUILD_UPDATE_JAR, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_buildUpdateJar, feature.getId())); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[563] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); ^^^^^ Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[563] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); ^^^^^ Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[564] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); ^^^^^ Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[564] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); ^^^^^ Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[565] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); ^^^^^^^ Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[565] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); ^^^^^^^ Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[566] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); ^^^^^ Discouraged access: The method 'Feature.getNL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[566] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); ^^^^^ Discouraged access: The method 'Feature.getNL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[595] script.printTargetDeclaration(TARGET_ZIP_DISTRIBUTION, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_zips, feature.getId())); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[601] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); ^^^^^ Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[601] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); ^^^^^ Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[602] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); ^^^^^ Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[602] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); ^^^^^ Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[603] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); ^^^^^^^ Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[603] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); ^^^^^^^ Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[604] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); ^^^^^ Discouraged access: The method 'Feature.getNL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[604] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); ^^^^^ Discouraged access: The method 'Feature.getNL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[650] FeatureEntry[] entries = Utils.getPluginEntry(feature, current.getSymbolicName(), false); //TODO This can be improved to use the value from the user object in the bundleDescription ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[651] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[673] FeatureEntry[] pluginList = feature.getPluginEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[674] for (FeatureEntry entry : pluginList) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[679] String versionRequested = entry.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[680] model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[682] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[682] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[694] FeatureEntry[] features = feature.getIncludedFeatureReferences(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[695] for (FeatureEntry feature2 : features) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[696] String featureId = feature2.getId(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[697] String versionId = feature2.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[700] if (feature2.isOptional()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isOptional()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[729] script.printProjectDeclaration(feature.getId(), TARGET_BUILD_UPDATE_JAR, "."); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[785] script.printTargetDeclaration(TARGET_BUILD_JARS, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_buildJars, feature.getId())); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[803] script.printTargetDeclaration(TARGET_REFRESH, TARGET_INIT, PROPERTY_ECLIPSE_RUNNING, null, NLS.bind(Messages.build_feature_refresh, feature.getId())); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[22] import org.eclipse.equinox.p2.publisher.AbstractPublisherAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractPublisherAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[23] import org.eclipse.equinox.p2.publisher.actions.ITouchpointAdvice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ITouchpointAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[24] import org.eclipse.equinox.p2.publisher.actions.RootFilesAdvice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RootFilesAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[27] public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice { ^^^^^^^^^^^^^^^ Discouraged access: The type 'RootFilesAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[27] public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ITouchpointAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[32] super(root, includedFiles, excludedFiles, configSpec); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'RootFilesAdvice(File, File[], File[], String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[38] String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractPublisherAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[38] String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractPublisherAction.parseConfigSpec(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[38] String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec()); ^^^^^^^^^^^^^ Discouraged access: The method 'RootFilesAdvice.getConfigSpec()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[45] File root = getRoot(); ^^^^^^^ Discouraged access: The method 'RootFilesAdvice.getRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[21] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[102] private FeatureEntry associatedEntry; ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[686] if (associatedEntry != null && (associatedEntry.unpackSet() || !Utils.hasBundleShapeHeader(model))) ^^^^^^^^^ Discouraged access: The method 'FeatureEntry.unpackSet()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[687] script.println(" unpack=\"" + String.valueOf(associatedEntry.isUnpack()) + "\""); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isUnpack()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[1921] public FeatureEntry getAssociatedEntry() { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[1925] public void setAssociatedEntry(FeatureEntry associatedEntry) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[20] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[153] List entries = product.getProductEntries(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[154] for (FeatureEntry featureEntry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[155] Entry newEntry = new Entry(featureEntry.getId(), featureEntry.getVersion()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[155] Entry newEntry = new Entry(featureEntry.getId(), featureEntry.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[156] if (featureEntry.unpackSet()) ^^^^^^^^^ Discouraged access: The method 'FeatureEntry.unpackSet()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[157] newEntry.addAttribute(Utils.EXTRA_UNPACK, String.valueOf(featureEntry.isUnpack())); ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isUnpack()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[158] if (featureEntry.isFragment()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[160] else if (featureEntry.isPlugin()) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[20] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[54] return getFinalShape(feature.getId(), feature.getVersion(), FLAT, true); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[54] return getFinalShape(feature.getId(), feature.getVersion(), FLAT, true); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[94] FeatureEntry entry = (FeatureEntry) entry2; ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[94] FeatureEntry entry = (FeatureEntry) entry2; ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[95] if (entry.unpackSet()) { ^^^^^^^^^ Discouraged access: The method 'FeatureEntry.unpackSet()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[97] result = Boolean.valueOf(entry.isUnpack()); ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isUnpack()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[98] else if (result.booleanValue() != entry.isUnpack()) { ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isUnpack()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[220] script.printAttribute(VERSION, feature.getVersion(), true); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[225] if (!(havePDEUIState() && rootProvider.getId().equals("org.eclipse.pde.container.feature"))) { //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[229] script.printAttribute(VERSION, rootProvider.getVersion(), true); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[255] return feature.getId() + ".feature.group"; //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[618] generatePostProcessingSteps(feature.getId(), feature.getVersion(), (String) shapeAdvisor.getFinalShape(feature)[1], FEATURE_TYPE); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[618] generatePostProcessingSteps(feature.getId(), feature.getVersion(), (String) shapeAdvisor.getFinalShape(feature)[1], FEATURE_TYPE); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[635] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[635] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[645] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[645] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/ElementCollector.java:[18] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/ElementCollector.java:[31] FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/ElementCollector.java:[32] for (FeatureEntry referencedFeature : referencedFeatures) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/ElementCollector.java:[33] String featureId = referencedFeature.getId(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/ElementCollector.java:[41] if (exception.getStatus().getCode() != EXCEPTION_FEATURE_MISSING || (exception.getStatus().getCode() == EXCEPTION_FEATURE_MISSING && !referencedFeature.isOptional())) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isOptional()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[20] import org.eclipse.equinox.p2.publisher.eclipse.Feature; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[21] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[27] public class BuildTimeFeature extends Feature { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[41] super(id, version); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'Feature(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[45] super("", ""); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The constructor 'Feature(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[55] public FeatureEntry[] getRawIncludedFeatureReferences() { ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[56] ArrayList included = new ArrayList<>(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[57] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[57] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[58] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[59] if (entry.isRequires() || entry.isPlugin()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[59] if (entry.isRequires() || entry.isPlugin()) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[63] return included.toArray(new FeatureEntry[included.size()]); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[66] public FeatureEntry[] getIncludedFeatureReferences() { ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[67] ArrayList included = new ArrayList<>(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[68] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[68] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[69] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[70] if (entry.isRequires() || entry.isPlugin()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[70] if (entry.isRequires() || entry.isPlugin()) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[78] return included.toArray(new FeatureEntry[included.size()]); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[81] public FeatureEntry[] getPluginEntries() { ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[82] ArrayList plugins = new ArrayList<>(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[83] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[83] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[84] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[85] if (entry.isRequires() || !entry.isPlugin()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[85] if (entry.isRequires() || !entry.isPlugin()) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[91] return plugins.toArray(new FeatureEntry[plugins.size()]); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[94] public FeatureEntry[] getRawPluginEntries() { ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[95] ArrayList plugins = new ArrayList<>(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[96] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[96] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[97] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[98] if (entry.isRequires() || !entry.isPlugin()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[98] if (entry.isRequires() || !entry.isPlugin()) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[102] return plugins.toArray(new FeatureEntry[plugins.size()]); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[105] public FeatureEntry[] getImports() { ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[106] ArrayList imports = new ArrayList<>(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[107] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[107] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[108] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[109] if (!entry.isRequires()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[113] return imports.toArray(new FeatureEntry[imports.size()]); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[185] public FeatureEntry findPluginEntry(String id, String version) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[186] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[186] FeatureEntry[] entries = getEntries(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[187] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[188] if (entry.isPlugin() && entry.getId().equals(id)) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[188] if (entry.isPlugin() && entry.getId().equals(id)) ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[189] if (Utils.matchVersions(version, entry.getVersion())) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[29] public class GeneratorApplication extends AbstractPublisherApplication { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractPublisherApplication' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[36] private IPublisherResult result = null; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[46] protected IPublisherAction[] createActions() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[48] File sourceFile = source != null ? new File(source) : null; ^^^^^^ Discouraged access: The field 'AbstractPublisherApplication.source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[48] File sourceFile = source != null ? new File(source) : null; ^^^^^^ Discouraged access: The field 'AbstractPublisherApplication.source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[50] List actions = new ArrayList<>(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[55] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EquinoxLauncherCUAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[55] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'EquinoxLauncherCUAction(String, String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[55] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); ^^^^ Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[55] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.getConfigurations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[58] actions.add(new ProductAction(source, product, flavor, null)); ^^^^^^^^^^^^^ Discouraged access: The type 'ProductAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[58] actions.add(new ProductAction(source, product, flavor, null)); ^^^^^^^^^^^^^ Discouraged access: The constructor 'ProductAction(String, IProductDescriptor, String, File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[58] actions.add(new ProductAction(source, product, flavor, null)); ^^^^^^ Discouraged access: The field 'AbstractPublisherApplication.source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[60] info.addAdvice(new RootIUResultFilterAdvice(null)); ^^^^ Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[60] info.addAdvice(new RootIUResultFilterAdvice(null)); ^^^^^^^^^ Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[60] info.addAdvice(new RootIUResultFilterAdvice(null)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RootIUResultFilterAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[60] info.addAdvice(new RootIUResultFilterAdvice(null)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'RootIUResultFilterAdvice(IQuery)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[62] actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null)); ^^^^^^^^^^^^ Discouraged access: The type 'RootIUAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[62] actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null)); ^^^^^^^^^^^^ Discouraged access: The constructor 'RootIUAction(String, Version, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[66] actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type 'FeaturesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[66] actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The constructor 'FeaturesAction(File[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[67] actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The type 'BundlesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[67] actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The constructor 'BundlesAction(File[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[76] String[] configs = info.getConfigurations(); ^^^^ Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[76] String[] configs = info.getConfigurations(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.getConfigurations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[78] info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null)); ^^^^ Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[78] info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null)); ^^^^^^^^^ Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[79] info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0])); ^^^^ Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[79] info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0])); ^^^^^^^^^ Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[86] info.addAdvice(createVersionAdvice()); ^^^^ Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[86] info.addAdvice(createVersionAdvice()); ^^^^^^^^^ Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[88] return actions.toArray(new IPublisherAction[actions.size()]); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[91] protected IVersionAdvice createVersionAdvice() { ^^^^^^^^^^^^^^ Discouraged access: The type 'IVersionAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[94] VersionAdvice advice = new VersionAdvice(); ^^^^^^^^^^^^^ Discouraged access: The type 'VersionAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[94] VersionAdvice advice = new VersionAdvice(); ^^^^^^^^^^^^^ Discouraged access: The type 'VersionAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[94] VersionAdvice advice = new VersionAdvice(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'VersionAdvice()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[95] advice.load(IInstallableUnit.NAMESPACE_IU_ID, versionAdvice, features ? ".feature.group" : ""); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^ Discouraged access: The method 'VersionAdvice.load(String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[99] protected IPublisherAction createRootFileAction(String configSpec) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[103] RootFilesAction action = new RootFilesAction(info, id, version, flavor); ^^^^^^^^^^^^^^^ Discouraged access: The type 'RootFilesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[103] RootFilesAction action = new RootFilesAction(info, id, version, flavor); ^^^^^^^^^^^^^^^ Discouraged access: The type 'RootFilesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[103] RootFilesAction action = new RootFilesAction(info, id, version, flavor); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'RootFilesAction(IPublisherInfo, String, Version, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[103] RootFilesAction action = new RootFilesAction(info, id, version, flavor); ^^^^ Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[104] action.setCreateParent(false); ^^^^^^^^^^^^^^^ Discouraged access: The method 'RootFilesAction.setCreateParent(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[119] protected Publisher createPublisher(PublisherInfo publisherInfo) { ^^^^^^^^^ Discouraged access: The type 'Publisher' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[119] protected Publisher createPublisher(PublisherInfo publisherInfo) { ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[121] return new Publisher(publisherInfo, result); ^^^^^^^^^ Discouraged access: The type 'Publisher' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[121] return new Publisher(publisherInfo, result); ^^^^^^^^^ Discouraged access: The constructor 'Publisher(IPublisherInfo, IPublisherResult)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[122] return new Publisher(publisherInfo); ^^^^^^^^^ Discouraged access: The type 'Publisher' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[122] return new Publisher(publisherInfo); ^^^^^^^^^ Discouraged access: The constructor 'Publisher(IPublisherInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[126] super.append = value; ^^^^^^ Discouraged access: The field 'AbstractPublisherApplication.append' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[130] super.artifactRepoName = name; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'AbstractPublisherApplication.artifactRepoName' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[135] super.compress = value; ^^^^^^^^ Discouraged access: The field 'AbstractPublisherApplication.compress' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[139] super.metadataRepoName = name; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'AbstractPublisherApplication.metadataRepoName' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[147] this.source = location; ^^^^^^ Discouraged access: The field 'AbstractPublisherApplication.source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[154] public void setIncrementalResult(IPublisherResult result) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[23] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[623] FeatureEntry associatedEntry = generator.getAssociatedEntry(); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[627] String os = associatedEntry.getOS(); ^^^^^ Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[628] String ws = associatedEntry.getWS(); ^^^^^ Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[629] String arch = associatedEntry.getArch(); ^^^^^^^ Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[630] String nl = associatedEntry.getNL(); ^^^^^ Discouraged access: The method 'FeatureEntry.getNL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[27] protected Feature feature; ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[31] public FeatureWriter(OutputStream out, Feature feature, BuildTimeSite site) { ^^^^^^^ Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[54] parameters.put(ID, feature.getId()); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[55] parameters.put(VERSION, feature.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[56] parameters.put("label", feature.getLabel()); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'Feature.getLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[57] if (feature.getLicenseFeature() != null) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseFeature()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[58] parameters.put("license-feature", feature.getLicenseFeature()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseFeature()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[59] parameters.put("license-feature-version", feature.getLicenseFeatureVersion()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseFeatureVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[61] parameters.put("provider-name", feature.getProviderName()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getProviderName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[62] parameters.put("image", feature.getImage()); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'Feature.getImage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[63] parameters.put("os", feature.getOS()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[64] parameters.put("arch", feature.getArch()); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[65] parameters.put("ws", feature.getWS()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[66] parameters.put("nl", feature.getNL()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'Feature.getNL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[75] String url = feature.getInstallHandlerURL(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getInstallHandlerURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[76] String library = feature.getInstallHandlerLibrary(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getInstallHandlerLibrary()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[77] String handler = feature.getInstallHandler(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getInstallHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[89] if (feature.getDescription() == null && feature.getDescriptionURL() == null) ^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[89] if (feature.getDescription() == null && feature.getDescriptionURL() == null) ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getDescriptionURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[92] parameters.put("url", feature.getDescriptionURL()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getDescriptionURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[96] printlnEscaped(feature.getDescription()); ^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[101] if (feature.getCopyright() == null && feature.getCopyrightURL() == null) ^^^^^^^^^^^^ Discouraged access: The method 'Feature.getCopyright()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[101] if (feature.getCopyright() == null && feature.getCopyrightURL() == null) ^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getCopyrightURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[104] parameters.put("url", feature.getCopyrightURL()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getCopyrightURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[107] printlnEscaped(feature.getCopyright()); ^^^^^^^^^^^^ Discouraged access: The method 'Feature.getCopyright()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[112] if (feature.getLicense() == null && feature.getLicenseURL() == null) ^^^^^^^^^^ Discouraged access: The method 'Feature.getLicense()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[112] if (feature.getLicense() == null && feature.getLicenseURL() == null) ^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[115] parameters.put("url", feature.getLicenseURL()); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getLicenseURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[118] printlnEscaped(feature.getLicense()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getLicense()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[123] String updateSiteLabel = feature.getUpdateSiteLabel(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getUpdateSiteLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[124] String updateSiteURL = feature.getUpdateSiteURL(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getUpdateSiteURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[125] URLEntry[] siteEntries = feature.getDiscoverySites(); ^^^^^^^^^^ Discouraged access: The type 'URLEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[125] URLEntry[] siteEntries = feature.getDiscoverySites(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Feature.getDiscoverySites()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[137] for (URLEntry siteEntry : siteEntries) { ^^^^^^^^ Discouraged access: The type 'URLEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[139] parameters.put("url", siteEntry.getURL()); //$NON-NLS-1$ ^^^^^^ Discouraged access: The method 'URLEntry.getURL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[140] parameters.put("label", siteEntry.getAnnotation()); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The method 'URLEntry.getAnnotation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[148] FeatureEntry[] entries = feature.getEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[148] FeatureEntry[] entries = feature.getEntries(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[149] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[150] if (entry.isRequires() || entry.isPlugin()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[150] if (entry.isRequires() || entry.isPlugin()) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[155] parameters.put(ID, entry.getId()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[156] BuildTimeFeature tmpFeature = site.findFeature(entry.getId(), null, true); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[157] parameters.put(VERSION, tmpFeature.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[159] String message = NLS.bind(Messages.exception_missingFeature, entry.getId()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[170] FeatureEntry[] entries = feature.getEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[170] FeatureEntry[] entries = feature.getEntries(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[171] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[172] if (!entry.isRequires()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[180] if (entry.isPlugin()) { ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[181] parameters.put(PLUGIN, entry.getId()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[182] parameters.put(VERSION, entry.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[185] parameters.put(FEATURE, entry.getId()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[186] parameters.put(VERSION, entry.getVersion()); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[188] parameters.put("match", entry.getMatch()); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'FeatureEntry.getMatch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[216] FeatureEntry[] entries = feature.getEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[216] FeatureEntry[] entries = feature.getEntries(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[217] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[218] if (entry.isRequires() || !entry.isPlugin()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[218] if (entry.isRequires() || !entry.isPlugin()) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[221] parameters.put(ID, entry.getId()); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[223] String versionRequested = entry.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[226] effectivePlugin = site.getRegistry().getResolvedBundle(entry.getId(), versionRequested); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[228] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[228] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[232] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[232] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[236] if (entry.isFragment()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[237] parameters.put(FRAGMENT, String.valueOf(entry.isFragment())); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[238] parameters.put("os", entry.getOS()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[239] parameters.put("arch", entry.getArch()); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[240] parameters.put("ws", entry.getWS()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[241] parameters.put("nl", entry.getNL()); //$NON-NLS-1$ ^^^^^ Discouraged access: The method 'FeatureEntry.getNL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[242] if (!entry.isUnpack()) ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isUnpack()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[18] import org.eclipse.equinox.p2.publisher.eclipse.IPlatformEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPlatformEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[66] public static boolean isValidEnvironment(IPlatformEntry candidate) { ^^^^^^^^^^^^^^ Discouraged access: The type 'IPlatformEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[69] String candidateOS = candidate.getOS(); ^^^^^ Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[70] String candidateWS = candidate.getWS(); ^^^^^ Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[71] String candidateArch = candidate.getArch(); ^^^^^^^ Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[72] String candiateNL = candidate.getNL(); ^^^^^ Discouraged access: The method 'IPlatformEntry.getNL()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[20] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[304] feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true)); ^^^^^^^^ Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[304] feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true)); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[304] feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true)); ^^^^^^^^^^^^ Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[313] BuildTimeFeature sourceFeature = getSite(false).findFeature(sourceBundleFeatureId, feature.getVersion(), true); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[337] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[337] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[358] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[358] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[154] String id = feature.getId(); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[156] if (existing == null || new Version(existing.getVersion()).compareTo(new Version(feature.getVersion())) < 0) ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[156] if (existing == null || new Version(existing.getVersion()).compareTo(new Version(feature.getVersion())) < 0) ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[158] rootMap.put(id + '_' + feature.getVersion(), feature); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[176] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[176] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[176] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[176] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[200] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[200] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[200] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[200] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[212] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[212] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[212] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[212] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java:[56] String newVersion = QualifierReplacer.replaceQualifierInVersion(feature.getVersion(), feature.getId(), qualifier, site != null ? site.getFeatureVersions() : null); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java:[56] String newVersion = QualifierReplacer.replaceQualifierInVersion(feature.getVersion(), feature.getId(), qualifier, site != null ? site.getFeatureVersions() : null); ^^^^^ Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java:[59] if (feature.getVersion().endsWith(PROPERTY_QUALIFIER) && (qualifier == null || !qualifier.equalsIgnoreCase(PROPERTY_NONE))) { ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java:[60] int idx = feature.getVersion().lastIndexOf("."); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java:[63] feature.setVersion(newVersion); ^^^^^^^^^^ Discouraged access: The method 'Feature.setVersion(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[19] import org.eclipse.equinox.internal.p2.core.helpers.CollectionUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CollectionUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[21] import org.eclipse.equinox.internal.provisional.frameworkadmin.ConfigData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConfigData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[22] import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LauncherData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[24] import org.eclipse.equinox.p2.publisher.eclipse.IConfigAdvice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IConfigAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[25] import org.eclipse.equinox.p2.publisher.eclipse.IExecutableAdvice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IExecutableAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[28] public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice { ^^^^^^^^^^^^^ Discouraged access: The type 'IConfigAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[28] public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IExecutableAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[31] private LauncherData launcherData = null; ^^^^^^^^^^^^ Discouraged access: The type 'LauncherData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[32] private ConfigData configData = null; ^^^^^^^^^^ Discouraged access: The type 'ConfigData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[42] return configData.getBundles(); ^^^^^^^^^^ Discouraged access: The method 'ConfigData.getBundles()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[47] Properties configProps = configData.getProperties(); ^^^^^^^^^^^^^ Discouraged access: The method 'ConfigData.getProperties()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[49] CollectionUtils.putAll(configProps, props); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CollectionUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[49] CollectionUtils.putAll(configProps, props); ^^^^^^ Discouraged access: The method 'CollectionUtils.putAll(Properties, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[50] int startLevel = configData.getInitialBundleStartLevel(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ConfigData.getInitialBundleStartLevel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[90] return (launcherData != null) ? launcherData.getProgramArgs() : new String[0]; ^^^^^^^^^^^^^^ Discouraged access: The method 'LauncherData.getProgramArgs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[95] return (launcherData != null) ? launcherData.getJvmArgs() : new String[0]; ^^^^^^^^^^ Discouraged access: The method 'LauncherData.getJvmArgs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[23] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[117] public static VersionRange createVersionRange(FeatureEntry entry) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[118] String versionSpec = entry.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[126] String match = entry.getMatch(); ^^^^^^^^ Discouraged access: The method 'FeatureEntry.getMatch()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[127] if (!entry.isRequires() || match == null) { ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[432] public static FeatureEntry[] getPluginEntry(BuildTimeFeature feature, String pluginId, boolean raw) { ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[433] FeatureEntry[] plugins; ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[438] List foundEntries = new ArrayList<>(5); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[440] for (FeatureEntry plugin2 : plugins) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[441] if (plugin2.getId().equals(pluginId)) ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[444] return foundEntries.toArray(new FeatureEntry[foundEntries.size()]); ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[475] public static boolean isIn(FeatureEntry[] array, FeatureEntry element) { ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[475] public static boolean isIn(FeatureEntry[] array, FeatureEntry element) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[476] for (FeatureEntry element2 : array) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[477] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[477] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[477] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[477] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[999] public static String getEntryVersionMappings(FeatureEntry[] entries, BuildTimeSite site) { ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1003] public static String getEntryVersionMappings(FeatureEntry[] entries, BuildTimeSite site, AssemblyInformation assembly) { ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1008] for (FeatureEntry entry : entries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1009] String versionRequested = entry.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1012] String id = entry.getId(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1019] if (entry.isPlugin()) { ^^^^^^^^ Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1022] model = assembly.getPlugin(entry.getId(), versionRequested); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1030] newVersion = feature.getVersion(); ^^^^^^^^^^ Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[29] static private PublisherResult result = null; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PublisherResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[31] static private ArrayList advice = null; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[37] public void run(GeneratorApplication generator, PublisherInfo provider) throws Exception { ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[44] provider.setConfigurations(configs.toArray(new String[configs.size()])); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.setConfigurations(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[46] for (IPublisherAdvice iPublisherAdvice : advice) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[47] provider.addAdvice(iPublisherAdvice); ^^^^^^^^^ Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[52] generator.run(provider); ^^^ Discouraged access: The method 'AbstractPublisherApplication.run(PublisherInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[55] configs.addAll(Arrays.asList(provider.getConfigurations())); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.getConfigurations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[56] advice.addAll(provider.getAdvice()); ^^^^^^^^^ Discouraged access: The method 'PublisherInfo.getAdvice()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[66] result = new PublisherResult(); ^^^^^^^^^^^^^^^ Discouraged access: The type 'PublisherResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[66] result = new PublisherResult(); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PublisherResult()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') 654 problems (654 warnings) [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/target/lib/pdebuild-ant.jar-classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[21] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[171] FeatureEntry[] pluginEntries = feature.getPluginEntries(); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[172] for (FeatureEntry pluginEntry : pluginEntries) { ^^^^^^^^^^^^ Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[173] String elementId = pluginEntry.getId(); ^^^^^ Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[174] if (pluginEntry.isFragment()) ^^^^^^^^^^ Discouraged access: The method 'FeatureEntry.isFragment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[26] import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BundlesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[27] import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeaturesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[44] application.addAction(new FeaturesAction(f)); ^^^^^^^^^^^^^^ Discouraged access: The type 'FeaturesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[44] application.addAction(new FeaturesAction(f)); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'FeaturesAction(File[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[46] application.addAction(new BundlesAction(b)); ^^^^^^^^^^^^^ Discouraged access: The type 'BundlesAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[46] application.addAction(new BundlesAction(b)); ^^^^^^^^^^^^^ Discouraged access: The constructor 'BundlesAction(File[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[61] application.run(getPublisherInfo()); ^^^ Discouraged access: The method 'AbstractPublisherApplication.run(PublisherInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java:[23] import org.eclipse.equinox.p2.publisher.PublisherInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java:[73] PublisherInfo info = getPublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java:[77] application.run(info); ^^^ Discouraged access: The method 'AbstractPublisherApplication.run(PublisherInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[21] import org.eclipse.equinox.p2.publisher.IPublisherInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[22] import org.eclipse.equinox.p2.publisher.PublisherInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[34] protected PublisherInfo info = null; ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[54] protected PublisherInfo getInfo() { ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[56] info = new PublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[56] info = new PublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'PublisherInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[74] getGenerator().setArtifactLocation(URIUtil.fromString(location)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractPublisherApplication.setArtifactLocation(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[122] info = new PublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[122] info = new PublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'PublisherInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[152] getInfo().setConfigurations(new String[] {config.toString()}); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.setConfigurations(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[160] getGenerator().setMetadataLocation(URIUtil.fromString(location)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractPublisherApplication.setMetadataLocation(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[173] info = new PublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[173] info = new PublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'PublisherInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[179] info = new PublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[179] info = new PublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'PublisherInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[190] int options = getInfo().getArtifactOptions(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.getArtifactOptions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[192] info.setArtifactOptions(options | IPublisherInfo.A_INDEX); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.setArtifactOptions(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[192] info.setArtifactOptions(options | IPublisherInfo.A_INDEX); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[192] info.setArtifactOptions(options | IPublisherInfo.A_INDEX); ^^^^^^^ Discouraged access: The field 'IPublisherInfo.A_INDEX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[194] info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.setArtifactOptions(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[194] info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[194] info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX); ^^^^^^^ Discouraged access: The field 'IPublisherInfo.A_INDEX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[198] int options = getInfo().getArtifactOptions(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.getArtifactOptions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[200] info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.setArtifactOptions(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[200] info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[200] info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH); ^^^^^^^^^ Discouraged access: The field 'IPublisherInfo.A_PUBLISH' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[202] info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.setArtifactOptions(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[202] info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[202] info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH); ^^^^^^^^^ Discouraged access: The field 'IPublisherInfo.A_PUBLISH' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[28] import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FileUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[31] import org.eclipse.equinox.internal.p2.engine.phases.Collect; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Collect' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[32] import org.eclipse.equinox.internal.p2.engine.phases.Install; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Install' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[33] import org.eclipse.equinox.internal.p2.metadata.TouchpointData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[34] import org.eclipse.equinox.internal.p2.metadata.TouchpointInstruction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[71] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); ^^^^^^^ Discouraged access: The type 'Collect' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[71] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); ^^^^^^^ Discouraged access: The constructor 'Collect(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[71] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); ^^^^^^^ Discouraged access: The type 'Install' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[71] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); ^^^^^^^ Discouraged access: The constructor 'Install(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[109] FileUtils.deleteAll(new File(getRootFolder())); ^^^^^^^^^ Discouraged access: The type 'FileUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[109] FileUtils.deleteAll(new File(getRootFolder())); ^^^^^^^^^ Discouraged access: The method 'FileUtils.deleteAll(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[256] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); ^^^^^^^^^ Discouraged access: The type 'FileUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[256] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); ^^^ Discouraged access: The method 'FileUtils.zip(ZipOutputStream, File, Set, FileUtils.IPathComputer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[256] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); ^^^^^^^^^ Discouraged access: The type 'FileUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[256] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'FileUtils.createRootPathComputer(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[318] TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[318] TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[318] TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointInstruction(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[323] results.set(i, new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[323] results.set(i, new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointData(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[329] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[329] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[329] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointInstruction(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[332] results.add(new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[332] results.add(new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointData(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[342] result.add(new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[342] result.add(new TouchpointData(instructions)); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointData(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[347] return new TouchpointInstruction("cleanupzip(source:@artifact, target:${installFolder}/../);", null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[347] return new TouchpointInstruction("cleanupzip(source:@artifact, target:${installFolder}/../);", null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointInstruction(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[353] return new TouchpointInstruction(body, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[353] return new TouchpointInstruction(body, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TouchpointInstruction(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[22] import org.eclipse.equinox.p2.publisher.IPublisherInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[23] import org.eclipse.equinox.p2.publisher.PublisherInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[89] protected PublisherInfo publisherInfo = null; ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[138] application.setMetadataLocation(metadataLocation); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractPublisherApplication.setMetadataLocation(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[139] application.setArtifactLocation(artifactLocation); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractPublisherApplication.setArtifactLocation(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[141] application.setCompress(compress); ^^^^^^^^^^^ Discouraged access: The method 'AbstractPublisherApplication.setCompress(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[145] application.setContextRepositories(metadata, artifacts); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractPublisherApplication.setContextRepositories(URI[], URI[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[201] protected PublisherInfo getPublisherInfo() { ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[203] publisherInfo = new PublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[203] publisherInfo = new PublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'PublisherInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[204] publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PublisherInfo.setArtifactOptions(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[204] publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[204] publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); ^^^^^^^^^ Discouraged access: The field 'IPublisherInfo.A_PUBLISH' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java:[27] import org.eclipse.equinox.p2.publisher.PublisherInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java:[53] PublisherInfo info = getPublisherInfo(); ^^^^^^^^^^^^^ Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java:[54] info.addAdvice(advice); ^^^^^^^^^ Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java:[58] application.run(info); ^^^ Discouraged access: The method 'AbstractPublisherApplication.run(PublisherInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes') 92 problems (92 warnings) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.build --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.build --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.build --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.build --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.build --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.build --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.build --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/pdebuild.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/lib/pdebuild-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.build --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.build --- [INFO] Execution was skipped [INFO] [INFO] -------------------< org.eclipse.pde:eclipse.pde.ui >------------------- [INFO] Building eclipse.pde.ui 4.28.0-SNAPSHOT [153/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.pde.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.pde.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.pde.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.pde.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.ui --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.ui --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.pde:org.eclipse.pde.core >---------------- [INFO] Building [bundle] PDE Core 3.16.200-SNAPSHOT [154/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.core --- [INFO] The project's OSGi version is 3.16.200.v20230308-2313 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.core --- [INFO] Resolving class path of [bundle] PDE Core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.core --- [INFO] Compiling 551 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/target/classes [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/target/ant_tasks/pde-ant.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.16.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/ant_tasks/pde-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.16.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.core --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.core:3.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.core/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.core --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.concurrent >--------- [INFO] Building [bundle] Equinox Concurrent API 1.2.100-SNAPSHOT [155/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.concurrent --- [INFO] The project's OSGi version is 1.2.100.v20211021-1418 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.concurrent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.concurrent --- [INFO] Resolving class path of [bundle] Equinox Concurrent API [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.concurrent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.concurrent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.concurrent --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.concurrent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.concurrent --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.concurrent --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.concurrent --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.concurrent --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.concurrent:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.concurrent:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.concurrent --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.update.configurator >-------- [INFO] Building [bundle] Install/Update Configurator 3.4.1000-SNAPSHOT [156/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.update.configurator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.update.configurator --- [INFO] The project's OSGi version is 3.4.1000.v20221114-1512 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.update.configurator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.update.configurator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.update.configurator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.update.configurator --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.update.configurator --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.update.configurator --- [INFO] Resolving class path of [bundle] Install/Update Configurator [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.update.configurator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.update.configurator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.update.configurator --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.update.configurator --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.update.configurator --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.update.configurator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.update.configurator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.update.configurator --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.update.configurator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.4.1000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.update.configurator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.4.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.update.configurator --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.update.configurator:3.4.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.update.configurator --- [INFO] Execution was skipped [INFO] [INFO] ----------< eclipse.platform.common:eclipse.platform.common >----------- [INFO] Building eclipse.platform.common 4.28.0-SNAPSHOT [157/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.common --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.common --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.common --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.platform.doc.isv >---------- [INFO] Building org.eclipse.platform.doc.isv 4.28.0-SNAPSHOT [158/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.isv --- [INFO] The project's OSGi version is 4.28.0.v20230307-1343 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.platform.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.platform.doc.isv --- [INFO] Resolving class path of org.eclipse.platform.doc.isv [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.platform.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.platform.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy) @ org.eclipse.platform.doc.isv --- [INFO] Copying bcpg-jdk18on-1.72.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/bcpg-jdk18on-1.72.2.jar [INFO] Copying bcprov-jdk18on-1.72.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/bcprov-jdk18on-1.72.jar [INFO] Copying icu4j-72.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/icu4j-72.1.jar [INFO] Copying com.jcraft.jsch-0.1.55.v20221112-0806.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/com.jcraft.jsch-0.1.55.v20221112-0806.jar [INFO] Copying jakarta.el-api-3.0.3.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/jakarta.el-api-3.0.3.jar [INFO] Copying jakarta.servlet-api-4.0.4.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/jakarta.servlet-api-4.0.4.jar [INFO] Copying javax.annotation-1.3.5.v20221203-1659.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/javax.annotation-1.3.5.v20221203-1659.jar [INFO] Copying org.eclipse.osgi-3.18.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.osgi-3.18.300-SNAPSHOT.jar [INFO] Copying javax.inject-1.0.0.v20220405-0441.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/javax.inject-1.0.0.v20220405-0441.jar [INFO] Copying javax.servlet.jsp-api-2.3.3.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/javax.servlet.jsp-api-2.3.3.jar [INFO] Copying ant-antlr.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-antlr.jar.jar [INFO] Copying ant-apache-bcel.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-bcel.jar.jar [INFO] Copying ant-apache-bsf.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-bsf.jar.jar [INFO] Copying ant-apache-log4j.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-log4j.jar.jar [INFO] Copying ant-apache-oro.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-oro.jar.jar [INFO] Copying ant-apache-regexp.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-regexp.jar.jar [INFO] Copying ant-apache-resolver.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-resolver.jar.jar [INFO] Copying ant-apache-xalan2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-xalan2.jar.jar [INFO] Copying ant-commons-logging.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-commons-logging.jar.jar [INFO] Copying ant-commons-net.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-commons-net.jar.jar [INFO] Copying ant-imageio.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-imageio.jar.jar [INFO] Copying ant-jai.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jai.jar.jar [INFO] Copying ant-javamail.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-javamail.jar.jar [INFO] Copying ant-jdepend.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jdepend.jar.jar [INFO] Copying ant-jmf.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jmf.jar.jar [INFO] Copying ant-jsch.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jsch.jar.jar [INFO] Copying ant-junit.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-junit.jar.jar [INFO] Copying ant-junit4.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-junit4.jar.jar [INFO] Copying ant-junitlauncher.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-junitlauncher.jar.jar [INFO] Copying ant-launcher.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-launcher.jar.jar [INFO] Copying ant-netrexx.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-netrexx.jar.jar [INFO] Copying ant-swing.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-swing.jar.jar [INFO] Copying ant-testutil.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-testutil.jar.jar [INFO] Copying ant-xz.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-xz.jar.jar [INFO] Copying ant.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant.jar.jar [INFO] Copying org.apache.batik.constants-1.16.0.v20221027-0840.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.batik.constants-1.16.0.v20221027-0840.jar [INFO] Copying org.apache.batik.css-1.16.0.v20221027-0840.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.batik.css-1.16.0.v20221027-0840.jar [INFO] Copying org.apache.batik.util-1.16.0.v20221027-0840.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.batik.util-1.16.0.v20221027-0840.jar [INFO] Copying org.apache.batik.i18n-1.16.0.v20221027-0840.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.batik.i18n-1.16.0.v20221027-0840.jar [INFO] Copying org.apache.xmlgraphics-2.7.0.v20221018-0736.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.xmlgraphics-2.7.0.v20221018-0736.jar [INFO] Copying org.w3c.dom.svg-1.1.0.v201011041433.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.w3c.dom.svg-1.1.0.v201011041433.jar [INFO] Copying org.w3c.dom.events-3.0.0.draft20060413_v201105210656.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.w3c.dom.events-3.0.0.draft20060413_v201105210656.jar [INFO] Copying org.w3c.css.sac-1.3.1.v200903091627.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.w3c.css.sac-1.3.1.v200903091627.jar [INFO] Copying org.apache.commons.codec-1.14.0.v20221112-0806.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.commons.codec-1.14.0.v20221112-0806.jar [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/commons-collections-3.2.2.jar [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/commons-beanutils-1.9.4.jar [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/commons-logging-1.2.jar [INFO] Copying org.apache.commons.logging-1.2.0.v20180409-1502.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.commons.logging-1.2.0.v20180409-1502.jar [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/commons-io-2.11.0.jar [INFO] Copying commons-jxpath-1.3.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/commons-jxpath-1.3.jar [INFO] Copying org.jdom-1.1.1.v201101151400.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.jdom-1.1.1.v201101151400.jar [INFO] Copying org.apache.felix.scr-2.2.6.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.felix.scr-2.2.6.jar [INFO] Copying animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/animal-sniffer-annotations-1.9.jar [INFO] Copying org.osgi.service.component-1.5.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.osgi.service.component-1.5.1.jar [INFO] Copying osgi.annotation-8.1.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/osgi.annotation-8.1.0.jar [INFO] Copying org.osgi.namespace.extender-1.0.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.osgi.namespace.extender-1.0.1.jar [INFO] Copying org.osgi.util.promise-1.3.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.osgi.util.promise-1.3.0.jar [INFO] Copying org.apache.httpcomponents.client5.httpclient5-5.1.3.v20221013-1742.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.httpcomponents.client5.httpclient5-5.1.3.v20221013-1742.jar [INFO] Copying org.apache.httpcomponents.core5.httpcore5-5.1.4.v20221013-1742.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.httpcomponents.core5.httpcore5-5.1.4.v20221013-1742.jar [INFO] Copying org.apache.httpcomponents.core5.httpcore5-h2-5.1.4.v20221013-1742.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4.v20221013-1742.jar [INFO] Copying slf4j-api-1.7.36.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/slf4j-api-1.7.36.jar [INFO] Copying org.apache.jasper.glassfish-2.2.2.v201501141630.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.jasper.glassfish-2.2.2.v201501141630.jar [INFO] Copying org.apache.lucene.analysis-common-9.4.2.v20221211-0752.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.lucene.analysis-common-9.4.2.v20221211-0752.jar [INFO] Copying org.apache.lucene.core-9.4.2.v20221211-0752.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.lucene.core-9.4.2.v20221211-0752.jar [INFO] Copying org.apache.lucene.analysis-smartcn-9.4.2.v20221211-0752.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.apache.lucene.analysis-smartcn-9.4.2.v20221211-0752.jar [INFO] Copying org.eclipse.ant.core-3.6.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ant.core-3.6.500-SNAPSHOT.jar [INFO] Copying org.eclipse.core.runtime-3.26.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.runtime-3.26.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.variables-3.5.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.variables-3.5.100-SNAPSHOT.jar [INFO] Copying org.eclipse.compare.core-3.7.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.compare.core-3.7.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.commands-3.10.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.commands-3.10.400-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.common-3.17.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.common-3.17.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.contenttype-3.8.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.contenttype-3.8.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.preferences-3.10.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.preferences-3.10.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.registry-3.11.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.registry-3.11.200-SNAPSHOT.jar [INFO] Copying org.eclipse.core.expressions-3.8.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.expressions-3.8.200-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filebuffers-3.7.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.filebuffers-3.7.200-SNAPSHOT.jar [INFO] Copying org.eclipse.text-3.12.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.text-3.12.300-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filesystem-1.9.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.filesystem-1.9.500-SNAPSHOT.jar [INFO] Copying org.eclipse.core.jobs-3.13.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.jobs-3.13.300-SNAPSHOT.jar [INFO] Copying org.eclipse.core.resources-3.18.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.core.resources-3.18.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.app-1.6.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.app-1.6.200-SNAPSHOT.jar [INFO] Copying org.eclipse.debug.core-3.20.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.debug.core-3.20.100-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.contexts-1.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.e4.core.contexts-1.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di-1.8.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.e4.core.di-1.8.300-SNAPSHOT.jar [INFO] Copying org.osgi.service.event-1.4.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.osgi.service.event-1.4.1.jar [INFO] Copying org.osgi.namespace.implementation-1.0.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.osgi.namespace.implementation-1.0.0.jar [INFO] Copying org.eclipse.e4.core.di.annotations-1.7.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.e4.core.di.annotations-1.7.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.services-2.3.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.e4.core.services-2.3.400-SNAPSHOT.jar [INFO] Copying org.eclipse.ecf-3.10.0.v20210925-0032.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ecf-3.10.0.v20210925-0032.jar [INFO] Copying org.eclipse.ecf.identity-3.9.402.v20210409-2301.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ecf.identity-3.9.402.v20210409-2301.jar [INFO] Copying org.eclipse.equinox.concurrent-1.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.concurrent-1.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ecf.filetransfer-5.1.102.v20210409-2301.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ecf.filetransfer-5.1.102.v20210409-2301.jar [INFO] Copying org.eclipse.ecf.provider.filetransfer-3.2.800.v20220215-0126.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ecf.provider.filetransfer-3.2.800.v20220215-0126.jar [INFO] Copying org.eclipse.ecf.provider.filetransfer.httpclient5-1.0.401.v20221105-0315.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ecf.provider.filetransfer.httpclient5-1.0.401.v20221105-0315.jar [INFO] Copying org.eclipse.ecf.provider.filetransfer.ssl-1.0.201.v20210409-2301.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ecf.provider.filetransfer.ssl-1.0.201.v20210409-2301.jar [INFO] Copying org.eclipse.ecf.ssl-1.2.401.v20210409-2301.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.ecf.ssl-1.2.401.v20210409-2301.jar [INFO] Copying org.eclipse.emf.common-2.28.0.v20230223-0922.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.emf.common-2.28.0.v20230223-0922.jar [INFO] Copying org.eclipse.emf.ecore-2.33.0.v20230226-0921.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.emf.ecore-2.33.0.v20230226-0921.jar [INFO] Copying org.eclipse.emf.ecore.xmi-2.18.0.v20230211-1150.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.emf.ecore.xmi-2.18.0.v20230211-1150.jar [INFO] Copying org.eclipse.equinox.frameworkadmin-2.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.frameworkadmin-2.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.frameworkadmin.equinox-1.2.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.frameworkadmin.equinox-1.2.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.artifact.repository-1.4.800-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.artifact.repository-1.4.800-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata-2.6.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.metadata-2.6.300-SNAPSHOT.jar [INFO] Copying xz-1.9.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/xz-1.9.jar [INFO] Copying org.eclipse.equinox.p2.core-2.9.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.core-2.9.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.jarprocessor-1.2.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.jarprocessor-1.2.500-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository-2.6.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.repository-2.6.300-SNAPSHOT.jar [INFO] Copying org.osgi.service.prefs-1.1.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.osgi.service.prefs-1.1.2.jar [INFO] Copying org.eclipse.equinox.p2.director-2.5.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.director-2.5.400-SNAPSHOT.jar [INFO] Copying org.ow2.sat4j.core-2.3.6.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.ow2.sat4j.core-2.3.6.jar [INFO] Copying org.ow2.sat4j.pb-2.3.6.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.ow2.sat4j.pb-2.3.6.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator-1.4.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.simpleconfigurator-1.4.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.engine-2.7.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.engine-2.7.500-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.director.app-1.2.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.director.app-1.2.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata.repository-1.4.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.metadata.repository-1.4.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.garbagecollector-1.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.garbagecollector-1.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher-1.7.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.publisher-1.7.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher.eclipse-1.4.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.publisher.eclipse-1.4.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.security-1.3.1000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.security-1.3.1000-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository.tools-2.3.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.repository.tools-2.3.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300-SNAPSHOT.jar [INFO] Copying org.eclipse.help-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.help-3.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.core-3.33.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jdt.core-3.33.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.core.compiler.batch-3.33.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jdt.core.compiler.batch-3.33.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.debug-3.20.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jdt.debug-3.20.200-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.launching-3.19.900-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.jdt.launching-3.19.900-SNAPSHOT.jar [INFO] Copying jetty-http-10.0.13.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/jetty-http-10.0.13.jar [INFO] Copying jetty-io-10.0.13.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/jetty-io-10.0.13.jar [INFO] Copying jetty-util-10.0.13.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/jetty-util-10.0.13.jar [INFO] Copying jetty-security-10.0.13.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/jetty-security-10.0.13.jar [INFO] Copying jetty-server-10.0.13.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/jetty-server-10.0.13.jar [INFO] Copying jetty-servlet-api-4.0.6.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/jetty-servlet-api-4.0.6.jar [INFO] Copying jetty-servlet-10.0.13.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/jetty-servlet-10.0.13.jar [INFO] Copying org.osgi.service.cm-1.6.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.osgi.service.cm-1.6.1.jar [INFO] Copying org.eclipse.pde.build-3.11.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.pde.build-3.11.400-SNAPSHOT.jar [INFO] Copying org.eclipse.pde.core-3.16.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.pde.core-3.16.200-SNAPSHOT.jar [INFO] Copying org.eclipse.team.core-3.9.700-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.team.core-3.9.700-SNAPSHOT.jar [INFO] Copying org.eclipse.update.configurator-3.4.1000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.eclipse.update.configurator-3.4.1000-SNAPSHOT.jar [INFO] Copying org.osgi.annotation.versioning-1.1.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.osgi.annotation.versioning-1.1.2.jar [INFO] Copying org.osgi.util.function-1.2.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.osgi.util.function-1.2.0.jar [INFO] Copying org.w3c.dom.smil-1.0.1.v200903091627.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/org.w3c.dom.smil-1.0.1.v200903091627.jar [INFO] Copying slf4j-nop-1.7.36.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/dependency/slf4j-nop-1.7.36.jar [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-eclipserun-plugin:4.0.0-SNAPSHOT:eclipse-run (dont_skip_me) @ org.eclipse.platform.doc.isv --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work/data, -consolelog, -debug, -data, target/workspace, -application, org.eclipse.ant.core.antRunner, -quiet, -buildfile, buildDoc.xml, -Dbasedir.properties=cbi_basedirs.properties, -Declipse.javadoc=${eclipse.javadoc}] Configuration location: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/eclipserun-work/ Framework located: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.osgi/3.18.300.v20230220-1352/org.eclipse.osgi-3.18.300.v20230220-1352.jar Framework classpath: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.osgi/3.18.300.v20230220-1352/org.eclipse.osgi-3.18.300.v20230220-1352.jar Debug options: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/.options not found Time to load bundles: 338 Starting application: 1182 Application started in : 1188ms Apache Ant(TM) version 1.10.12 compiled on October 13 2021 [echo] env.JAVA_DOC_PROXIES: ${env.JAVA_DOC_PROXIES} [echo] org.eclipse.platform.doc.isv/buildDoc.xml - generateJavadoc: [echo] Using javadocExecutable: /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/javadoc [exec] Result: 1 BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 42 seconds [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.platform.doc.isv --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.platform.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.platform.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.platform.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/org.eclipse.platform.doc.isv-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform.doc.isv --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different index/_1.fdm: different index/_1.fdt: different index/_1.fdx: different index/_1.fnm: different index/_1.nvd: different index/_1.nvm: different index/_1.si: different index/_1_Lucene90_0.doc: different index/_1_Lucene90_0.pos: different index/_1_Lucene90_0.tim: different index/_1_Lucene90_0.tip: different index/_1_Lucene90_0.tmd: different index/indexed_contributions: different index/indexed_dependencies: different index/indexed_docs: different index/segments_1: different reference/api/allclasses-index.html: different reference/api/allclasses.html: not present in baseline reference/api/allpackages-index.html: different reference/api/constant-values.html: different reference/api/deprecated-list.html: different reference/api/help-doc.html: different reference/api/index-files/index-1.html: different reference/api/index-files/index-10.html: different reference/api/index-files/index-11.html: different reference/api/index-files/index-12.html: different reference/api/index-files/index-13.html: different reference/api/index-files/index-14.html: different reference/api/index-files/index-15.html: different reference/api/index-files/index-16.html: different reference/api/index-files/index-17.html: different reference/api/index-files/index-18.html: different reference/api/index-files/index-19.html: different reference/api/index-files/index-2.html: different reference/api/index-files/index-20.html: different reference/api/index-files/index-21.html: different reference/api/index-files/index-22.html: different reference/api/index-files/index-23.html: different reference/api/index-files/index-24.html: different reference/api/index-files/index-25.html: different reference/api/index-files/index-26.html: different reference/api/index-files/index-27.html: different reference/api/index-files/index-3.html: different reference/api/index-files/index-4.html: different reference/api/index-files/index-5.html: different reference/api/index-files/index-6.html: different reference/api/index-files/index-7.html: different reference/api/index-files/index-8.html: different reference/api/index-files/index-9.html: different reference/api/index.html: different reference/api/jquery-ui.overrides.css: present in baseline only reference/api/jquery/external/jquery/jquery.js: not present in baseline reference/api/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png: not present in baseline reference/api/jquery/images/ui-bg_flat_75_ffffff_40x100.png: not present in baseline reference/api/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png: not present in baseline reference/api/jquery/images/ui-bg_glass_65_ffffff_1x400.png: not present in baseline reference/api/jquery/images/ui-bg_glass_75_dadada_1x400.png: not present in baseline reference/api/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png: not present in baseline reference/api/jquery/images/ui-bg_glass_95_fef1ec_1x400.png: not present in baseline reference/api/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png: not present in baseline reference/api/jquery/images/ui-icons_222222_256x240.png: not present in baseline reference/api/jquery/images/ui-icons_2e83ff_256x240.png: not present in baseline reference/api/jquery/images/ui-icons_454545_256x240.png: not present in baseline reference/api/jquery/images/ui-icons_888888_256x240.png: not present in baseline reference/api/jquery/images/ui-icons_cd0a0a_256x240.png: not present in baseline reference/api/jquery/jquery-3.3.1.js: not present in baseline reference/api/jquery/jquery-migrate-3.0.1.js: not present in baseline reference/api/jquery/jquery-ui.css: not present in baseline reference/api/jquery/jquery-ui.js: not present in baseline reference/api/jquery/jquery-ui.min.css: not present in baseline reference/api/jquery/jquery-ui.min.js: not present in baseline reference/api/jquery/jquery-ui.structure.css: not present in baseline reference/api/jquery/jquery-ui.structure.min.css: not present in baseline reference/api/jquery/jszip-utils/dist/jszip-utils-ie.js: not present in baseline reference/api/jquery/jszip-utils/dist/jszip-utils-ie.min.js: not present in baseline reference/api/jquery/jszip-utils/dist/jszip-utils.js: not present in baseline reference/api/jquery/jszip-utils/dist/jszip-utils.min.js: not present in baseline reference/api/jquery/jszip/dist/jszip.js: not present in baseline reference/api/jquery/jszip/dist/jszip.min.js: not present in baseline reference/api/legal/ADDITIONAL_LICENSE_INFO: present in baseline only reference/api/legal/ASSEMBLY_EXCEPTION: present in baseline only reference/api/legal/LICENSE: present in baseline only reference/api/legal/jquery.md: present in baseline only reference/api/legal/jqueryUI.md: present in baseline only reference/api/member-search-index.js: different reference/api/member-search-index.zip: not present in baseline reference/api/module-search-index.js: present in baseline only reference/api/org/eclipse/ant/core/AntCorePlugin.html: different reference/api/org/eclipse/ant/core/AntCorePreferences.html: different reference/api/org/eclipse/ant/core/AntRunner.html: different reference/api/org/eclipse/ant/core/AntSecurityException.html: different reference/api/org/eclipse/ant/core/IAntClasspathEntry.html: different reference/api/org/eclipse/ant/core/IAntPropertyValueProvider.html: different reference/api/org/eclipse/ant/core/ProjectInfo.html: different reference/api/org/eclipse/ant/core/Property.html: different reference/api/org/eclipse/ant/core/TargetInfo.html: different reference/api/org/eclipse/ant/core/Task.html: different reference/api/org/eclipse/ant/core/Type.html: different reference/api/org/eclipse/ant/core/class-use/AntCorePlugin.html: different reference/api/org/eclipse/ant/core/class-use/AntCorePreferences.html: different reference/api/org/eclipse/ant/core/class-use/AntRunner.html: different reference/api/org/eclipse/ant/core/class-use/AntSecurityException.html: different reference/api/org/eclipse/ant/core/class-use/IAntClasspathEntry.html: different reference/api/org/eclipse/ant/core/class-use/IAntPropertyValueProvider.html: different reference/api/org/eclipse/ant/core/class-use/ProjectInfo.html: different reference/api/org/eclipse/ant/core/class-use/Property.html: different reference/api/org/eclipse/ant/core/class-use/TargetInfo.html: different reference/api/org/eclipse/ant/core/class-use/Task.html: different reference/api/org/eclipse/ant/core/class-use/Type.html: different reference/api/org/eclipse/ant/core/package-summary.html: different reference/api/org/eclipse/ant/core/package-tree.html: different reference/api/org/eclipse/ant/core/package-use.html: different reference/api/org/eclipse/compare/BufferedContent.html: different reference/api/org/eclipse/compare/CompareConfiguration.html: different reference/api/org/eclipse/compare/CompareEditorInput.html: different reference/api/org/eclipse/compare/CompareNavigator.html: different reference/api/org/eclipse/compare/CompareUI.html: different reference/api/org/eclipse/compare/CompareViewerPane.html: different reference/api/org/eclipse/compare/CompareViewerSwitchingPane.html: different reference/api/org/eclipse/compare/EditionSelectionDialog.html: different reference/api/org/eclipse/compare/HistoryItem.html: different reference/api/org/eclipse/compare/ICompareContainer.html: different reference/api/org/eclipse/compare/ICompareFilter.html: different reference/api/org/eclipse/compare/ICompareInputLabelProvider.html: different reference/api/org/eclipse/compare/ICompareNavigator.html: different reference/api/org/eclipse/compare/IContentChangeListener.html: different reference/api/org/eclipse/compare/IContentChangeNotifier.html: different reference/api/org/eclipse/compare/IEditableContent.html: different reference/api/org/eclipse/compare/IEditableContentExtension.html: different reference/api/org/eclipse/compare/IEncodedStreamContentAccessor.html: different reference/api/org/eclipse/compare/IModificationDate.html: different reference/api/org/eclipse/compare/INavigatable.html: different reference/api/org/eclipse/compare/IPropertyChangeNotifier.html: different reference/api/org/eclipse/compare/IResourceProvider.html: different reference/api/org/eclipse/compare/ISharedDocumentAdapter.html: different reference/api/org/eclipse/compare/IStreamContentAccessor.html: different reference/api/org/eclipse/compare/IStreamMerger.html: different reference/api/org/eclipse/compare/ITypedElement.html: different reference/api/org/eclipse/compare/IViewerCreator.html: different reference/api/org/eclipse/compare/NavigationAction.html: different reference/api/org/eclipse/compare/ResourceNode.html: different reference/api/org/eclipse/compare/SharedDocumentAdapter.html: different reference/api/org/eclipse/compare/Splitter.html: different reference/api/org/eclipse/compare/ZipFileStructureCreator.html: different reference/api/org/eclipse/compare/class-use/BufferedContent.html: different reference/api/org/eclipse/compare/class-use/CompareConfiguration.html: different reference/api/org/eclipse/compare/class-use/CompareEditorInput.html: different reference/api/org/eclipse/compare/class-use/CompareNavigator.html: different reference/api/org/eclipse/compare/class-use/CompareUI.html: different reference/api/org/eclipse/compare/class-use/CompareViewerPane.html: different reference/api/org/eclipse/compare/class-use/CompareViewerSwitchingPane.html: different reference/api/org/eclipse/compare/class-use/EditionSelectionDialog.html: different reference/api/org/eclipse/compare/class-use/HistoryItem.html: different reference/api/org/eclipse/compare/class-use/ICompareContainer.html: different reference/api/org/eclipse/compare/class-use/ICompareFilter.html: different reference/api/org/eclipse/compare/class-use/ICompareInputLabelProvider.html: different reference/api/org/eclipse/compare/class-use/ICompareNavigator.html: different reference/api/org/eclipse/compare/class-use/IContentChangeListener.html: different reference/api/org/eclipse/compare/class-use/IContentChangeNotifier.html: different reference/api/org/eclipse/compare/class-use/IEditableContent.html: different reference/api/org/eclipse/compare/class-use/IEditableContentExtension.html: different reference/api/org/eclipse/compare/class-use/IEncodedStreamContentAccessor.html: different reference/api/org/eclipse/compare/class-use/IModificationDate.html: different reference/api/org/eclipse/compare/class-use/INavigatable.html: different reference/api/org/eclipse/compare/class-use/IPropertyChangeNotifier.html: different reference/api/org/eclipse/compare/class-use/IResourceProvider.html: different reference/api/org/eclipse/compare/class-use/ISharedDocumentAdapter.html: different reference/api/org/eclipse/compare/class-use/IStreamContentAccessor.html: different reference/api/org/eclipse/compare/class-use/IStreamMerger.html: different reference/api/org/eclipse/compare/class-use/ITypedElement.html: different reference/api/org/eclipse/compare/class-use/IViewerCreator.html: different reference/api/org/eclipse/compare/class-use/NavigationAction.html: different reference/api/org/eclipse/compare/class-use/ResourceNode.html: different reference/api/org/eclipse/compare/class-use/SharedDocumentAdapter.html: different reference/api/org/eclipse/compare/class-use/Splitter.html: different reference/api/org/eclipse/compare/class-use/ZipFileStructureCreator.html: different reference/api/org/eclipse/compare/contentmergeviewer/ContentMergeViewer.html: different reference/api/org/eclipse/compare/contentmergeviewer/IDocumentRange.html: different reference/api/org/eclipse/compare/contentmergeviewer/IFlushable.html: different reference/api/org/eclipse/compare/contentmergeviewer/IMergeViewerContentProvider.html: different reference/api/org/eclipse/compare/contentmergeviewer/ITokenComparator.html: different reference/api/org/eclipse/compare/contentmergeviewer/TextMergeViewer.html: different reference/api/org/eclipse/compare/contentmergeviewer/TokenComparator.html: different reference/api/org/eclipse/compare/contentmergeviewer/class-use/ContentMergeViewer.html: different reference/api/org/eclipse/compare/contentmergeviewer/class-use/IDocumentRange.html: different reference/api/org/eclipse/compare/contentmergeviewer/class-use/IFlushable.html: different reference/api/org/eclipse/compare/contentmergeviewer/class-use/IMergeViewerContentProvider.html: different reference/api/org/eclipse/compare/contentmergeviewer/class-use/ITokenComparator.html: different reference/api/org/eclipse/compare/contentmergeviewer/class-use/TextMergeViewer.html: different reference/api/org/eclipse/compare/contentmergeviewer/class-use/TokenComparator.html: different reference/api/org/eclipse/compare/contentmergeviewer/package-summary.html: different reference/api/org/eclipse/compare/contentmergeviewer/package-tree.html: different reference/api/org/eclipse/compare/contentmergeviewer/package-use.html: different reference/api/org/eclipse/compare/package-summary.html: different reference/api/org/eclipse/compare/package-tree.html: different reference/api/org/eclipse/compare/package-use.html: different reference/api/org/eclipse/compare/patch/ApplyPatchOperation.html: different reference/api/org/eclipse/compare/patch/IFilePatch.html: different reference/api/org/eclipse/compare/patch/IFilePatch2.html: different reference/api/org/eclipse/compare/patch/IFilePatchResult.html: different reference/api/org/eclipse/compare/patch/IHunk.html: different reference/api/org/eclipse/compare/patch/IHunkFilter.html: different reference/api/org/eclipse/compare/patch/PatchBuilder.html: different reference/api/org/eclipse/compare/patch/PatchConfiguration.html: different reference/api/org/eclipse/compare/patch/PatchParser.html: different reference/api/org/eclipse/compare/patch/ReaderCreator.html: different reference/api/org/eclipse/compare/patch/WorkspacePatcherUI.html: different reference/api/org/eclipse/compare/patch/class-use/ApplyPatchOperation.html: different reference/api/org/eclipse/compare/patch/class-use/IFilePatch.html: different reference/api/org/eclipse/compare/patch/class-use/IFilePatch2.html: different reference/api/org/eclipse/compare/patch/class-use/IFilePatchResult.html: different reference/api/org/eclipse/compare/patch/class-use/IHunk.html: different reference/api/org/eclipse/compare/patch/class-use/IHunkFilter.html: different reference/api/org/eclipse/compare/patch/class-use/PatchBuilder.html: different reference/api/org/eclipse/compare/patch/class-use/PatchConfiguration.html: different reference/api/org/eclipse/compare/patch/class-use/PatchParser.html: different reference/api/org/eclipse/compare/patch/class-use/ReaderCreator.html: different reference/api/org/eclipse/compare/patch/class-use/WorkspacePatcherUI.html: different reference/api/org/eclipse/compare/patch/package-summary.html: different reference/api/org/eclipse/compare/patch/package-tree.html: different reference/api/org/eclipse/compare/patch/package-use.html: different reference/api/org/eclipse/compare/rangedifferencer/AbstractRangeDifferenceFactory.html: different reference/api/org/eclipse/compare/rangedifferencer/IRangeComparator.html: different reference/api/org/eclipse/compare/rangedifferencer/RangeDifference.html: different reference/api/org/eclipse/compare/rangedifferencer/RangeDifferencer.html: different reference/api/org/eclipse/compare/rangedifferencer/class-use/AbstractRangeDifferenceFactory.html: different reference/api/org/eclipse/compare/rangedifferencer/class-use/IRangeComparator.html: different reference/api/org/eclipse/compare/rangedifferencer/class-use/RangeDifference.html: different reference/api/org/eclipse/compare/rangedifferencer/class-use/RangeDifferencer.html: different reference/api/org/eclipse/compare/rangedifferencer/package-summary.html: different reference/api/org/eclipse/compare/rangedifferencer/package-tree.html: different reference/api/org/eclipse/compare/rangedifferencer/package-use.html: different reference/api/org/eclipse/compare/structuremergeviewer/DiffContainer.html: different reference/api/org/eclipse/compare/structuremergeviewer/DiffElement.html: different reference/api/org/eclipse/compare/structuremergeviewer/DiffNode.html: different reference/api/org/eclipse/compare/structuremergeviewer/DiffTreeViewer.html: different reference/api/org/eclipse/compare/structuremergeviewer/Differencer.html: different reference/api/org/eclipse/compare/structuremergeviewer/DocumentRangeNode.html: different reference/api/org/eclipse/compare/structuremergeviewer/ICompareInput.html: different reference/api/org/eclipse/compare/structuremergeviewer/ICompareInputChangeListener.html: different reference/api/org/eclipse/compare/structuremergeviewer/IDiffContainer.html: different reference/api/org/eclipse/compare/structuremergeviewer/IDiffElement.html: different reference/api/org/eclipse/compare/structuremergeviewer/IStructureComparator.html: different reference/api/org/eclipse/compare/structuremergeviewer/IStructureCreator.html: different reference/api/org/eclipse/compare/structuremergeviewer/IStructureCreator2.html: different reference/api/org/eclipse/compare/structuremergeviewer/SharedDocumentAdapterWrapper.html: different reference/api/org/eclipse/compare/structuremergeviewer/StructureCreator.html: different reference/api/org/eclipse/compare/structuremergeviewer/StructureDiffViewer.html: different reference/api/org/eclipse/compare/structuremergeviewer/StructureRootNode.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/DiffContainer.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/DiffElement.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/DiffNode.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/DiffTreeViewer.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/Differencer.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/DocumentRangeNode.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/ICompareInput.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/ICompareInputChangeListener.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/IDiffContainer.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/IDiffElement.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/IStructureComparator.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/IStructureCreator.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/IStructureCreator2.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/SharedDocumentAdapterWrapper.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/StructureCreator.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/StructureDiffViewer.html: different reference/api/org/eclipse/compare/structuremergeviewer/class-use/StructureRootNode.html: different reference/api/org/eclipse/compare/structuremergeviewer/package-summary.html: different reference/api/org/eclipse/compare/structuremergeviewer/package-tree.html: different reference/api/org/eclipse/compare/structuremergeviewer/package-use.html: different reference/api/org/eclipse/core/commands/AbstractHandler.html: different reference/api/org/eclipse/core/commands/AbstractHandlerWithState.html: different reference/api/org/eclipse/core/commands/AbstractParameterValueConverter.html: different reference/api/org/eclipse/core/commands/Category.html: different reference/api/org/eclipse/core/commands/CategoryEvent.html: different reference/api/org/eclipse/core/commands/Command.html: different reference/api/org/eclipse/core/commands/CommandEvent.html: different reference/api/org/eclipse/core/commands/CommandManager.html: different reference/api/org/eclipse/core/commands/CommandManagerEvent.html: different reference/api/org/eclipse/core/commands/ExecutionEvent.html: different reference/api/org/eclipse/core/commands/ExecutionException.html: different reference/api/org/eclipse/core/commands/HandlerEvent.html: different reference/api/org/eclipse/core/commands/ICategoryListener.html: different reference/api/org/eclipse/core/commands/ICommandListener.html: different reference/api/org/eclipse/core/commands/ICommandManagerListener.html: different reference/api/org/eclipse/core/commands/IExecutionListener.html: different reference/api/org/eclipse/core/commands/IExecutionListenerWithChecks.html: different reference/api/org/eclipse/core/commands/IHandler.html: different reference/api/org/eclipse/core/commands/IHandler2.html: different reference/api/org/eclipse/core/commands/IHandlerAttributes.html: different reference/api/org/eclipse/core/commands/IHandlerListener.html: different reference/api/org/eclipse/core/commands/INamedHandleStateIds.html: different reference/api/org/eclipse/core/commands/IObjectWithState.html: different reference/api/org/eclipse/core/commands/IParameter.html: different reference/api/org/eclipse/core/commands/IParameterTypeListener.html: different reference/api/org/eclipse/core/commands/IParameterValues.html: different reference/api/org/eclipse/core/commands/IStateListener.html: different reference/api/org/eclipse/core/commands/ITypedParameter.html: different reference/api/org/eclipse/core/commands/NotEnabledException.html: different reference/api/org/eclipse/core/commands/NotHandledException.html: different reference/api/org/eclipse/core/commands/ParameterType.html: different reference/api/org/eclipse/core/commands/ParameterTypeEvent.html: different reference/api/org/eclipse/core/commands/ParameterValueConversionException.html: different reference/api/org/eclipse/core/commands/ParameterValuesException.html: different reference/api/org/eclipse/core/commands/Parameterization.html: different reference/api/org/eclipse/core/commands/ParameterizedCommand.html: different reference/api/org/eclipse/core/commands/SerializationException.html: different reference/api/org/eclipse/core/commands/State.html: different reference/api/org/eclipse/core/commands/class-use/AbstractHandler.html: different reference/api/org/eclipse/core/commands/class-use/AbstractHandlerWithState.html: different reference/api/org/eclipse/core/commands/class-use/AbstractParameterValueConverter.html: different reference/api/org/eclipse/core/commands/class-use/Category.html: different reference/api/org/eclipse/core/commands/class-use/CategoryEvent.html: different reference/api/org/eclipse/core/commands/class-use/Command.html: different reference/api/org/eclipse/core/commands/class-use/CommandEvent.html: different reference/api/org/eclipse/core/commands/class-use/CommandManager.html: different reference/api/org/eclipse/core/commands/class-use/CommandManagerEvent.html: different reference/api/org/eclipse/core/commands/class-use/ExecutionEvent.html: different reference/api/org/eclipse/core/commands/class-use/ExecutionException.html: different reference/api/org/eclipse/core/commands/class-use/HandlerEvent.html: different reference/api/org/eclipse/core/commands/class-use/ICategoryListener.html: different reference/api/org/eclipse/core/commands/class-use/ICommandListener.html: different reference/api/org/eclipse/core/commands/class-use/ICommandManagerListener.html: different reference/api/org/eclipse/core/commands/class-use/IExecutionListener.html: different reference/api/org/eclipse/core/commands/class-use/IExecutionListenerWithChecks.html: different reference/api/org/eclipse/core/commands/class-use/IHandler.html: different reference/api/org/eclipse/core/commands/class-use/IHandler2.html: different reference/api/org/eclipse/core/commands/class-use/IHandlerAttributes.html: different reference/api/org/eclipse/core/commands/class-use/IHandlerListener.html: different reference/api/org/eclipse/core/commands/class-use/INamedHandleStateIds.html: different reference/api/org/eclipse/core/commands/class-use/IObjectWithState.html: different reference/api/org/eclipse/core/commands/class-use/IParameter.html: different reference/api/org/eclipse/core/commands/class-use/IParameterTypeListener.html: different reference/api/org/eclipse/core/commands/class-use/IParameterValues.html: different reference/api/org/eclipse/core/commands/class-use/IStateListener.html: different reference/api/org/eclipse/core/commands/class-use/ITypedParameter.html: different reference/api/org/eclipse/core/commands/class-use/NotEnabledException.html: different reference/api/org/eclipse/core/commands/class-use/NotHandledException.html: different reference/api/org/eclipse/core/commands/class-use/ParameterType.html: different reference/api/org/eclipse/core/commands/class-use/ParameterTypeEvent.html: different reference/api/org/eclipse/core/commands/class-use/ParameterValueConversionException.html: different reference/api/org/eclipse/core/commands/class-use/ParameterValuesException.html: different reference/api/org/eclipse/core/commands/class-use/Parameterization.html: different reference/api/org/eclipse/core/commands/class-use/ParameterizedCommand.html: different reference/api/org/eclipse/core/commands/class-use/SerializationException.html: different reference/api/org/eclipse/core/commands/class-use/State.html: different reference/api/org/eclipse/core/commands/common/AbstractBitSetEvent.html: different reference/api/org/eclipse/core/commands/common/AbstractHandleObjectEvent.html: different reference/api/org/eclipse/core/commands/common/AbstractNamedHandleEvent.html: different reference/api/org/eclipse/core/commands/common/CommandException.html: different reference/api/org/eclipse/core/commands/common/EventManager.html: different reference/api/org/eclipse/core/commands/common/HandleObject.html: different reference/api/org/eclipse/core/commands/common/HandleObjectManager.html: different reference/api/org/eclipse/core/commands/common/IIdentifiable.html: different reference/api/org/eclipse/core/commands/common/NamedHandleObject.html: different reference/api/org/eclipse/core/commands/common/NamedHandleObjectComparator.html: different reference/api/org/eclipse/core/commands/common/NotDefinedException.html: different reference/api/org/eclipse/core/commands/common/class-use/AbstractBitSetEvent.html: different reference/api/org/eclipse/core/commands/common/class-use/AbstractHandleObjectEvent.html: different reference/api/org/eclipse/core/commands/common/class-use/AbstractNamedHandleEvent.html: different reference/api/org/eclipse/core/commands/common/class-use/CommandException.html: different reference/api/org/eclipse/core/commands/common/class-use/EventManager.html: different reference/api/org/eclipse/core/commands/common/class-use/HandleObject.html: different reference/api/org/eclipse/core/commands/common/class-use/HandleObjectManager.html: different reference/api/org/eclipse/core/commands/common/class-use/IIdentifiable.html: different reference/api/org/eclipse/core/commands/common/class-use/NamedHandleObject.html: different reference/api/org/eclipse/core/commands/common/class-use/NamedHandleObjectComparator.html: different reference/api/org/eclipse/core/commands/common/class-use/NotDefinedException.html: different reference/api/org/eclipse/core/commands/common/package-summary.html: different reference/api/org/eclipse/core/commands/common/package-tree.html: different reference/api/org/eclipse/core/commands/common/package-use.html: different reference/api/org/eclipse/core/commands/contexts/Context.html: different reference/api/org/eclipse/core/commands/contexts/ContextEvent.html: different reference/api/org/eclipse/core/commands/contexts/ContextManager.html: different reference/api/org/eclipse/core/commands/contexts/ContextManagerEvent.html: different reference/api/org/eclipse/core/commands/contexts/IContextListener.html: different reference/api/org/eclipse/core/commands/contexts/IContextManagerListener.html: different reference/api/org/eclipse/core/commands/contexts/class-use/Context.html: different reference/api/org/eclipse/core/commands/contexts/class-use/ContextEvent.html: different reference/api/org/eclipse/core/commands/contexts/class-use/ContextManager.html: different reference/api/org/eclipse/core/commands/contexts/class-use/ContextManagerEvent.html: different reference/api/org/eclipse/core/commands/contexts/class-use/IContextListener.html: different reference/api/org/eclipse/core/commands/contexts/class-use/IContextManagerListener.html: different reference/api/org/eclipse/core/commands/contexts/package-summary.html: different reference/api/org/eclipse/core/commands/contexts/package-tree.html: different reference/api/org/eclipse/core/commands/contexts/package-use.html: different reference/api/org/eclipse/core/commands/operations/AbstractOperation.html: different reference/api/org/eclipse/core/commands/operations/DefaultOperationHistory.html: different reference/api/org/eclipse/core/commands/operations/IAdvancedUndoableOperation.html: different reference/api/org/eclipse/core/commands/operations/IAdvancedUndoableOperation2.html: different reference/api/org/eclipse/core/commands/operations/ICompositeOperation.html: different reference/api/org/eclipse/core/commands/operations/IContextReplacingOperation.html: different reference/api/org/eclipse/core/commands/operations/IOperationApprover.html: different reference/api/org/eclipse/core/commands/operations/IOperationApprover2.html: different reference/api/org/eclipse/core/commands/operations/IOperationHistory.html: different reference/api/org/eclipse/core/commands/operations/IOperationHistoryListener.html: different reference/api/org/eclipse/core/commands/operations/IUndoContext.html: different reference/api/org/eclipse/core/commands/operations/IUndoableOperation.html: different reference/api/org/eclipse/core/commands/operations/LinearUndoEnforcer.html: different reference/api/org/eclipse/core/commands/operations/LinearUndoViolationDetector.html: different reference/api/org/eclipse/core/commands/operations/ObjectUndoContext.html: different reference/api/org/eclipse/core/commands/operations/OperationHistoryEvent.html: different reference/api/org/eclipse/core/commands/operations/OperationHistoryFactory.html: different reference/api/org/eclipse/core/commands/operations/OperationStatus.html: different reference/api/org/eclipse/core/commands/operations/TriggeredOperations.html: different reference/api/org/eclipse/core/commands/operations/UndoContext.html: different reference/api/org/eclipse/core/commands/operations/class-use/AbstractOperation.html: different reference/api/org/eclipse/core/commands/operations/class-use/DefaultOperationHistory.html: different reference/api/org/eclipse/core/commands/operations/class-use/IAdvancedUndoableOperation.html: different reference/api/org/eclipse/core/commands/operations/class-use/IAdvancedUndoableOperation2.html: different reference/api/org/eclipse/core/commands/operations/class-use/ICompositeOperation.html: different reference/api/org/eclipse/core/commands/operations/class-use/IContextReplacingOperation.html: different reference/api/org/eclipse/core/commands/operations/class-use/IOperationApprover.html: different reference/api/org/eclipse/core/commands/operations/class-use/IOperationApprover2.html: different reference/api/org/eclipse/core/commands/operations/class-use/IOperationHistory.html: different reference/api/org/eclipse/core/commands/operations/class-use/IOperationHistoryListener.html: different reference/api/org/eclipse/core/commands/operations/class-use/IUndoContext.html: different reference/api/org/eclipse/core/commands/operations/class-use/IUndoableOperation.html: different reference/api/org/eclipse/core/commands/operations/class-use/LinearUndoEnforcer.html: different reference/api/org/eclipse/core/commands/operations/class-use/LinearUndoViolationDetector.html: different reference/api/org/eclipse/core/commands/operations/class-use/ObjectUndoContext.html: different reference/api/org/eclipse/core/commands/operations/class-use/OperationHistoryEvent.html: different reference/api/org/eclipse/core/commands/operations/class-use/OperationHistoryFactory.html: different reference/api/org/eclipse/core/commands/operations/class-use/OperationStatus.html: different reference/api/org/eclipse/core/commands/operations/class-use/TriggeredOperations.html: different reference/api/org/eclipse/core/commands/operations/class-use/UndoContext.html: different reference/api/org/eclipse/core/commands/operations/package-summary.html: different reference/api/org/eclipse/core/commands/operations/package-tree.html: different reference/api/org/eclipse/core/commands/operations/package-use.html: different reference/api/org/eclipse/core/commands/package-summary.html: different reference/api/org/eclipse/core/commands/package-tree.html: different reference/api/org/eclipse/core/commands/package-use.html: different reference/api/org/eclipse/core/commands/util/Tracing.html: different reference/api/org/eclipse/core/commands/util/class-use/Tracing.html: different reference/api/org/eclipse/core/commands/util/package-summary.html: different reference/api/org/eclipse/core/commands/util/package-tree.html: different reference/api/org/eclipse/core/commands/util/package-use.html: different reference/api/org/eclipse/core/databinding/AggregateValidationStatus.html: different reference/api/org/eclipse/core/databinding/Binding.html: different reference/api/org/eclipse/core/databinding/BindingException.html: different reference/api/org/eclipse/core/databinding/BindingProperties.html: different reference/api/org/eclipse/core/databinding/DataBindingContext.html: different reference/api/org/eclipse/core/databinding/ListBinding.html: different reference/api/org/eclipse/core/databinding/ObservablesManager.html: different reference/api/org/eclipse/core/databinding/SetBinding.html: different reference/api/org/eclipse/core/databinding/UpdateListStrategy.html: different reference/api/org/eclipse/core/databinding/UpdateSetStrategy.html: different reference/api/org/eclipse/core/databinding/UpdateValueStrategy.html: different reference/api/org/eclipse/core/databinding/ValidationStatusProvider.html: different reference/api/org/eclipse/core/databinding/beans/IBeanListProperty.html: different reference/api/org/eclipse/core/databinding/beans/IBeanMapProperty.html: different reference/api/org/eclipse/core/databinding/beans/IBeanObservable.html: different reference/api/org/eclipse/core/databinding/beans/IBeanProperty.html: different reference/api/org/eclipse/core/databinding/beans/IBeanSetProperty.html: different reference/api/org/eclipse/core/databinding/beans/IBeanValueProperty.html: different reference/api/org/eclipse/core/databinding/beans/class-use/IBeanListProperty.html: different reference/api/org/eclipse/core/databinding/beans/class-use/IBeanMapProperty.html: different reference/api/org/eclipse/core/databinding/beans/class-use/IBeanObservable.html: different reference/api/org/eclipse/core/databinding/beans/class-use/IBeanProperty.html: different reference/api/org/eclipse/core/databinding/beans/class-use/IBeanSetProperty.html: different reference/api/org/eclipse/core/databinding/beans/class-use/IBeanValueProperty.html: different reference/api/org/eclipse/core/databinding/beans/package-summary.html: different reference/api/org/eclipse/core/databinding/beans/package-tree.html: different reference/api/org/eclipse/core/databinding/beans/package-use.html: different reference/api/org/eclipse/core/databinding/class-use/AggregateValidationStatus.html: different reference/api/org/eclipse/core/databinding/class-use/Binding.html: different reference/api/org/eclipse/core/databinding/class-use/BindingException.html: different reference/api/org/eclipse/core/databinding/class-use/BindingProperties.html: different reference/api/org/eclipse/core/databinding/class-use/DataBindingContext.html: different reference/api/org/eclipse/core/databinding/class-use/ListBinding.html: different reference/api/org/eclipse/core/databinding/class-use/ObservablesManager.html: different reference/api/org/eclipse/core/databinding/class-use/SetBinding.html: different reference/api/org/eclipse/core/databinding/class-use/UpdateListStrategy.html: different reference/api/org/eclipse/core/databinding/class-use/UpdateSetStrategy.html: different reference/api/org/eclipse/core/databinding/class-use/UpdateValueStrategy.html: different reference/api/org/eclipse/core/databinding/class-use/ValidationStatusProvider.html: different reference/api/org/eclipse/core/databinding/conversion/Converter.html: different reference/api/org/eclipse/core/databinding/conversion/EnumConverters.html: different reference/api/org/eclipse/core/databinding/conversion/IConverter.html: different reference/api/org/eclipse/core/databinding/conversion/class-use/Converter.html: different reference/api/org/eclipse/core/databinding/conversion/class-use/EnumConverters.html: different reference/api/org/eclipse/core/databinding/conversion/class-use/IConverter.html: different reference/api/org/eclipse/core/databinding/conversion/package-summary.html: different reference/api/org/eclipse/core/databinding/conversion/package-tree.html: different reference/api/org/eclipse/core/databinding/conversion/package-use.html: different reference/api/org/eclipse/core/databinding/observable/AbstractObservable.html: different reference/api/org/eclipse/core/databinding/observable/ChangeEvent.html: different reference/api/org/eclipse/core/databinding/observable/ChangeSupport.html: different reference/api/org/eclipse/core/databinding/observable/DecoratingObservable.html: different reference/api/org/eclipse/core/databinding/observable/DecoratingObservableCollection.html: different reference/api/org/eclipse/core/databinding/observable/Diffs.html: different reference/api/org/eclipse/core/databinding/observable/DisposeEvent.html: different reference/api/org/eclipse/core/databinding/observable/IChangeListener.html: different reference/api/org/eclipse/core/databinding/observable/IDecoratingObservable.html: different reference/api/org/eclipse/core/databinding/observable/IDiff.html: different reference/api/org/eclipse/core/databinding/observable/IDisposeListener.html: different reference/api/org/eclipse/core/databinding/observable/IObservable.html: different reference/api/org/eclipse/core/databinding/observable/IObservableCollection.html: different reference/api/org/eclipse/core/databinding/observable/IObservablesListener.html: different reference/api/org/eclipse/core/databinding/observable/IObserving.html: different reference/api/org/eclipse/core/databinding/observable/IStaleListener.html: different reference/api/org/eclipse/core/databinding/observable/ObservableEvent.html: different reference/api/org/eclipse/core/databinding/observable/ObservableTracker.html: different reference/api/org/eclipse/core/databinding/observable/Observables.html: different reference/api/org/eclipse/core/databinding/observable/Realm.html: different reference/api/org/eclipse/core/databinding/observable/StaleEvent.html: different reference/api/org/eclipse/core/databinding/observable/class-use/AbstractObservable.html: different reference/api/org/eclipse/core/databinding/observable/class-use/ChangeEvent.html: different reference/api/org/eclipse/core/databinding/observable/class-use/ChangeSupport.html: different reference/api/org/eclipse/core/databinding/observable/class-use/DecoratingObservable.html: different reference/api/org/eclipse/core/databinding/observable/class-use/DecoratingObservableCollection.html: different reference/api/org/eclipse/core/databinding/observable/class-use/Diffs.html: different reference/api/org/eclipse/core/databinding/observable/class-use/DisposeEvent.html: different reference/api/org/eclipse/core/databinding/observable/class-use/IChangeListener.html: different reference/api/org/eclipse/core/databinding/observable/class-use/IDecoratingObservable.html: different reference/api/org/eclipse/core/databinding/observable/class-use/IDiff.html: different reference/api/org/eclipse/core/databinding/observable/class-use/IDisposeListener.html: different reference/api/org/eclipse/core/databinding/observable/class-use/IObservable.html: different reference/api/org/eclipse/core/databinding/observable/class-use/IObservableCollection.html: different reference/api/org/eclipse/core/databinding/observable/class-use/IObservablesListener.html: different reference/api/org/eclipse/core/databinding/observable/class-use/IObserving.html: different reference/api/org/eclipse/core/databinding/observable/class-use/IStaleListener.html: different reference/api/org/eclipse/core/databinding/observable/class-use/ObservableEvent.html: different reference/api/org/eclipse/core/databinding/observable/class-use/ObservableTracker.html: different reference/api/org/eclipse/core/databinding/observable/class-use/Observables.html: different reference/api/org/eclipse/core/databinding/observable/class-use/Realm.html: different reference/api/org/eclipse/core/databinding/observable/class-use/StaleEvent.html: different reference/api/org/eclipse/core/databinding/observable/list/AbstractObservableList.html: different reference/api/org/eclipse/core/databinding/observable/list/ComputedList.html: different reference/api/org/eclipse/core/databinding/observable/list/DecoratingObservableList.html: different reference/api/org/eclipse/core/databinding/observable/list/IListChangeListener.html: different reference/api/org/eclipse/core/databinding/observable/list/IObservableList.html: different reference/api/org/eclipse/core/databinding/observable/list/ListChangeEvent.html: different reference/api/org/eclipse/core/databinding/observable/list/ListDiff.html: different reference/api/org/eclipse/core/databinding/observable/list/ListDiffEntry.html: different reference/api/org/eclipse/core/databinding/observable/list/ListDiffVisitor.html: different reference/api/org/eclipse/core/databinding/observable/list/MultiList.html: different reference/api/org/eclipse/core/databinding/observable/list/ObservableList.html: different reference/api/org/eclipse/core/databinding/observable/list/WritableList.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/AbstractObservableList.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/ComputedList.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/DecoratingObservableList.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/IListChangeListener.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/IObservableList.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/ListChangeEvent.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/ListDiff.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/ListDiffEntry.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/ListDiffVisitor.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/MultiList.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/ObservableList.html: different reference/api/org/eclipse/core/databinding/observable/list/class-use/WritableList.html: different reference/api/org/eclipse/core/databinding/observable/list/package-summary.html: different reference/api/org/eclipse/core/databinding/observable/list/package-tree.html: different reference/api/org/eclipse/core/databinding/observable/list/package-use.html: different reference/api/org/eclipse/core/databinding/observable/map/AbstractObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/BidiObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/BidirectionalMap.html: different reference/api/org/eclipse/core/databinding/observable/map/CompositeMap.html: different reference/api/org/eclipse/core/databinding/observable/map/ComputedObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/DecoratingObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/IMapChangeListener.html: different reference/api/org/eclipse/core/databinding/observable/map/IObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/MapChangeEvent.html: different reference/api/org/eclipse/core/databinding/observable/map/MapDiff.html: different reference/api/org/eclipse/core/databinding/observable/map/ObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/WritableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/AbstractObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/BidiObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/BidirectionalMap.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/CompositeMap.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/ComputedObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/DecoratingObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/IMapChangeListener.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/IObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/MapChangeEvent.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/MapDiff.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/ObservableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/class-use/WritableMap.html: different reference/api/org/eclipse/core/databinding/observable/map/package-summary.html: different reference/api/org/eclipse/core/databinding/observable/map/package-tree.html: different reference/api/org/eclipse/core/databinding/observable/map/package-use.html: different reference/api/org/eclipse/core/databinding/observable/masterdetail/IObservableFactory.html: different reference/api/org/eclipse/core/databinding/observable/masterdetail/MasterDetailObservables.html: different reference/api/org/eclipse/core/databinding/observable/masterdetail/class-use/IObservableFactory.html: different reference/api/org/eclipse/core/databinding/observable/masterdetail/class-use/MasterDetailObservables.html: different reference/api/org/eclipse/core/databinding/observable/masterdetail/package-summary.html: different reference/api/org/eclipse/core/databinding/observable/masterdetail/package-tree.html: different reference/api/org/eclipse/core/databinding/observable/masterdetail/package-use.html: different reference/api/org/eclipse/core/databinding/observable/package-summary.html: different reference/api/org/eclipse/core/databinding/observable/package-tree.html: different reference/api/org/eclipse/core/databinding/observable/package-use.html: different reference/api/org/eclipse/core/databinding/observable/set/AbstractObservableSet.html: different reference/api/org/eclipse/core/databinding/observable/set/ComputedSet.html: different reference/api/org/eclipse/core/databinding/observable/set/DecoratingObservableSet.html: different reference/api/org/eclipse/core/databinding/observable/set/IObservableSet.html: different reference/api/org/eclipse/core/databinding/observable/set/ISetChangeListener.html: different reference/api/org/eclipse/core/databinding/observable/set/ListToSetAdapter.html: different reference/api/org/eclipse/core/databinding/observable/set/MappedSet.html: different reference/api/org/eclipse/core/databinding/observable/set/ObservableSet.html: different reference/api/org/eclipse/core/databinding/observable/set/SetChangeEvent.html: different reference/api/org/eclipse/core/databinding/observable/set/SetDiff.html: different reference/api/org/eclipse/core/databinding/observable/set/UnionSet.html: different reference/api/org/eclipse/core/databinding/observable/set/WritableSet.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/AbstractObservableSet.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/ComputedSet.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/DecoratingObservableSet.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/IObservableSet.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/ISetChangeListener.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/ListToSetAdapter.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/MappedSet.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/ObservableSet.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/SetChangeEvent.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/SetDiff.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/UnionSet.html: different reference/api/org/eclipse/core/databinding/observable/set/class-use/WritableSet.html: different reference/api/org/eclipse/core/databinding/observable/set/package-summary.html: different reference/api/org/eclipse/core/databinding/observable/set/package-tree.html: different reference/api/org/eclipse/core/databinding/observable/set/package-use.html: different reference/api/org/eclipse/core/databinding/observable/value/AbstractObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/AbstractVetoableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/ChangeVetoException.html: different reference/api/org/eclipse/core/databinding/observable/value/ComputedValue.html: different reference/api/org/eclipse/core/databinding/observable/value/DateAndTimeObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/DecoratingObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/DecoratingVetoableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/DuplexingObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/IObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/IValueChangeListener.html: different reference/api/org/eclipse/core/databinding/observable/value/IValueChangingListener.html: different reference/api/org/eclipse/core/databinding/observable/value/IVetoableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/LocalDateTimeObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/SelectObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/ValueChangeEvent.html: different reference/api/org/eclipse/core/databinding/observable/value/ValueChangingEvent.html: different reference/api/org/eclipse/core/databinding/observable/value/ValueDiff.html: different reference/api/org/eclipse/core/databinding/observable/value/WritableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/AbstractObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/AbstractVetoableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/ChangeVetoException.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/ComputedValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/DateAndTimeObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/DecoratingObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/DecoratingVetoableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/DuplexingObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/IObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/IValueChangeListener.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/IValueChangingListener.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/IVetoableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/LocalDateTimeObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/SelectObservableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/ValueChangeEvent.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/ValueChangingEvent.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/ValueDiff.html: different reference/api/org/eclipse/core/databinding/observable/value/class-use/WritableValue.html: different reference/api/org/eclipse/core/databinding/observable/value/package-summary.html: different reference/api/org/eclipse/core/databinding/observable/value/package-tree.html: different reference/api/org/eclipse/core/databinding/observable/value/package-use.html: different reference/api/org/eclipse/core/databinding/package-summary.html: different reference/api/org/eclipse/core/databinding/package-tree.html: different reference/api/org/eclipse/core/databinding/package-use.html: different reference/api/org/eclipse/core/databinding/property/INativePropertyListener.html: different reference/api/org/eclipse/core/databinding/property/IProperty.html: different reference/api/org/eclipse/core/databinding/property/IPropertyObservable.html: different reference/api/org/eclipse/core/databinding/property/ISimplePropertyListener.html: different reference/api/org/eclipse/core/databinding/property/NativePropertyListener.html: different reference/api/org/eclipse/core/databinding/property/Properties.html: different reference/api/org/eclipse/core/databinding/property/SimplePropertyEvent.html: different reference/api/org/eclipse/core/databinding/property/class-use/INativePropertyListener.html: different reference/api/org/eclipse/core/databinding/property/class-use/IProperty.html: different reference/api/org/eclipse/core/databinding/property/class-use/IPropertyObservable.html: different reference/api/org/eclipse/core/databinding/property/class-use/ISimplePropertyListener.html: different reference/api/org/eclipse/core/databinding/property/class-use/NativePropertyListener.html: different reference/api/org/eclipse/core/databinding/property/class-use/Properties.html: different reference/api/org/eclipse/core/databinding/property/class-use/SimplePropertyEvent.html: different reference/api/org/eclipse/core/databinding/property/list/DelegatingListProperty.html: different reference/api/org/eclipse/core/databinding/property/list/IListProperty.html: different reference/api/org/eclipse/core/databinding/property/list/ListProperty.html: different reference/api/org/eclipse/core/databinding/property/list/MultiListProperty.html: different reference/api/org/eclipse/core/databinding/property/list/SimpleListProperty.html: different reference/api/org/eclipse/core/databinding/property/list/class-use/DelegatingListProperty.html: different reference/api/org/eclipse/core/databinding/property/list/class-use/IListProperty.html: different reference/api/org/eclipse/core/databinding/property/list/class-use/ListProperty.html: different reference/api/org/eclipse/core/databinding/property/list/class-use/MultiListProperty.html: different reference/api/org/eclipse/core/databinding/property/list/class-use/SimpleListProperty.html: different reference/api/org/eclipse/core/databinding/property/list/package-summary.html: different reference/api/org/eclipse/core/databinding/property/list/package-tree.html: different reference/api/org/eclipse/core/databinding/property/list/package-use.html: different reference/api/org/eclipse/core/databinding/property/map/DelegatingMapProperty.html: different reference/api/org/eclipse/core/databinding/property/map/IMapProperty.html: different reference/api/org/eclipse/core/databinding/property/map/MapProperty.html: different reference/api/org/eclipse/core/databinding/property/map/SimpleMapProperty.html: different reference/api/org/eclipse/core/databinding/property/map/class-use/DelegatingMapProperty.html: different reference/api/org/eclipse/core/databinding/property/map/class-use/IMapProperty.html: different reference/api/org/eclipse/core/databinding/property/map/class-use/MapProperty.html: different reference/api/org/eclipse/core/databinding/property/map/class-use/SimpleMapProperty.html: different reference/api/org/eclipse/core/databinding/property/map/package-summary.html: different reference/api/org/eclipse/core/databinding/property/map/package-tree.html: different reference/api/org/eclipse/core/databinding/property/map/package-use.html: different reference/api/org/eclipse/core/databinding/property/package-summary.html: different reference/api/org/eclipse/core/databinding/property/package-tree.html: different reference/api/org/eclipse/core/databinding/property/package-use.html: different reference/api/org/eclipse/core/databinding/property/set/DelegatingSetProperty.html: different reference/api/org/eclipse/core/databinding/property/set/ISetProperty.html: different reference/api/org/eclipse/core/databinding/property/set/SetProperty.html: different reference/api/org/eclipse/core/databinding/property/set/SimpleSetProperty.html: different reference/api/org/eclipse/core/databinding/property/set/UnionSetProperty.html: different reference/api/org/eclipse/core/databinding/property/set/class-use/DelegatingSetProperty.html: different reference/api/org/eclipse/core/databinding/property/set/class-use/ISetProperty.html: different reference/api/org/eclipse/core/databinding/property/set/class-use/SetProperty.html: different reference/api/org/eclipse/core/databinding/property/set/class-use/SimpleSetProperty.html: different reference/api/org/eclipse/core/databinding/property/set/class-use/UnionSetProperty.html: different reference/api/org/eclipse/core/databinding/property/set/package-summary.html: different reference/api/org/eclipse/core/databinding/property/set/package-tree.html: different reference/api/org/eclipse/core/databinding/property/set/package-use.html: different reference/api/org/eclipse/core/databinding/property/value/DelegatingValueProperty.html: different reference/api/org/eclipse/core/databinding/property/value/IValueProperty.html: different reference/api/org/eclipse/core/databinding/property/value/SimpleValueProperty.html: different reference/api/org/eclipse/core/databinding/property/value/ValueProperty.html: different reference/api/org/eclipse/core/databinding/property/value/class-use/DelegatingValueProperty.html: different reference/api/org/eclipse/core/databinding/property/value/class-use/IValueProperty.html: different reference/api/org/eclipse/core/databinding/property/value/class-use/SimpleValueProperty.html: different reference/api/org/eclipse/core/databinding/property/value/class-use/ValueProperty.html: different reference/api/org/eclipse/core/databinding/property/value/package-summary.html: different reference/api/org/eclipse/core/databinding/property/value/package-tree.html: different reference/api/org/eclipse/core/databinding/property/value/package-use.html: different reference/api/org/eclipse/core/databinding/util/ILogger.html: different reference/api/org/eclipse/core/databinding/util/Policy.html: different reference/api/org/eclipse/core/databinding/util/class-use/ILogger.html: different reference/api/org/eclipse/core/databinding/util/class-use/Policy.html: different reference/api/org/eclipse/core/databinding/util/package-summary.html: different reference/api/org/eclipse/core/databinding/util/package-tree.html: different reference/api/org/eclipse/core/databinding/util/package-use.html: different reference/api/org/eclipse/core/databinding/validation/IValidator.html: different reference/api/org/eclipse/core/databinding/validation/MultiValidator.html: different reference/api/org/eclipse/core/databinding/validation/ValidationStatus.html: different reference/api/org/eclipse/core/databinding/validation/class-use/IValidator.html: different reference/api/org/eclipse/core/databinding/validation/class-use/MultiValidator.html: different reference/api/org/eclipse/core/databinding/validation/class-use/ValidationStatus.html: different reference/api/org/eclipse/core/databinding/validation/package-summary.html: different reference/api/org/eclipse/core/databinding/validation/package-tree.html: different reference/api/org/eclipse/core/databinding/validation/package-use.html: different reference/api/org/eclipse/core/expressions/AndExpression.html: different reference/api/org/eclipse/core/expressions/CompositeExpression.html: different reference/api/org/eclipse/core/expressions/CountExpression.html: different reference/api/org/eclipse/core/expressions/ElementHandler.html: different reference/api/org/eclipse/core/expressions/EqualsExpression.html: different reference/api/org/eclipse/core/expressions/EvaluationContext.html: different reference/api/org/eclipse/core/expressions/EvaluationResult.html: different reference/api/org/eclipse/core/expressions/Expression.html: different reference/api/org/eclipse/core/expressions/ExpressionConverter.html: different reference/api/org/eclipse/core/expressions/ExpressionInfo.html: different reference/api/org/eclipse/core/expressions/ExpressionTagNames.html: different reference/api/org/eclipse/core/expressions/ICountable.html: different reference/api/org/eclipse/core/expressions/IEvaluationContext.html: different reference/api/org/eclipse/core/expressions/IIterable.html: different reference/api/org/eclipse/core/expressions/IPropertyTester.html: different reference/api/org/eclipse/core/expressions/IVariableResolver.html: different reference/api/org/eclipse/core/expressions/OrExpression.html: different reference/api/org/eclipse/core/expressions/PropertyTester.html: different reference/api/org/eclipse/core/expressions/ReferenceExpression.html: different reference/api/org/eclipse/core/expressions/TestExpression.html: different reference/api/org/eclipse/core/expressions/WithExpression.html: different reference/api/org/eclipse/core/expressions/class-use/AndExpression.html: different reference/api/org/eclipse/core/expressions/class-use/CompositeExpression.html: different reference/api/org/eclipse/core/expressions/class-use/CountExpression.html: different reference/api/org/eclipse/core/expressions/class-use/ElementHandler.html: different reference/api/org/eclipse/core/expressions/class-use/EqualsExpression.html: different reference/api/org/eclipse/core/expressions/class-use/EvaluationContext.html: different reference/api/org/eclipse/core/expressions/class-use/EvaluationResult.html: different reference/api/org/eclipse/core/expressions/class-use/Expression.html: different reference/api/org/eclipse/core/expressions/class-use/ExpressionConverter.html: different reference/api/org/eclipse/core/expressions/class-use/ExpressionInfo.html: different reference/api/org/eclipse/core/expressions/class-use/ExpressionTagNames.html: different reference/api/org/eclipse/core/expressions/class-use/ICountable.html: different reference/api/org/eclipse/core/expressions/class-use/IEvaluationContext.html: different reference/api/org/eclipse/core/expressions/class-use/IIterable.html: different reference/api/org/eclipse/core/expressions/class-use/IPropertyTester.html: different reference/api/org/eclipse/core/expressions/class-use/IVariableResolver.html: different reference/api/org/eclipse/core/expressions/class-use/OrExpression.html: different reference/api/org/eclipse/core/expressions/class-use/PropertyTester.html: different reference/api/org/eclipse/core/expressions/class-use/ReferenceExpression.html: different reference/api/org/eclipse/core/expressions/class-use/TestExpression.html: different reference/api/org/eclipse/core/expressions/class-use/WithExpression.html: different reference/api/org/eclipse/core/expressions/package-summary.html: different reference/api/org/eclipse/core/expressions/package-tree.html: different reference/api/org/eclipse/core/expressions/package-use.html: different reference/api/org/eclipse/core/filebuffers/FileBuffers.html: different reference/api/org/eclipse/core/filebuffers/IAnnotationModelFactory.html: different reference/api/org/eclipse/core/filebuffers/IDocumentFactory.html: different reference/api/org/eclipse/core/filebuffers/IDocumentSetupParticipant.html: different reference/api/org/eclipse/core/filebuffers/IDocumentSetupParticipantExtension.html: different reference/api/org/eclipse/core/filebuffers/IFileBuffer.html: different reference/api/org/eclipse/core/filebuffers/IFileBufferListener.html: different reference/api/org/eclipse/core/filebuffers/IFileBufferManager.html: different reference/api/org/eclipse/core/filebuffers/IFileBufferStatusCodes.html: different reference/api/org/eclipse/core/filebuffers/IPersistableAnnotationModel.html: different reference/api/org/eclipse/core/filebuffers/IStateValidationSupport.html: different reference/api/org/eclipse/core/filebuffers/ISynchronizationContext.html: different reference/api/org/eclipse/core/filebuffers/ITextFileBuffer.html: different reference/api/org/eclipse/core/filebuffers/ITextFileBufferManager.html: different reference/api/org/eclipse/core/filebuffers/LocationKind.html: different reference/api/org/eclipse/core/filebuffers/class-use/FileBuffers.html: different reference/api/org/eclipse/core/filebuffers/class-use/IAnnotationModelFactory.html: different reference/api/org/eclipse/core/filebuffers/class-use/IDocumentFactory.html: different reference/api/org/eclipse/core/filebuffers/class-use/IDocumentSetupParticipant.html: different reference/api/org/eclipse/core/filebuffers/class-use/IDocumentSetupParticipantExtension.html: different reference/api/org/eclipse/core/filebuffers/class-use/IFileBuffer.html: different reference/api/org/eclipse/core/filebuffers/class-use/IFileBufferListener.html: different reference/api/org/eclipse/core/filebuffers/class-use/IFileBufferManager.html: different reference/api/org/eclipse/core/filebuffers/class-use/IFileBufferStatusCodes.html: different reference/api/org/eclipse/core/filebuffers/class-use/IPersistableAnnotationModel.html: different reference/api/org/eclipse/core/filebuffers/class-use/IStateValidationSupport.html: different reference/api/org/eclipse/core/filebuffers/class-use/ISynchronizationContext.html: different reference/api/org/eclipse/core/filebuffers/class-use/ITextFileBuffer.html: different reference/api/org/eclipse/core/filebuffers/class-use/ITextFileBufferManager.html: different reference/api/org/eclipse/core/filebuffers/class-use/LocationKind.html: different reference/api/org/eclipse/core/filebuffers/manipulation/ContainerCreator.html: different reference/api/org/eclipse/core/filebuffers/manipulation/ConvertLineDelimitersOperation.html: different reference/api/org/eclipse/core/filebuffers/manipulation/FileBufferOperationRunner.html: different reference/api/org/eclipse/core/filebuffers/manipulation/GenericFileBufferOperationRunner.html: different reference/api/org/eclipse/core/filebuffers/manipulation/IFileBufferOperation.html: different reference/api/org/eclipse/core/filebuffers/manipulation/MultiTextEditWithProgress.html: different reference/api/org/eclipse/core/filebuffers/manipulation/RemoveTrailingWhitespaceOperation.html: different reference/api/org/eclipse/core/filebuffers/manipulation/TextFileBufferOperation.html: different reference/api/org/eclipse/core/filebuffers/manipulation/class-use/ContainerCreator.html: different reference/api/org/eclipse/core/filebuffers/manipulation/class-use/ConvertLineDelimitersOperation.html: different reference/api/org/eclipse/core/filebuffers/manipulation/class-use/FileBufferOperationRunner.html: different reference/api/org/eclipse/core/filebuffers/manipulation/class-use/GenericFileBufferOperationRunner.html: different reference/api/org/eclipse/core/filebuffers/manipulation/class-use/IFileBufferOperation.html: different reference/api/org/eclipse/core/filebuffers/manipulation/class-use/MultiTextEditWithProgress.html: different reference/api/org/eclipse/core/filebuffers/manipulation/class-use/RemoveTrailingWhitespaceOperation.html: different reference/api/org/eclipse/core/filebuffers/manipulation/class-use/TextFileBufferOperation.html: different reference/api/org/eclipse/core/filebuffers/manipulation/package-summary.html: different reference/api/org/eclipse/core/filebuffers/manipulation/package-tree.html: different reference/api/org/eclipse/core/filebuffers/manipulation/package-use.html: different reference/api/org/eclipse/core/filebuffers/package-summary.html: different reference/api/org/eclipse/core/filebuffers/package-tree.html: different reference/api/org/eclipse/core/filebuffers/package-use.html: different reference/api/org/eclipse/core/filesystem/EFS.html: different reference/api/org/eclipse/core/filesystem/IFileInfo.html: different reference/api/org/eclipse/core/filesystem/IFileStore.html: different reference/api/org/eclipse/core/filesystem/IFileSystem.html: different reference/api/org/eclipse/core/filesystem/IFileTree.html: different reference/api/org/eclipse/core/filesystem/URIUtil.html: different reference/api/org/eclipse/core/filesystem/class-use/EFS.html: different reference/api/org/eclipse/core/filesystem/class-use/IFileInfo.html: different reference/api/org/eclipse/core/filesystem/class-use/IFileStore.html: different reference/api/org/eclipse/core/filesystem/class-use/IFileSystem.html: different reference/api/org/eclipse/core/filesystem/class-use/IFileTree.html: different reference/api/org/eclipse/core/filesystem/class-use/URIUtil.html: different reference/api/org/eclipse/core/filesystem/package-summary.html: different reference/api/org/eclipse/core/filesystem/package-tree.html: different reference/api/org/eclipse/core/filesystem/package-use.html: different reference/api/org/eclipse/core/filesystem/provider/FileInfo.html: different reference/api/org/eclipse/core/filesystem/provider/FileStore.html: different reference/api/org/eclipse/core/filesystem/provider/FileSystem.html: different reference/api/org/eclipse/core/filesystem/provider/FileTree.html: different reference/api/org/eclipse/core/filesystem/provider/class-use/FileInfo.html: different reference/api/org/eclipse/core/filesystem/provider/class-use/FileStore.html: different reference/api/org/eclipse/core/filesystem/provider/class-use/FileSystem.html: different reference/api/org/eclipse/core/filesystem/provider/class-use/FileTree.html: different reference/api/org/eclipse/core/filesystem/provider/package-summary.html: different reference/api/org/eclipse/core/filesystem/provider/package-tree.html: different reference/api/org/eclipse/core/filesystem/provider/package-use.html: different reference/api/org/eclipse/core/net/proxy/IProxyChangeEvent.html: different reference/api/org/eclipse/core/net/proxy/IProxyChangeListener.html: different reference/api/org/eclipse/core/net/proxy/IProxyData.html: different reference/api/org/eclipse/core/net/proxy/IProxyService.html: different reference/api/org/eclipse/core/net/proxy/class-use/IProxyChangeEvent.html: different reference/api/org/eclipse/core/net/proxy/class-use/IProxyChangeListener.html: different reference/api/org/eclipse/core/net/proxy/class-use/IProxyData.html: different reference/api/org/eclipse/core/net/proxy/class-use/IProxyService.html: different reference/api/org/eclipse/core/net/proxy/package-summary.html: different reference/api/org/eclipse/core/net/proxy/package-tree.html: different reference/api/org/eclipse/core/net/proxy/package-use.html: different reference/api/org/eclipse/core/resources/FileInfoMatcherDescription.html: different reference/api/org/eclipse/core/resources/IBuildConfiguration.html: different reference/api/org/eclipse/core/resources/IBuildContext.html: different reference/api/org/eclipse/core/resources/ICommand.html: different reference/api/org/eclipse/core/resources/IContainer.html: different reference/api/org/eclipse/core/resources/IDynamicReferenceProvider.html: different reference/api/org/eclipse/core/resources/IEncodedStorage.html: different reference/api/org/eclipse/core/resources/IFile.html: different reference/api/org/eclipse/core/resources/IFileModificationValidator.html: different reference/api/org/eclipse/core/resources/IFileState.html: different reference/api/org/eclipse/core/resources/IFilterMatcherDescriptor.html: different reference/api/org/eclipse/core/resources/IFolder.html: different reference/api/org/eclipse/core/resources/IIncrementalProjectBuilder2.html: different reference/api/org/eclipse/core/resources/IMarker.html: different reference/api/org/eclipse/core/resources/IMarkerDelta.html: different reference/api/org/eclipse/core/resources/IPathVariableChangeEvent.html: different reference/api/org/eclipse/core/resources/IPathVariableChangeListener.html: different reference/api/org/eclipse/core/resources/IPathVariableManager.html: different reference/api/org/eclipse/core/resources/IProject.html: different reference/api/org/eclipse/core/resources/IProjectDescription.html: different reference/api/org/eclipse/core/resources/IProjectNature.html: different reference/api/org/eclipse/core/resources/IProjectNatureDescriptor.html: different reference/api/org/eclipse/core/resources/IResource.html: different reference/api/org/eclipse/core/resources/IResourceChangeEvent.html: different reference/api/org/eclipse/core/resources/IResourceChangeListener.html: different reference/api/org/eclipse/core/resources/IResourceDelta.html: different reference/api/org/eclipse/core/resources/IResourceDeltaVisitor.html: different reference/api/org/eclipse/core/resources/IResourceFilterDescription.html: different reference/api/org/eclipse/core/resources/IResourceProxy.html: different reference/api/org/eclipse/core/resources/IResourceProxyVisitor.html: different reference/api/org/eclipse/core/resources/IResourceRuleFactory.html: different reference/api/org/eclipse/core/resources/IResourceStatus.html: different reference/api/org/eclipse/core/resources/IResourceVisitor.html: different reference/api/org/eclipse/core/resources/ISaveContext.html: different reference/api/org/eclipse/core/resources/ISaveParticipant.html: different reference/api/org/eclipse/core/resources/ISavedState.html: different reference/api/org/eclipse/core/resources/IStorage.html: different reference/api/org/eclipse/core/resources/ISynchronizer.html: different reference/api/org/eclipse/core/resources/IWorkspace.ProjectOrder.html: different reference/api/org/eclipse/core/resources/IWorkspace.html: different reference/api/org/eclipse/core/resources/IWorkspaceDescription.html: different reference/api/org/eclipse/core/resources/IWorkspaceRoot.html: different reference/api/org/eclipse/core/resources/IWorkspaceRunnable.html: different reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html: different reference/api/org/eclipse/core/resources/ProjectScope.html: different reference/api/org/eclipse/core/resources/ResourceAttributes.html: different reference/api/org/eclipse/core/resources/ResourcesPlugin.html: different reference/api/org/eclipse/core/resources/WorkspaceJob.html: different reference/api/org/eclipse/core/resources/class-use/FileInfoMatcherDescription.html: different reference/api/org/eclipse/core/resources/class-use/IBuildConfiguration.html: different reference/api/org/eclipse/core/resources/class-use/IBuildContext.html: different reference/api/org/eclipse/core/resources/class-use/ICommand.html: different reference/api/org/eclipse/core/resources/class-use/IContainer.html: different reference/api/org/eclipse/core/resources/class-use/IDynamicReferenceProvider.html: different reference/api/org/eclipse/core/resources/class-use/IEncodedStorage.html: different reference/api/org/eclipse/core/resources/class-use/IFile.html: different reference/api/org/eclipse/core/resources/class-use/IFileModificationValidator.html: different reference/api/org/eclipse/core/resources/class-use/IFileState.html: different reference/api/org/eclipse/core/resources/class-use/IFilterMatcherDescriptor.html: different reference/api/org/eclipse/core/resources/class-use/IFolder.html: different reference/api/org/eclipse/core/resources/class-use/IIncrementalProjectBuilder2.html: different reference/api/org/eclipse/core/resources/class-use/IMarker.html: different reference/api/org/eclipse/core/resources/class-use/IMarkerDelta.html: different reference/api/org/eclipse/core/resources/class-use/IPathVariableChangeEvent.html: different reference/api/org/eclipse/core/resources/class-use/IPathVariableChangeListener.html: different reference/api/org/eclipse/core/resources/class-use/IPathVariableManager.html: different reference/api/org/eclipse/core/resources/class-use/IProject.html: different reference/api/org/eclipse/core/resources/class-use/IProjectDescription.html: different reference/api/org/eclipse/core/resources/class-use/IProjectNature.html: different reference/api/org/eclipse/core/resources/class-use/IProjectNatureDescriptor.html: different reference/api/org/eclipse/core/resources/class-use/IResource.html: different reference/api/org/eclipse/core/resources/class-use/IResourceChangeEvent.html: different reference/api/org/eclipse/core/resources/class-use/IResourceChangeListener.html: different reference/api/org/eclipse/core/resources/class-use/IResourceDelta.html: different reference/api/org/eclipse/core/resources/class-use/IResourceDeltaVisitor.html: different reference/api/org/eclipse/core/resources/class-use/IResourceFilterDescription.html: different reference/api/org/eclipse/core/resources/class-use/IResourceProxy.html: different reference/api/org/eclipse/core/resources/class-use/IResourceProxyVisitor.html: different reference/api/org/eclipse/core/resources/class-use/IResourceRuleFactory.html: different reference/api/org/eclipse/core/resources/class-use/IResourceStatus.html: different reference/api/org/eclipse/core/resources/class-use/IResourceVisitor.html: different reference/api/org/eclipse/core/resources/class-use/ISaveContext.html: different reference/api/org/eclipse/core/resources/class-use/ISaveParticipant.html: different reference/api/org/eclipse/core/resources/class-use/ISavedState.html: different reference/api/org/eclipse/core/resources/class-use/IStorage.html: different reference/api/org/eclipse/core/resources/class-use/ISynchronizer.html: different reference/api/org/eclipse/core/resources/class-use/IWorkspace.ProjectOrder.html: different reference/api/org/eclipse/core/resources/class-use/IWorkspace.html: different reference/api/org/eclipse/core/resources/class-use/IWorkspaceDescription.html: different reference/api/org/eclipse/core/resources/class-use/IWorkspaceRoot.html: different reference/api/org/eclipse/core/resources/class-use/IWorkspaceRunnable.html: different reference/api/org/eclipse/core/resources/class-use/IncrementalProjectBuilder.html: different reference/api/org/eclipse/core/resources/class-use/ProjectScope.html: different reference/api/org/eclipse/core/resources/class-use/ResourceAttributes.html: different reference/api/org/eclipse/core/resources/class-use/ResourcesPlugin.html: different reference/api/org/eclipse/core/resources/class-use/WorkspaceJob.html: different reference/api/org/eclipse/core/resources/filtermatchers/AbstractFileInfoMatcher.html: different reference/api/org/eclipse/core/resources/filtermatchers/CompoundFileInfoMatcher.html: different reference/api/org/eclipse/core/resources/filtermatchers/class-use/AbstractFileInfoMatcher.html: different reference/api/org/eclipse/core/resources/filtermatchers/class-use/CompoundFileInfoMatcher.html: different reference/api/org/eclipse/core/resources/filtermatchers/package-summary.html: different reference/api/org/eclipse/core/resources/filtermatchers/package-tree.html: different reference/api/org/eclipse/core/resources/filtermatchers/package-use.html: different reference/api/org/eclipse/core/resources/mapping/CompositeResourceMapping.html: different reference/api/org/eclipse/core/resources/mapping/IModelProviderDescriptor.html: different reference/api/org/eclipse/core/resources/mapping/IResourceChangeDescriptionFactory.html: different reference/api/org/eclipse/core/resources/mapping/ModelProvider.html: different reference/api/org/eclipse/core/resources/mapping/ModelStatus.html: different reference/api/org/eclipse/core/resources/mapping/RemoteResourceMappingContext.html: different reference/api/org/eclipse/core/resources/mapping/ResourceChangeValidator.html: different reference/api/org/eclipse/core/resources/mapping/ResourceMapping.html: different reference/api/org/eclipse/core/resources/mapping/ResourceMappingContext.html: different reference/api/org/eclipse/core/resources/mapping/ResourceTraversal.html: different reference/api/org/eclipse/core/resources/mapping/class-use/CompositeResourceMapping.html: different reference/api/org/eclipse/core/resources/mapping/class-use/IModelProviderDescriptor.html: different reference/api/org/eclipse/core/resources/mapping/class-use/IResourceChangeDescriptionFactory.html: different reference/api/org/eclipse/core/resources/mapping/class-use/ModelProvider.html: different reference/api/org/eclipse/core/resources/mapping/class-use/ModelStatus.html: different reference/api/org/eclipse/core/resources/mapping/class-use/RemoteResourceMappingContext.html: different reference/api/org/eclipse/core/resources/mapping/class-use/ResourceChangeValidator.html: different reference/api/org/eclipse/core/resources/mapping/class-use/ResourceMapping.html: different reference/api/org/eclipse/core/resources/mapping/class-use/ResourceMappingContext.html: different reference/api/org/eclipse/core/resources/mapping/class-use/ResourceTraversal.html: different reference/api/org/eclipse/core/resources/mapping/package-summary.html: different reference/api/org/eclipse/core/resources/mapping/package-tree.html: different reference/api/org/eclipse/core/resources/mapping/package-use.html: different reference/api/org/eclipse/core/resources/package-summary.html: different reference/api/org/eclipse/core/resources/package-tree.html: different reference/api/org/eclipse/core/resources/package-use.html: different reference/api/org/eclipse/core/resources/refresh/IRefreshMonitor.html: different reference/api/org/eclipse/core/resources/refresh/IRefreshResult.html: different reference/api/org/eclipse/core/resources/refresh/RefreshProvider.html: different reference/api/org/eclipse/core/resources/refresh/class-use/IRefreshMonitor.html: different reference/api/org/eclipse/core/resources/refresh/class-use/IRefreshResult.html: different reference/api/org/eclipse/core/resources/refresh/class-use/RefreshProvider.html: different reference/api/org/eclipse/core/resources/refresh/package-summary.html: different reference/api/org/eclipse/core/resources/refresh/package-tree.html: different reference/api/org/eclipse/core/resources/refresh/package-use.html: different reference/api/org/eclipse/core/resources/team/FileModificationValidationContext.html: different reference/api/org/eclipse/core/resources/team/FileModificationValidator.html: different reference/api/org/eclipse/core/resources/team/IMoveDeleteHook.html: different reference/api/org/eclipse/core/resources/team/IResourceTree.html: different reference/api/org/eclipse/core/resources/team/ResourceRuleFactory.html: different reference/api/org/eclipse/core/resources/team/TeamHook.html: different reference/api/org/eclipse/core/resources/team/class-use/FileModificationValidationContext.html: different reference/api/org/eclipse/core/resources/team/class-use/FileModificationValidator.html: different reference/api/org/eclipse/core/resources/team/class-use/IMoveDeleteHook.html: different reference/api/org/eclipse/core/resources/team/class-use/IResourceTree.html: different reference/api/org/eclipse/core/resources/team/class-use/ResourceRuleFactory.html: different reference/api/org/eclipse/core/resources/team/class-use/TeamHook.html: different reference/api/org/eclipse/core/resources/team/package-summary.html: different reference/api/org/eclipse/core/resources/team/package-tree.html: different reference/api/org/eclipse/core/resources/team/package-use.html: different reference/api/org/eclipse/core/resources/variableresolvers/PathVariableResolver.html: different reference/api/org/eclipse/core/resources/variableresolvers/class-use/PathVariableResolver.html: different reference/api/org/eclipse/core/resources/variableresolvers/package-summary.html: different reference/api/org/eclipse/core/resources/variableresolvers/package-tree.html: different reference/api/org/eclipse/core/resources/variableresolvers/package-use.html: different reference/api/org/eclipse/core/runtime/Adapters.html: different reference/api/org/eclipse/core/runtime/Assert.html: different reference/api/org/eclipse/core/runtime/AssertionFailedException.html: different reference/api/org/eclipse/core/runtime/ContributorFactoryOSGi.html: different reference/api/org/eclipse/core/runtime/ContributorFactorySimple.html: different reference/api/org/eclipse/core/runtime/CoreException.html: different reference/api/org/eclipse/core/runtime/FileLocator.html: different reference/api/org/eclipse/core/runtime/IAdaptable.html: different reference/api/org/eclipse/core/runtime/IAdapterFactory.html: different reference/api/org/eclipse/core/runtime/IAdapterManager.html: different reference/api/org/eclipse/core/runtime/IBundleGroup.html: different reference/api/org/eclipse/core/runtime/IBundleGroupProvider.html: different reference/api/org/eclipse/core/runtime/IConfigurationElement.html: different reference/api/org/eclipse/core/runtime/IContributor.html: different reference/api/org/eclipse/core/runtime/ICoreRunnable.html: different reference/api/org/eclipse/core/runtime/IExecutableExtension.html: different reference/api/org/eclipse/core/runtime/IExecutableExtensionFactory.html: different reference/api/org/eclipse/core/runtime/IExtension.html: different reference/api/org/eclipse/core/runtime/IExtensionDelta.html: different reference/api/org/eclipse/core/runtime/IExtensionPoint.html: different reference/api/org/eclipse/core/runtime/IExtensionRegistry.html: different reference/api/org/eclipse/core/runtime/ILog.html: different reference/api/org/eclipse/core/runtime/ILogListener.html: different reference/api/org/eclipse/core/runtime/IPath.html: different reference/api/org/eclipse/core/runtime/IProduct.html: different reference/api/org/eclipse/core/runtime/IProductProvider.html: different reference/api/org/eclipse/core/runtime/IProgressMonitor.html: different reference/api/org/eclipse/core/runtime/IProgressMonitorWithBlocking.html: different reference/api/org/eclipse/core/runtime/IRegistryChangeEvent.html: different reference/api/org/eclipse/core/runtime/IRegistryChangeListener.html: different reference/api/org/eclipse/core/runtime/IRegistryEventListener.html: different reference/api/org/eclipse/core/runtime/ISafeRunnable.html: different reference/api/org/eclipse/core/runtime/ISafeRunnableWithResult.html: different reference/api/org/eclipse/core/runtime/IStatus.html: different reference/api/org/eclipse/core/runtime/InvalidRegistryObjectException.html: different reference/api/org/eclipse/core/runtime/ListenerList.html: different reference/api/org/eclipse/core/runtime/MultiStatus.html: different reference/api/org/eclipse/core/runtime/NullProgressMonitor.html: different reference/api/org/eclipse/core/runtime/OperationCanceledException.html: different reference/api/org/eclipse/core/runtime/Path.html: different reference/api/org/eclipse/core/runtime/PerformanceStats.PerformanceListener.html: different reference/api/org/eclipse/core/runtime/PerformanceStats.html: different reference/api/org/eclipse/core/runtime/Platform.html: different reference/api/org/eclipse/core/runtime/PlatformObject.html: different reference/api/org/eclipse/core/runtime/Plugin.html: different reference/api/org/eclipse/core/runtime/PluginVersionIdentifier.html: different reference/api/org/eclipse/core/runtime/Preferences.IPropertyChangeListener.html: different reference/api/org/eclipse/core/runtime/Preferences.PropertyChangeEvent.html: different reference/api/org/eclipse/core/runtime/Preferences.html: different reference/api/org/eclipse/core/runtime/ProgressMonitorWrapper.html: different reference/api/org/eclipse/core/runtime/QualifiedName.html: different reference/api/org/eclipse/core/runtime/RegistryFactory.html: different reference/api/org/eclipse/core/runtime/SafeRunner.html: different reference/api/org/eclipse/core/runtime/ServiceCaller.html: different reference/api/org/eclipse/core/runtime/SlicedProgressMonitor.html: different reference/api/org/eclipse/core/runtime/Status.html: different reference/api/org/eclipse/core/runtime/SubMonitor.html: different reference/api/org/eclipse/core/runtime/SubProgressMonitor.html: different reference/api/org/eclipse/core/runtime/URIUtil.html: different reference/api/org/eclipse/core/runtime/adaptor/EclipseStarter.html: different reference/api/org/eclipse/core/runtime/adaptor/class-use/EclipseStarter.html: different reference/api/org/eclipse/core/runtime/adaptor/package-summary.html: different reference/api/org/eclipse/core/runtime/adaptor/package-tree.html: different reference/api/org/eclipse/core/runtime/adaptor/package-use.html: different reference/api/org/eclipse/core/runtime/class-use/Adapters.html: different reference/api/org/eclipse/core/runtime/class-use/Assert.html: different reference/api/org/eclipse/core/runtime/class-use/AssertionFailedException.html: different reference/api/org/eclipse/core/runtime/class-use/ContributorFactoryOSGi.html: different reference/api/org/eclipse/core/runtime/class-use/ContributorFactorySimple.html: different reference/api/org/eclipse/core/runtime/class-use/CoreException.html: different reference/api/org/eclipse/core/runtime/class-use/FileLocator.html: different reference/api/org/eclipse/core/runtime/class-use/IAdaptable.html: different reference/api/org/eclipse/core/runtime/class-use/IAdapterFactory.html: different reference/api/org/eclipse/core/runtime/class-use/IAdapterManager.html: different reference/api/org/eclipse/core/runtime/class-use/IBundleGroup.html: different reference/api/org/eclipse/core/runtime/class-use/IBundleGroupProvider.html: different reference/api/org/eclipse/core/runtime/class-use/IConfigurationElement.html: different reference/api/org/eclipse/core/runtime/class-use/IContributor.html: different reference/api/org/eclipse/core/runtime/class-use/ICoreRunnable.html: different reference/api/org/eclipse/core/runtime/class-use/IExecutableExtension.html: different reference/api/org/eclipse/core/runtime/class-use/IExecutableExtensionFactory.html: different reference/api/org/eclipse/core/runtime/class-use/IExtension.html: different reference/api/org/eclipse/core/runtime/class-use/IExtensionDelta.html: different reference/api/org/eclipse/core/runtime/class-use/IExtensionPoint.html: different reference/api/org/eclipse/core/runtime/class-use/IExtensionRegistry.html: different reference/api/org/eclipse/core/runtime/class-use/ILog.html: different reference/api/org/eclipse/core/runtime/class-use/ILogListener.html: different reference/api/org/eclipse/core/runtime/class-use/IPath.html: different reference/api/org/eclipse/core/runtime/class-use/IProduct.html: different reference/api/org/eclipse/core/runtime/class-use/IProductProvider.html: different reference/api/org/eclipse/core/runtime/class-use/IProgressMonitor.html: different reference/api/org/eclipse/core/runtime/class-use/IProgressMonitorWithBlocking.html: different reference/api/org/eclipse/core/runtime/class-use/IRegistryChangeEvent.html: different reference/api/org/eclipse/core/runtime/class-use/IRegistryChangeListener.html: different reference/api/org/eclipse/core/runtime/class-use/IRegistryEventListener.html: different reference/api/org/eclipse/core/runtime/class-use/ISafeRunnable.html: different reference/api/org/eclipse/core/runtime/class-use/ISafeRunnableWithResult.html: different reference/api/org/eclipse/core/runtime/class-use/IStatus.html: different reference/api/org/eclipse/core/runtime/class-use/InvalidRegistryObjectException.html: different reference/api/org/eclipse/core/runtime/class-use/ListenerList.html: different reference/api/org/eclipse/core/runtime/class-use/MultiStatus.html: different reference/api/org/eclipse/core/runtime/class-use/NullProgressMonitor.html: different reference/api/org/eclipse/core/runtime/class-use/OperationCanceledException.html: different reference/api/org/eclipse/core/runtime/class-use/Path.html: different reference/api/org/eclipse/core/runtime/class-use/PerformanceStats.PerformanceListener.html: different reference/api/org/eclipse/core/runtime/class-use/PerformanceStats.html: different reference/api/org/eclipse/core/runtime/class-use/Platform.html: different reference/api/org/eclipse/core/runtime/class-use/PlatformObject.html: different reference/api/org/eclipse/core/runtime/class-use/Plugin.html: different reference/api/org/eclipse/core/runtime/class-use/PluginVersionIdentifier.html: different reference/api/org/eclipse/core/runtime/class-use/Preferences.IPropertyChangeListener.html: different reference/api/org/eclipse/core/runtime/class-use/Preferences.PropertyChangeEvent.html: different reference/api/org/eclipse/core/runtime/class-use/Preferences.html: different reference/api/org/eclipse/core/runtime/class-use/ProgressMonitorWrapper.html: different reference/api/org/eclipse/core/runtime/class-use/QualifiedName.html: different reference/api/org/eclipse/core/runtime/class-use/RegistryFactory.html: different reference/api/org/eclipse/core/runtime/class-use/SafeRunner.html: different reference/api/org/eclipse/core/runtime/class-use/ServiceCaller.html: different reference/api/org/eclipse/core/runtime/class-use/SlicedProgressMonitor.html: different reference/api/org/eclipse/core/runtime/class-use/Status.html: different reference/api/org/eclipse/core/runtime/class-use/SubMonitor.html: different reference/api/org/eclipse/core/runtime/class-use/SubProgressMonitor.html: different reference/api/org/eclipse/core/runtime/class-use/URIUtil.html: different reference/api/org/eclipse/core/runtime/content/BinarySignatureDescriber.html: different reference/api/org/eclipse/core/runtime/content/IContentDescriber.html: different reference/api/org/eclipse/core/runtime/content/IContentDescription.html: different reference/api/org/eclipse/core/runtime/content/IContentType.html: different reference/api/org/eclipse/core/runtime/content/IContentTypeManager.ContentTypeChangeEvent.html: different reference/api/org/eclipse/core/runtime/content/IContentTypeManager.IContentTypeChangeListener.html: different reference/api/org/eclipse/core/runtime/content/IContentTypeManager.ISelectionPolicy.html: different reference/api/org/eclipse/core/runtime/content/IContentTypeManager.html: different reference/api/org/eclipse/core/runtime/content/IContentTypeMatcher.html: different reference/api/org/eclipse/core/runtime/content/IContentTypeSettings.html: different reference/api/org/eclipse/core/runtime/content/ITextContentDescriber.html: different reference/api/org/eclipse/core/runtime/content/XMLContentDescriber.html: different reference/api/org/eclipse/core/runtime/content/XMLRootElementContentDescriber.html: different reference/api/org/eclipse/core/runtime/content/XMLRootElementContentDescriber2.html: different reference/api/org/eclipse/core/runtime/content/class-use/BinarySignatureDescriber.html: different reference/api/org/eclipse/core/runtime/content/class-use/IContentDescriber.html: different reference/api/org/eclipse/core/runtime/content/class-use/IContentDescription.html: different reference/api/org/eclipse/core/runtime/content/class-use/IContentType.html: different reference/api/org/eclipse/core/runtime/content/class-use/IContentTypeManager.ContentTypeChangeEvent.html: different reference/api/org/eclipse/core/runtime/content/class-use/IContentTypeManager.IContentTypeChangeListener.html: different reference/api/org/eclipse/core/runtime/content/class-use/IContentTypeManager.ISelectionPolicy.html: different reference/api/org/eclipse/core/runtime/content/class-use/IContentTypeManager.html: different reference/api/org/eclipse/core/runtime/content/class-use/IContentTypeMatcher.html: different reference/api/org/eclipse/core/runtime/content/class-use/IContentTypeSettings.html: different reference/api/org/eclipse/core/runtime/content/class-use/ITextContentDescriber.html: different reference/api/org/eclipse/core/runtime/content/class-use/XMLContentDescriber.html: different reference/api/org/eclipse/core/runtime/content/class-use/XMLRootElementContentDescriber.html: different reference/api/org/eclipse/core/runtime/content/class-use/XMLRootElementContentDescriber2.html: different reference/api/org/eclipse/core/runtime/content/package-summary.html: different reference/api/org/eclipse/core/runtime/content/package-tree.html: different reference/api/org/eclipse/core/runtime/content/package-use.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/ExtensionTracker.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/IExtensionChangeHandler.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/IExtensionTracker.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/IFilter.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/class-use/ExtensionTracker.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/class-use/IExtensionChangeHandler.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/class-use/IExtensionTracker.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/class-use/IFilter.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/package-summary.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/package-tree.html: different reference/api/org/eclipse/core/runtime/dynamichelpers/package-use.html: different reference/api/org/eclipse/core/runtime/jobs/IJobChangeEvent.html: different reference/api/org/eclipse/core/runtime/jobs/IJobChangeListener.html: different reference/api/org/eclipse/core/runtime/jobs/IJobFunction.html: different reference/api/org/eclipse/core/runtime/jobs/IJobManager.html: different reference/api/org/eclipse/core/runtime/jobs/IJobStatus.html: different reference/api/org/eclipse/core/runtime/jobs/ILock.html: different reference/api/org/eclipse/core/runtime/jobs/ISchedulableOperation.html: different reference/api/org/eclipse/core/runtime/jobs/ISchedulingRule.html: different reference/api/org/eclipse/core/runtime/jobs/Job.html: different reference/api/org/eclipse/core/runtime/jobs/JobChangeAdapter.html: different reference/api/org/eclipse/core/runtime/jobs/JobGroup.html: different reference/api/org/eclipse/core/runtime/jobs/LockListener.html: different reference/api/org/eclipse/core/runtime/jobs/MultiRule.html: different reference/api/org/eclipse/core/runtime/jobs/ProgressProvider.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/IJobChangeEvent.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/IJobChangeListener.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/IJobFunction.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/IJobManager.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/IJobStatus.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/ILock.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/ISchedulableOperation.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/ISchedulingRule.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/Job.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/JobChangeAdapter.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/JobGroup.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/LockListener.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/MultiRule.html: different reference/api/org/eclipse/core/runtime/jobs/class-use/ProgressProvider.html: different reference/api/org/eclipse/core/runtime/jobs/package-summary.html: different reference/api/org/eclipse/core/runtime/jobs/package-tree.html: different reference/api/org/eclipse/core/runtime/jobs/package-use.html: different reference/api/org/eclipse/core/runtime/package-summary.html: different reference/api/org/eclipse/core/runtime/package-tree.html: different reference/api/org/eclipse/core/runtime/package-use.html: different reference/api/org/eclipse/core/runtime/preferences/AbstractPreferenceInitializer.html: different reference/api/org/eclipse/core/runtime/preferences/AbstractPreferenceStorage.html: different reference/api/org/eclipse/core/runtime/preferences/BundleDefaultsScope.html: different reference/api/org/eclipse/core/runtime/preferences/ConfigurationScope.html: different reference/api/org/eclipse/core/runtime/preferences/DefaultScope.html: different reference/api/org/eclipse/core/runtime/preferences/IEclipsePreferences.INodeChangeListener.html: different reference/api/org/eclipse/core/runtime/preferences/IEclipsePreferences.IPreferenceChangeListener.html: different reference/api/org/eclipse/core/runtime/preferences/IEclipsePreferences.NodeChangeEvent.html: different reference/api/org/eclipse/core/runtime/preferences/IEclipsePreferences.PreferenceChangeEvent.html: different reference/api/org/eclipse/core/runtime/preferences/IEclipsePreferences.html: different reference/api/org/eclipse/core/runtime/preferences/IExportedPreferences.html: different reference/api/org/eclipse/core/runtime/preferences/IPreferenceFilter.html: different reference/api/org/eclipse/core/runtime/preferences/IPreferenceMetadataStore.html: different reference/api/org/eclipse/core/runtime/preferences/IPreferenceNodeVisitor.html: different reference/api/org/eclipse/core/runtime/preferences/IPreferencesService.html: different reference/api/org/eclipse/core/runtime/preferences/IScope.html: different reference/api/org/eclipse/core/runtime/preferences/IScopeContext.html: different reference/api/org/eclipse/core/runtime/preferences/InstanceScope.html: different reference/api/org/eclipse/core/runtime/preferences/OsgiPreferenceMetadataStore.html: different reference/api/org/eclipse/core/runtime/preferences/PreferenceFilterEntry.html: different reference/api/org/eclipse/core/runtime/preferences/PreferenceMetadata.html: different reference/api/org/eclipse/core/runtime/preferences/PreferenceModifyListener.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/AbstractPreferenceInitializer.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/AbstractPreferenceStorage.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/BundleDefaultsScope.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/ConfigurationScope.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/DefaultScope.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IEclipsePreferences.INodeChangeListener.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IEclipsePreferences.IPreferenceChangeListener.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IEclipsePreferences.NodeChangeEvent.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IEclipsePreferences.PreferenceChangeEvent.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IEclipsePreferences.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IExportedPreferences.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IPreferenceFilter.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IPreferenceMetadataStore.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IPreferenceNodeVisitor.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IPreferencesService.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IScope.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/IScopeContext.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/InstanceScope.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/OsgiPreferenceMetadataStore.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/PreferenceFilterEntry.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/PreferenceMetadata.html: different reference/api/org/eclipse/core/runtime/preferences/class-use/PreferenceModifyListener.html: different reference/api/org/eclipse/core/runtime/preferences/package-summary.html: different reference/api/org/eclipse/core/runtime/preferences/package-tree.html: different reference/api/org/eclipse/core/runtime/preferences/package-use.html: different reference/api/org/eclipse/core/runtime/spi/IDynamicExtensionRegistry.html: different reference/api/org/eclipse/core/runtime/spi/IRegistryProvider.html: different reference/api/org/eclipse/core/runtime/spi/RegistryContributor.html: different reference/api/org/eclipse/core/runtime/spi/RegistryStrategy.html: different reference/api/org/eclipse/core/runtime/spi/class-use/IDynamicExtensionRegistry.html: different reference/api/org/eclipse/core/runtime/spi/class-use/IRegistryProvider.html: different reference/api/org/eclipse/core/runtime/spi/class-use/RegistryContributor.html: different reference/api/org/eclipse/core/runtime/spi/class-use/RegistryStrategy.html: different reference/api/org/eclipse/core/runtime/spi/package-summary.html: different reference/api/org/eclipse/core/runtime/spi/package-tree.html: different reference/api/org/eclipse/core/runtime/spi/package-use.html: different reference/api/org/eclipse/core/variables/IDynamicVariable.html: different reference/api/org/eclipse/core/variables/IDynamicVariableResolver.html: different reference/api/org/eclipse/core/variables/IStringVariable.html: different reference/api/org/eclipse/core/variables/IStringVariableManager.html: different reference/api/org/eclipse/core/variables/IValueVariable.html: different reference/api/org/eclipse/core/variables/IValueVariableInitializer.html: different reference/api/org/eclipse/core/variables/IValueVariableListener.html: different reference/api/org/eclipse/core/variables/VariablesPlugin.html: different reference/api/org/eclipse/core/variables/class-use/IDynamicVariable.html: different reference/api/org/eclipse/core/variables/class-use/IDynamicVariableResolver.html: different reference/api/org/eclipse/core/variables/class-use/IStringVariable.html: different reference/api/org/eclipse/core/variables/class-use/IStringVariableManager.html: different reference/api/org/eclipse/core/variables/class-use/IValueVariable.html: different reference/api/org/eclipse/core/variables/class-use/IValueVariableInitializer.html: different reference/api/org/eclipse/core/variables/class-use/IValueVariableListener.html: different reference/api/org/eclipse/core/variables/class-use/VariablesPlugin.html: different reference/api/org/eclipse/core/variables/package-summary.html: different reference/api/org/eclipse/core/variables/package-tree.html: different reference/api/org/eclipse/core/variables/package-use.html: different reference/api/org/eclipse/debug/core/DebugEvent.html: different reference/api/org/eclipse/debug/core/DebugException.html: different reference/api/org/eclipse/debug/core/DebugPlugin.html: different reference/api/org/eclipse/debug/core/IBinaryStreamListener.html: different reference/api/org/eclipse/debug/core/IBreakpointListener.html: different reference/api/org/eclipse/debug/core/IBreakpointManager.html: different reference/api/org/eclipse/debug/core/IBreakpointManagerListener.html: different reference/api/org/eclipse/debug/core/IBreakpointsListener.html: different reference/api/org/eclipse/debug/core/IDebugEventFilter.html: different reference/api/org/eclipse/debug/core/IDebugEventSetListener.html: different reference/api/org/eclipse/debug/core/IExpressionListener.html: different reference/api/org/eclipse/debug/core/IExpressionManager.html: different reference/api/org/eclipse/debug/core/IExpressionsListener.html: different reference/api/org/eclipse/debug/core/ILaunch.html: different reference/api/org/eclipse/debug/core/ILaunchConfiguration.html: different reference/api/org/eclipse/debug/core/ILaunchConfigurationListener.html: different reference/api/org/eclipse/debug/core/ILaunchConfigurationMigrationDelegate.html: different reference/api/org/eclipse/debug/core/ILaunchConfigurationType.html: different reference/api/org/eclipse/debug/core/ILaunchConfigurationWorkingCopy.html: different reference/api/org/eclipse/debug/core/ILaunchDelegate.html: different reference/api/org/eclipse/debug/core/ILaunchListener.html: different reference/api/org/eclipse/debug/core/ILaunchManager.html: different reference/api/org/eclipse/debug/core/ILaunchMode.html: different reference/api/org/eclipse/debug/core/ILaunchesListener.html: different reference/api/org/eclipse/debug/core/ILaunchesListener2.html: different reference/api/org/eclipse/debug/core/ILogicalStructureProvider.html: different reference/api/org/eclipse/debug/core/ILogicalStructureType.html: different reference/api/org/eclipse/debug/core/IMemoryBlockListener.html: different reference/api/org/eclipse/debug/core/IMemoryBlockManager.html: different reference/api/org/eclipse/debug/core/IProcessFactory.html: different reference/api/org/eclipse/debug/core/IPrototypeAttributesLabelProvider.html: different reference/api/org/eclipse/debug/core/IRequest.html: different reference/api/org/eclipse/debug/core/IStatusHandler.html: different reference/api/org/eclipse/debug/core/IStreamListener.html: different reference/api/org/eclipse/debug/core/Launch.html: different reference/api/org/eclipse/debug/core/RefreshUtil.html: different reference/api/org/eclipse/debug/core/class-use/DebugEvent.html: different reference/api/org/eclipse/debug/core/class-use/DebugException.html: different reference/api/org/eclipse/debug/core/class-use/DebugPlugin.html: different reference/api/org/eclipse/debug/core/class-use/IBinaryStreamListener.html: different reference/api/org/eclipse/debug/core/class-use/IBreakpointListener.html: different reference/api/org/eclipse/debug/core/class-use/IBreakpointManager.html: different reference/api/org/eclipse/debug/core/class-use/IBreakpointManagerListener.html: different reference/api/org/eclipse/debug/core/class-use/IBreakpointsListener.html: different reference/api/org/eclipse/debug/core/class-use/IDebugEventFilter.html: different reference/api/org/eclipse/debug/core/class-use/IDebugEventSetListener.html: different reference/api/org/eclipse/debug/core/class-use/IExpressionListener.html: different reference/api/org/eclipse/debug/core/class-use/IExpressionManager.html: different reference/api/org/eclipse/debug/core/class-use/IExpressionsListener.html: different reference/api/org/eclipse/debug/core/class-use/ILaunch.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchConfiguration.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchConfigurationListener.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchConfigurationMigrationDelegate.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchConfigurationType.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchConfigurationWorkingCopy.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchDelegate.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchListener.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchManager.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchMode.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchesListener.html: different reference/api/org/eclipse/debug/core/class-use/ILaunchesListener2.html: different reference/api/org/eclipse/debug/core/class-use/ILogicalStructureProvider.html: different reference/api/org/eclipse/debug/core/class-use/ILogicalStructureType.html: different reference/api/org/eclipse/debug/core/class-use/IMemoryBlockListener.html: different reference/api/org/eclipse/debug/core/class-use/IMemoryBlockManager.html: different reference/api/org/eclipse/debug/core/class-use/IProcessFactory.html: different reference/api/org/eclipse/debug/core/class-use/IPrototypeAttributesLabelProvider.html: different reference/api/org/eclipse/debug/core/class-use/IRequest.html: different reference/api/org/eclipse/debug/core/class-use/IStatusHandler.html: different reference/api/org/eclipse/debug/core/class-use/IStreamListener.html: different reference/api/org/eclipse/debug/core/class-use/Launch.html: different reference/api/org/eclipse/debug/core/class-use/RefreshUtil.html: different reference/api/org/eclipse/debug/core/commands/AbstractDebugCommand.html: different reference/api/org/eclipse/debug/core/commands/IDebugCommandHandler.html: different reference/api/org/eclipse/debug/core/commands/IDebugCommandRequest.html: different reference/api/org/eclipse/debug/core/commands/IDisconnectHandler.html: different reference/api/org/eclipse/debug/core/commands/IDropToFrameHandler.html: different reference/api/org/eclipse/debug/core/commands/IEnabledStateRequest.html: different reference/api/org/eclipse/debug/core/commands/IRestartHandler.html: different reference/api/org/eclipse/debug/core/commands/IResumeHandler.html: different reference/api/org/eclipse/debug/core/commands/IStepFiltersHandler.html: different reference/api/org/eclipse/debug/core/commands/IStepIntoHandler.html: different reference/api/org/eclipse/debug/core/commands/IStepOverHandler.html: different reference/api/org/eclipse/debug/core/commands/IStepReturnHandler.html: different reference/api/org/eclipse/debug/core/commands/ISuspendHandler.html: different reference/api/org/eclipse/debug/core/commands/ITerminateHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/AbstractDebugCommand.html: different reference/api/org/eclipse/debug/core/commands/class-use/IDebugCommandHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/IDebugCommandRequest.html: different reference/api/org/eclipse/debug/core/commands/class-use/IDisconnectHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/IDropToFrameHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/IEnabledStateRequest.html: different reference/api/org/eclipse/debug/core/commands/class-use/IRestartHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/IResumeHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/IStepFiltersHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/IStepIntoHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/IStepOverHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/IStepReturnHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/ISuspendHandler.html: different reference/api/org/eclipse/debug/core/commands/class-use/ITerminateHandler.html: different reference/api/org/eclipse/debug/core/commands/package-summary.html: different reference/api/org/eclipse/debug/core/commands/package-tree.html: different reference/api/org/eclipse/debug/core/commands/package-use.html: different reference/api/org/eclipse/debug/core/model/Breakpoint.html: different reference/api/org/eclipse/debug/core/model/DebugElement.html: different reference/api/org/eclipse/debug/core/model/IBinaryStreamMonitor.html: different reference/api/org/eclipse/debug/core/model/IBinaryStreamsProxy.html: different reference/api/org/eclipse/debug/core/model/IBreakpoint.html: different reference/api/org/eclipse/debug/core/model/IBreakpointImportParticipant.html: different reference/api/org/eclipse/debug/core/model/IDebugElement.html: different reference/api/org/eclipse/debug/core/model/IDebugModelProvider.html: different reference/api/org/eclipse/debug/core/model/IDebugTarget.html: different reference/api/org/eclipse/debug/core/model/IDisconnect.html: different reference/api/org/eclipse/debug/core/model/IDropToFrame.html: different reference/api/org/eclipse/debug/core/model/IErrorReportingExpression.html: different reference/api/org/eclipse/debug/core/model/IExpression.html: different reference/api/org/eclipse/debug/core/model/IFilteredStep.html: different reference/api/org/eclipse/debug/core/model/IFlushableStreamMonitor.html: different reference/api/org/eclipse/debug/core/model/IIndexedValue.html: different reference/api/org/eclipse/debug/core/model/ILaunchConfigurationDelegate.html: different reference/api/org/eclipse/debug/core/model/ILaunchConfigurationDelegate2.html: different reference/api/org/eclipse/debug/core/model/ILineBreakpoint.html: different reference/api/org/eclipse/debug/core/model/ILogicalStructureTypeDelegate.html: different reference/api/org/eclipse/debug/core/model/ILogicalStructureTypeDelegate2.html: different reference/api/org/eclipse/debug/core/model/ILogicalStructureTypeDelegate3.html: different reference/api/org/eclipse/debug/core/model/IMemoryBlock.html: different reference/api/org/eclipse/debug/core/model/IMemoryBlockExtension.html: different reference/api/org/eclipse/debug/core/model/IMemoryBlockRetrieval.html: different reference/api/org/eclipse/debug/core/model/IMemoryBlockRetrievalExtension.html: different reference/api/org/eclipse/debug/core/model/IPersistableSourceLocator.html: different reference/api/org/eclipse/debug/core/model/IProcess.html: different reference/api/org/eclipse/debug/core/model/IRegister.html: different reference/api/org/eclipse/debug/core/model/IRegisterGroup.html: different reference/api/org/eclipse/debug/core/model/ISourceLocator.html: different reference/api/org/eclipse/debug/core/model/IStackFrame.html: different reference/api/org/eclipse/debug/core/model/IStep.html: different reference/api/org/eclipse/debug/core/model/IStepFilter.html: different reference/api/org/eclipse/debug/core/model/IStepFilters.html: different reference/api/org/eclipse/debug/core/model/IStreamMonitor.html: different reference/api/org/eclipse/debug/core/model/IStreamsProxy.html: different reference/api/org/eclipse/debug/core/model/IStreamsProxy2.html: different reference/api/org/eclipse/debug/core/model/ISuspendResume.html: different reference/api/org/eclipse/debug/core/model/ITerminate.html: different reference/api/org/eclipse/debug/core/model/IThread.html: different reference/api/org/eclipse/debug/core/model/ITriggerPoint.html: different reference/api/org/eclipse/debug/core/model/IValue.html: different reference/api/org/eclipse/debug/core/model/IValueModification.html: different reference/api/org/eclipse/debug/core/model/IVariable.html: different reference/api/org/eclipse/debug/core/model/IWatchExpression.html: different reference/api/org/eclipse/debug/core/model/IWatchExpressionDelegate.html: different reference/api/org/eclipse/debug/core/model/IWatchExpressionListener.html: different reference/api/org/eclipse/debug/core/model/IWatchExpressionResult.html: different reference/api/org/eclipse/debug/core/model/IWatchpoint.html: different reference/api/org/eclipse/debug/core/model/LaunchConfigurationDelegate.html: different reference/api/org/eclipse/debug/core/model/LineBreakpoint.html: different reference/api/org/eclipse/debug/core/model/MemoryByte.html: different reference/api/org/eclipse/debug/core/model/RuntimeProcess.html: different reference/api/org/eclipse/debug/core/model/class-use/Breakpoint.html: different reference/api/org/eclipse/debug/core/model/class-use/DebugElement.html: different reference/api/org/eclipse/debug/core/model/class-use/IBinaryStreamMonitor.html: different reference/api/org/eclipse/debug/core/model/class-use/IBinaryStreamsProxy.html: different reference/api/org/eclipse/debug/core/model/class-use/IBreakpoint.html: different reference/api/org/eclipse/debug/core/model/class-use/IBreakpointImportParticipant.html: different reference/api/org/eclipse/debug/core/model/class-use/IDebugElement.html: different reference/api/org/eclipse/debug/core/model/class-use/IDebugModelProvider.html: different reference/api/org/eclipse/debug/core/model/class-use/IDebugTarget.html: different reference/api/org/eclipse/debug/core/model/class-use/IDisconnect.html: different reference/api/org/eclipse/debug/core/model/class-use/IDropToFrame.html: different reference/api/org/eclipse/debug/core/model/class-use/IErrorReportingExpression.html: different reference/api/org/eclipse/debug/core/model/class-use/IExpression.html: different reference/api/org/eclipse/debug/core/model/class-use/IFilteredStep.html: different reference/api/org/eclipse/debug/core/model/class-use/IFlushableStreamMonitor.html: different reference/api/org/eclipse/debug/core/model/class-use/IIndexedValue.html: different reference/api/org/eclipse/debug/core/model/class-use/ILaunchConfigurationDelegate.html: different reference/api/org/eclipse/debug/core/model/class-use/ILaunchConfigurationDelegate2.html: different reference/api/org/eclipse/debug/core/model/class-use/ILineBreakpoint.html: different reference/api/org/eclipse/debug/core/model/class-use/ILogicalStructureTypeDelegate.html: different reference/api/org/eclipse/debug/core/model/class-use/ILogicalStructureTypeDelegate2.html: different reference/api/org/eclipse/debug/core/model/class-use/ILogicalStructureTypeDelegate3.html: different reference/api/org/eclipse/debug/core/model/class-use/IMemoryBlock.html: different reference/api/org/eclipse/debug/core/model/class-use/IMemoryBlockExtension.html: different reference/api/org/eclipse/debug/core/model/class-use/IMemoryBlockRetrieval.html: different reference/api/org/eclipse/debug/core/model/class-use/IMemoryBlockRetrievalExtension.html: different reference/api/org/eclipse/debug/core/model/class-use/IPersistableSourceLocator.html: different reference/api/org/eclipse/debug/core/model/class-use/IProcess.html: different reference/api/org/eclipse/debug/core/model/class-use/IRegister.html: different reference/api/org/eclipse/debug/core/model/class-use/IRegisterGroup.html: different reference/api/org/eclipse/debug/core/model/class-use/ISourceLocator.html: different reference/api/org/eclipse/debug/core/model/class-use/IStackFrame.html: different reference/api/org/eclipse/debug/core/model/class-use/IStep.html: different reference/api/org/eclipse/debug/core/model/class-use/IStepFilter.html: different reference/api/org/eclipse/debug/core/model/class-use/IStepFilters.html: different reference/api/org/eclipse/debug/core/model/class-use/IStreamMonitor.html: different reference/api/org/eclipse/debug/core/model/class-use/IStreamsProxy.html: different reference/api/org/eclipse/debug/core/model/class-use/IStreamsProxy2.html: different reference/api/org/eclipse/debug/core/model/class-use/ISuspendResume.html: different reference/api/org/eclipse/debug/core/model/class-use/ITerminate.html: different reference/api/org/eclipse/debug/core/model/class-use/IThread.html: different reference/api/org/eclipse/debug/core/model/class-use/ITriggerPoint.html: different reference/api/org/eclipse/debug/core/model/class-use/IValue.html: different reference/api/org/eclipse/debug/core/model/class-use/IValueModification.html: different reference/api/org/eclipse/debug/core/model/class-use/IVariable.html: different reference/api/org/eclipse/debug/core/model/class-use/IWatchExpression.html: different reference/api/org/eclipse/debug/core/model/class-use/IWatchExpressionDelegate.html: different reference/api/org/eclipse/debug/core/model/class-use/IWatchExpressionListener.html: different reference/api/org/eclipse/debug/core/model/class-use/IWatchExpressionResult.html: different reference/api/org/eclipse/debug/core/model/class-use/IWatchpoint.html: different reference/api/org/eclipse/debug/core/model/class-use/LaunchConfigurationDelegate.html: different reference/api/org/eclipse/debug/core/model/class-use/LineBreakpoint.html: different reference/api/org/eclipse/debug/core/model/class-use/MemoryByte.html: different reference/api/org/eclipse/debug/core/model/class-use/RuntimeProcess.html: different reference/api/org/eclipse/debug/core/model/package-summary.html: different reference/api/org/eclipse/debug/core/model/package-tree.html: different reference/api/org/eclipse/debug/core/model/package-use.html: different reference/api/org/eclipse/debug/core/package-summary.html: different reference/api/org/eclipse/debug/core/package-tree.html: different reference/api/org/eclipse/debug/core/package-use.html: different reference/api/org/eclipse/debug/core/sourcelookup/AbstractSourceLookupDirector.html: different reference/api/org/eclipse/debug/core/sourcelookup/AbstractSourceLookupParticipant.html: different reference/api/org/eclipse/debug/core/sourcelookup/IPersistableSourceLocator2.html: different reference/api/org/eclipse/debug/core/sourcelookup/ISourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/ISourceContainerType.html: different reference/api/org/eclipse/debug/core/sourcelookup/ISourceContainerTypeDelegate.html: different reference/api/org/eclipse/debug/core/sourcelookup/ISourceLookupDirector.html: different reference/api/org/eclipse/debug/core/sourcelookup/ISourceLookupParticipant.html: different reference/api/org/eclipse/debug/core/sourcelookup/ISourcePathComputer.html: different reference/api/org/eclipse/debug/core/sourcelookup/ISourcePathComputerDelegate.html: different reference/api/org/eclipse/debug/core/sourcelookup/class-use/AbstractSourceLookupDirector.html: different reference/api/org/eclipse/debug/core/sourcelookup/class-use/AbstractSourceLookupParticipant.html: different reference/api/org/eclipse/debug/core/sourcelookup/class-use/IPersistableSourceLocator2.html: different reference/api/org/eclipse/debug/core/sourcelookup/class-use/ISourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/class-use/ISourceContainerType.html: different reference/api/org/eclipse/debug/core/sourcelookup/class-use/ISourceContainerTypeDelegate.html: different reference/api/org/eclipse/debug/core/sourcelookup/class-use/ISourceLookupDirector.html: different reference/api/org/eclipse/debug/core/sourcelookup/class-use/ISourceLookupParticipant.html: different reference/api/org/eclipse/debug/core/sourcelookup/class-use/ISourcePathComputer.html: different reference/api/org/eclipse/debug/core/sourcelookup/class-use/ISourcePathComputerDelegate.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/AbstractSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/AbstractSourceContainerTypeDelegate.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/ArchiveSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/CompositeSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/ContainerSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/DefaultSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/DirectorySourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/ExternalArchiveSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/FolderSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/LocalFileStorage.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/ProjectSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/WorkspaceSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/ZipEntryStorage.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/AbstractSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/AbstractSourceContainerTypeDelegate.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/ArchiveSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/CompositeSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/ContainerSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/DefaultSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/DirectorySourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/ExternalArchiveSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/FolderSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/LocalFileStorage.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/ProjectSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/WorkspaceSourceContainer.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/class-use/ZipEntryStorage.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/package-summary.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/package-tree.html: different reference/api/org/eclipse/debug/core/sourcelookup/containers/package-use.html: different reference/api/org/eclipse/debug/core/sourcelookup/package-summary.html: different reference/api/org/eclipse/debug/core/sourcelookup/package-tree.html: different reference/api/org/eclipse/debug/core/sourcelookup/package-use.html: different reference/api/org/eclipse/debug/ui/AbstractBreakpointOrganizerDelegate.html: different reference/api/org/eclipse/debug/ui/AbstractDebugView.html: different reference/api/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.html: different reference/api/org/eclipse/debug/ui/AbstractLaunchConfigurationTabGroup.html: different reference/api/org/eclipse/debug/ui/BreakpointTypeCategory.html: different reference/api/org/eclipse/debug/ui/CommonTab.html: different reference/api/org/eclipse/debug/ui/DebugElementWorkbenchAdapter.html: different reference/api/org/eclipse/debug/ui/DebugPopup.html: different reference/api/org/eclipse/debug/ui/DebugUITools.html: different reference/api/org/eclipse/debug/ui/DeferredDebugElementWorkbenchAdapter.html: different reference/api/org/eclipse/debug/ui/EnvironmentTab.EnvironmentVariableContentProvider.html: different reference/api/org/eclipse/debug/ui/EnvironmentTab.EnvironmentVariableLabelProvider.html: different reference/api/org/eclipse/debug/ui/EnvironmentTab.html: different reference/api/org/eclipse/debug/ui/IBreakpointOrganizerDelegate.html: different reference/api/org/eclipse/debug/ui/IBreakpointOrganizerDelegateExtension.html: different reference/api/org/eclipse/debug/ui/IBreakpointTypeCategory.html: different reference/api/org/eclipse/debug/ui/IDebugEditorPresentation.html: different reference/api/org/eclipse/debug/ui/IDebugModelPresentation.html: different reference/api/org/eclipse/debug/ui/IDebugModelPresentationExtension.html: different reference/api/org/eclipse/debug/ui/IDebugUIConstants.html: different reference/api/org/eclipse/debug/ui/IDebugView.html: different reference/api/org/eclipse/debug/ui/IDetailPane.html: different reference/api/org/eclipse/debug/ui/IDetailPane2.html: different reference/api/org/eclipse/debug/ui/IDetailPane3.html: different reference/api/org/eclipse/debug/ui/IDetailPaneFactory.html: different reference/api/org/eclipse/debug/ui/IInstructionPointerPresentation.html: different reference/api/org/eclipse/debug/ui/ILaunchConfigurationDialog.html: different reference/api/org/eclipse/debug/ui/ILaunchConfigurationTab.html: different reference/api/org/eclipse/debug/ui/ILaunchConfigurationTab2.html: different reference/api/org/eclipse/debug/ui/ILaunchConfigurationTabGroup.html: different reference/api/org/eclipse/debug/ui/ILaunchGroup.html: different reference/api/org/eclipse/debug/ui/ILaunchShortcut.html: different reference/api/org/eclipse/debug/ui/ILaunchShortcut2.html: different reference/api/org/eclipse/debug/ui/ISourcePresentation.html: different reference/api/org/eclipse/debug/ui/IValueDetailListener.html: different reference/api/org/eclipse/debug/ui/InspectPopupDialog.html: different reference/api/org/eclipse/debug/ui/PrototypeDecorator.html: different reference/api/org/eclipse/debug/ui/PrototypeTab.html: different reference/api/org/eclipse/debug/ui/RefreshTab.html: different reference/api/org/eclipse/debug/ui/StringVariableSelectionDialog.VariableFilter.html: different reference/api/org/eclipse/debug/ui/StringVariableSelectionDialog.html: different reference/api/org/eclipse/debug/ui/WorkingDirectoryBlock.html: different reference/api/org/eclipse/debug/ui/actions/AbstractLaunchHistoryAction.html: different reference/api/org/eclipse/debug/ui/actions/AbstractLaunchToolbarAction.html: different reference/api/org/eclipse/debug/ui/actions/AddMemoryRenderingActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/BreakpointTypesContribution.html: different reference/api/org/eclipse/debug/ui/actions/ContextualLaunchAction.html: different reference/api/org/eclipse/debug/ui/actions/DebugAction.html: different reference/api/org/eclipse/debug/ui/actions/DebugCommandAction.html: different reference/api/org/eclipse/debug/ui/actions/DebugCommandHandler.html: different reference/api/org/eclipse/debug/ui/actions/ExportBreakpointsOperation.html: different reference/api/org/eclipse/debug/ui/actions/IAddMemoryBlocksTarget.html: different reference/api/org/eclipse/debug/ui/actions/IAddMemoryRenderingsTarget.html: different reference/api/org/eclipse/debug/ui/actions/ILaunchable.html: different reference/api/org/eclipse/debug/ui/actions/IRunToLineTarget.html: different reference/api/org/eclipse/debug/ui/actions/IToggleBreakpointsTarget.html: different reference/api/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension.html: different reference/api/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetExtension2.html: different reference/api/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetFactory.html: different reference/api/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManager.html: different reference/api/org/eclipse/debug/ui/actions/IToggleBreakpointsTargetManagerListener.html: different reference/api/org/eclipse/debug/ui/actions/IVariableValueEditor.html: different reference/api/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter.html: different reference/api/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapter2.html: different reference/api/org/eclipse/debug/ui/actions/IWatchExpressionFactoryAdapterExtension.html: different reference/api/org/eclipse/debug/ui/actions/ImportBreakpointsOperation.html: different reference/api/org/eclipse/debug/ui/actions/LaunchAction.html: different reference/api/org/eclipse/debug/ui/actions/LaunchAsAction.html: different reference/api/org/eclipse/debug/ui/actions/LaunchShortcutsAction.html: different reference/api/org/eclipse/debug/ui/actions/OpenLaunchDialogAction.html: different reference/api/org/eclipse/debug/ui/actions/RelaunchLastAction.html: different reference/api/org/eclipse/debug/ui/actions/RulerBreakpointAction.html: different reference/api/org/eclipse/debug/ui/actions/RulerBreakpointTypesActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/RulerEnableDisableBreakpointActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/RulerRunToLineActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/RulerToggleBreakpointActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/RunAction.html: different reference/api/org/eclipse/debug/ui/actions/RunToLineAction.html: different reference/api/org/eclipse/debug/ui/actions/RunToLineActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/RunToLineHandler.html: different reference/api/org/eclipse/debug/ui/actions/ToggleBreakpointAction.html: different reference/api/org/eclipse/debug/ui/actions/ToggleMethodBreakpointActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/ToggleWatchpointActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/class-use/AbstractLaunchHistoryAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/AbstractLaunchToolbarAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/AddMemoryRenderingActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/class-use/BreakpointTypesContribution.html: different reference/api/org/eclipse/debug/ui/actions/class-use/ContextualLaunchAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/DebugAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/DebugCommandAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/DebugCommandHandler.html: different reference/api/org/eclipse/debug/ui/actions/class-use/ExportBreakpointsOperation.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IAddMemoryBlocksTarget.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IAddMemoryRenderingsTarget.html: different reference/api/org/eclipse/debug/ui/actions/class-use/ILaunchable.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IRunToLineTarget.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IToggleBreakpointsTarget.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IToggleBreakpointsTargetExtension.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IToggleBreakpointsTargetExtension2.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IToggleBreakpointsTargetFactory.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IToggleBreakpointsTargetManager.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IToggleBreakpointsTargetManagerListener.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IVariableValueEditor.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IWatchExpressionFactoryAdapter.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IWatchExpressionFactoryAdapter2.html: different reference/api/org/eclipse/debug/ui/actions/class-use/IWatchExpressionFactoryAdapterExtension.html: different reference/api/org/eclipse/debug/ui/actions/class-use/ImportBreakpointsOperation.html: different reference/api/org/eclipse/debug/ui/actions/class-use/LaunchAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/LaunchAsAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/LaunchShortcutsAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/OpenLaunchDialogAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/RelaunchLastAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/RulerBreakpointAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/RulerBreakpointTypesActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/class-use/RulerEnableDisableBreakpointActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/class-use/RulerRunToLineActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/class-use/RulerToggleBreakpointActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/class-use/RunAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/RunToLineAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/RunToLineActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/class-use/RunToLineHandler.html: different reference/api/org/eclipse/debug/ui/actions/class-use/ToggleBreakpointAction.html: different reference/api/org/eclipse/debug/ui/actions/class-use/ToggleMethodBreakpointActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/class-use/ToggleWatchpointActionDelegate.html: different reference/api/org/eclipse/debug/ui/actions/package-summary.html: different reference/api/org/eclipse/debug/ui/actions/package-tree.html: different reference/api/org/eclipse/debug/ui/actions/package-use.html: different reference/api/org/eclipse/debug/ui/class-use/AbstractBreakpointOrganizerDelegate.html: different reference/api/org/eclipse/debug/ui/class-use/AbstractDebugView.html: different reference/api/org/eclipse/debug/ui/class-use/AbstractLaunchConfigurationTab.html: different reference/api/org/eclipse/debug/ui/class-use/AbstractLaunchConfigurationTabGroup.html: different reference/api/org/eclipse/debug/ui/class-use/BreakpointTypeCategory.html: different reference/api/org/eclipse/debug/ui/class-use/CommonTab.html: different reference/api/org/eclipse/debug/ui/class-use/DebugElementWorkbenchAdapter.html: different reference/api/org/eclipse/debug/ui/class-use/DebugPopup.html: different reference/api/org/eclipse/debug/ui/class-use/DebugUITools.html: different reference/api/org/eclipse/debug/ui/class-use/DeferredDebugElementWorkbenchAdapter.html: different reference/api/org/eclipse/debug/ui/class-use/EnvironmentTab.EnvironmentVariableContentProvider.html: different reference/api/org/eclipse/debug/ui/class-use/EnvironmentTab.EnvironmentVariableLabelProvider.html: different reference/api/org/eclipse/debug/ui/class-use/EnvironmentTab.html: different reference/api/org/eclipse/debug/ui/class-use/IBreakpointOrganizerDelegate.html: different reference/api/org/eclipse/debug/ui/class-use/IBreakpointOrganizerDelegateExtension.html: different reference/api/org/eclipse/debug/ui/class-use/IBreakpointTypeCategory.html: different reference/api/org/eclipse/debug/ui/class-use/IDebugEditorPresentation.html: different reference/api/org/eclipse/debug/ui/class-use/IDebugModelPresentation.html: different reference/api/org/eclipse/debug/ui/class-use/IDebugModelPresentationExtension.html: different reference/api/org/eclipse/debug/ui/class-use/IDebugUIConstants.html: different reference/api/org/eclipse/debug/ui/class-use/IDebugView.html: different reference/api/org/eclipse/debug/ui/class-use/IDetailPane.html: different reference/api/org/eclipse/debug/ui/class-use/IDetailPane2.html: different reference/api/org/eclipse/debug/ui/class-use/IDetailPane3.html: different reference/api/org/eclipse/debug/ui/class-use/IDetailPaneFactory.html: different reference/api/org/eclipse/debug/ui/class-use/IInstructionPointerPresentation.html: different reference/api/org/eclipse/debug/ui/class-use/ILaunchConfigurationDialog.html: different reference/api/org/eclipse/debug/ui/class-use/ILaunchConfigurationTab.html: different reference/api/org/eclipse/debug/ui/class-use/ILaunchConfigurationTab2.html: different reference/api/org/eclipse/debug/ui/class-use/ILaunchConfigurationTabGroup.html: different reference/api/org/eclipse/debug/ui/class-use/ILaunchGroup.html: different reference/api/org/eclipse/debug/ui/class-use/ILaunchShortcut.html: different reference/api/org/eclipse/debug/ui/class-use/ILaunchShortcut2.html: different reference/api/org/eclipse/debug/ui/class-use/ISourcePresentation.html: different reference/api/org/eclipse/debug/ui/class-use/IValueDetailListener.html: different reference/api/org/eclipse/debug/ui/class-use/InspectPopupDialog.html: different reference/api/org/eclipse/debug/ui/class-use/PrototypeDecorator.html: different reference/api/org/eclipse/debug/ui/class-use/PrototypeTab.html: different reference/api/org/eclipse/debug/ui/class-use/RefreshTab.html: different reference/api/org/eclipse/debug/ui/class-use/StringVariableSelectionDialog.VariableFilter.html: different reference/api/org/eclipse/debug/ui/class-use/StringVariableSelectionDialog.html: different reference/api/org/eclipse/debug/ui/class-use/WorkingDirectoryBlock.html: different reference/api/org/eclipse/debug/ui/console/ConsoleColorProvider.html: different reference/api/org/eclipse/debug/ui/console/FileLink.html: different reference/api/org/eclipse/debug/ui/console/IConsole.html: different reference/api/org/eclipse/debug/ui/console/IConsoleColorProvider.html: different reference/api/org/eclipse/debug/ui/console/IConsoleHyperlink.html: different reference/api/org/eclipse/debug/ui/console/IConsoleLineTracker.html: different reference/api/org/eclipse/debug/ui/console/IConsoleLineTrackerExtension.html: different reference/api/org/eclipse/debug/ui/console/class-use/ConsoleColorProvider.html: different reference/api/org/eclipse/debug/ui/console/class-use/FileLink.html: different reference/api/org/eclipse/debug/ui/console/class-use/IConsole.html: different reference/api/org/eclipse/debug/ui/console/class-use/IConsoleColorProvider.html: different reference/api/org/eclipse/debug/ui/console/class-use/IConsoleHyperlink.html: different reference/api/org/eclipse/debug/ui/console/class-use/IConsoleLineTracker.html: different reference/api/org/eclipse/debug/ui/console/class-use/IConsoleLineTrackerExtension.html: different reference/api/org/eclipse/debug/ui/console/package-summary.html: different reference/api/org/eclipse/debug/ui/console/package-tree.html: different reference/api/org/eclipse/debug/ui/console/package-use.html: different reference/api/org/eclipse/debug/ui/contexts/AbstractDebugContextProvider.html: different reference/api/org/eclipse/debug/ui/contexts/DebugContextEvent.html: different reference/api/org/eclipse/debug/ui/contexts/IDebugContextListener.html: different reference/api/org/eclipse/debug/ui/contexts/IDebugContextManager.html: different reference/api/org/eclipse/debug/ui/contexts/IDebugContextProvider.html: different reference/api/org/eclipse/debug/ui/contexts/IDebugContextProvider2.html: different reference/api/org/eclipse/debug/ui/contexts/IDebugContextService.html: different reference/api/org/eclipse/debug/ui/contexts/ISuspendTrigger.html: different reference/api/org/eclipse/debug/ui/contexts/ISuspendTriggerListener.html: different reference/api/org/eclipse/debug/ui/contexts/class-use/AbstractDebugContextProvider.html: different reference/api/org/eclipse/debug/ui/contexts/class-use/DebugContextEvent.html: different reference/api/org/eclipse/debug/ui/contexts/class-use/IDebugContextListener.html: different reference/api/org/eclipse/debug/ui/contexts/class-use/IDebugContextManager.html: different reference/api/org/eclipse/debug/ui/contexts/class-use/IDebugContextProvider.html: different reference/api/org/eclipse/debug/ui/contexts/class-use/IDebugContextProvider2.html: different reference/api/org/eclipse/debug/ui/contexts/class-use/IDebugContextService.html: different reference/api/org/eclipse/debug/ui/contexts/class-use/ISuspendTrigger.html: different reference/api/org/eclipse/debug/ui/contexts/class-use/ISuspendTriggerListener.html: different reference/api/org/eclipse/debug/ui/contexts/package-summary.html: different reference/api/org/eclipse/debug/ui/contexts/package-tree.html: different reference/api/org/eclipse/debug/ui/contexts/package-use.html: different reference/api/org/eclipse/debug/ui/memory/AbstractMemoryRendering.html: different reference/api/org/eclipse/debug/ui/memory/AbstractMemoryRenderingBindingsProvider.html: different reference/api/org/eclipse/debug/ui/memory/AbstractTableRendering.html: different reference/api/org/eclipse/debug/ui/memory/AbstractTextRendering.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryRendering.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryRenderingBindingsListener.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryRenderingBindingsProvider.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryRenderingContainer.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryRenderingManager.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryRenderingSite.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryRenderingSynchronizationService.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryRenderingType.html: different reference/api/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.html: different reference/api/org/eclipse/debug/ui/memory/IRepositionableMemoryRendering.html: different reference/api/org/eclipse/debug/ui/memory/IResettableMemoryRendering.html: different reference/api/org/eclipse/debug/ui/memory/MemoryRenderingElement.html: different reference/api/org/eclipse/debug/ui/memory/class-use/AbstractMemoryRendering.html: different reference/api/org/eclipse/debug/ui/memory/class-use/AbstractMemoryRenderingBindingsProvider.html: different reference/api/org/eclipse/debug/ui/memory/class-use/AbstractTableRendering.html: different reference/api/org/eclipse/debug/ui/memory/class-use/AbstractTextRendering.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryBlockTablePresentation.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryRendering.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryRenderingBindingsListener.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryRenderingBindingsProvider.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryRenderingContainer.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryRenderingManager.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryRenderingSite.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryRenderingSite2.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryRenderingSynchronizationService.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryRenderingType.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IMemoryRenderingTypeDelegate.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IRepositionableMemoryRendering.html: different reference/api/org/eclipse/debug/ui/memory/class-use/IResettableMemoryRendering.html: different reference/api/org/eclipse/debug/ui/memory/class-use/MemoryRenderingElement.html: different reference/api/org/eclipse/debug/ui/memory/package-summary.html: different reference/api/org/eclipse/debug/ui/memory/package-tree.html: different reference/api/org/eclipse/debug/ui/memory/package-use.html: different reference/api/org/eclipse/debug/ui/package-summary.html: different reference/api/org/eclipse/debug/ui/package-tree.html: different reference/api/org/eclipse/debug/ui/package-use.html: different reference/api/org/eclipse/debug/ui/sourcelookup/AbstractSourceContainerBrowser.html: different reference/api/org/eclipse/debug/ui/sourcelookup/CommonSourceNotFoundEditor.html: different reference/api/org/eclipse/debug/ui/sourcelookup/CommonSourceNotFoundEditorInput.html: different reference/api/org/eclipse/debug/ui/sourcelookup/ISourceContainerBrowser.html: different reference/api/org/eclipse/debug/ui/sourcelookup/ISourceDisplay.html: different reference/api/org/eclipse/debug/ui/sourcelookup/ISourceLookupResult.html: different reference/api/org/eclipse/debug/ui/sourcelookup/SourceLookupDialog.html: different reference/api/org/eclipse/debug/ui/sourcelookup/SourceLookupTab.html: different reference/api/org/eclipse/debug/ui/sourcelookup/WorkingSetSourceContainer.html: different reference/api/org/eclipse/debug/ui/sourcelookup/class-use/AbstractSourceContainerBrowser.html: different reference/api/org/eclipse/debug/ui/sourcelookup/class-use/CommonSourceNotFoundEditor.html: different reference/api/org/eclipse/debug/ui/sourcelookup/class-use/CommonSourceNotFoundEditorInput.html: different reference/api/org/eclipse/debug/ui/sourcelookup/class-use/ISourceContainerBrowser.html: different reference/api/org/eclipse/debug/ui/sourcelookup/class-use/ISourceDisplay.html: different reference/api/org/eclipse/debug/ui/sourcelookup/class-use/ISourceLookupResult.html: different reference/api/org/eclipse/debug/ui/sourcelookup/class-use/SourceLookupDialog.html: different reference/api/org/eclipse/debug/ui/sourcelookup/class-use/SourceLookupTab.html: different reference/api/org/eclipse/debug/ui/sourcelookup/class-use/WorkingSetSourceContainer.html: different reference/api/org/eclipse/debug/ui/sourcelookup/package-summary.html: different reference/api/org/eclipse/debug/ui/sourcelookup/package-tree.html: different reference/api/org/eclipse/debug/ui/sourcelookup/package-use.html: different reference/api/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.html: different reference/api/org/eclipse/debug/ui/stringsubstitution/class-use/IArgumentSelector.html: different reference/api/org/eclipse/debug/ui/stringsubstitution/package-summary.html: different reference/api/org/eclipse/debug/ui/stringsubstitution/package-tree.html: different reference/api/org/eclipse/debug/ui/stringsubstitution/package-use.html: different reference/api/org/eclipse/e4/core/contexts/Active.html: different reference/api/org/eclipse/e4/core/contexts/ContextFunction.html: different reference/api/org/eclipse/e4/core/contexts/ContextInjectionFactory.html: different reference/api/org/eclipse/e4/core/contexts/EclipseContextFactory.html: different reference/api/org/eclipse/e4/core/contexts/IContextFunction.html: different reference/api/org/eclipse/e4/core/contexts/IEclipseContext.html: different reference/api/org/eclipse/e4/core/contexts/RunAndTrack.html: different reference/api/org/eclipse/e4/core/contexts/class-use/Active.html: different reference/api/org/eclipse/e4/core/contexts/class-use/ContextFunction.html: different reference/api/org/eclipse/e4/core/contexts/class-use/ContextInjectionFactory.html: different reference/api/org/eclipse/e4/core/contexts/class-use/EclipseContextFactory.html: different reference/api/org/eclipse/e4/core/contexts/class-use/IContextFunction.html: different reference/api/org/eclipse/e4/core/contexts/class-use/IEclipseContext.html: different reference/api/org/eclipse/e4/core/contexts/class-use/RunAndTrack.html: different reference/api/org/eclipse/e4/core/contexts/package-summary.html: different reference/api/org/eclipse/e4/core/contexts/package-tree.html: different reference/api/org/eclipse/e4/core/contexts/package-use.html: different reference/api/org/eclipse/e4/core/di/IBinding.html: different reference/api/org/eclipse/e4/core/di/IInjector.html: different reference/api/org/eclipse/e4/core/di/InjectionException.html: different reference/api/org/eclipse/e4/core/di/InjectorFactory.html: different reference/api/org/eclipse/e4/core/di/annotations/CanExecute.html: different reference/api/org/eclipse/e4/core/di/annotations/Creatable.html: different reference/api/org/eclipse/e4/core/di/annotations/Evaluate.html: different reference/api/org/eclipse/e4/core/di/annotations/Execute.html: different reference/api/org/eclipse/e4/core/di/annotations/GroupUpdates.html: different reference/api/org/eclipse/e4/core/di/annotations/Optional.html: different reference/api/org/eclipse/e4/core/di/annotations/class-use/CanExecute.html: different reference/api/org/eclipse/e4/core/di/annotations/class-use/Creatable.html: different reference/api/org/eclipse/e4/core/di/annotations/class-use/Evaluate.html: different reference/api/org/eclipse/e4/core/di/annotations/class-use/Execute.html: different reference/api/org/eclipse/e4/core/di/annotations/class-use/GroupUpdates.html: different reference/api/org/eclipse/e4/core/di/annotations/class-use/Optional.html: different reference/api/org/eclipse/e4/core/di/annotations/package-summary.html: different reference/api/org/eclipse/e4/core/di/annotations/package-tree.html: different reference/api/org/eclipse/e4/core/di/annotations/package-use.html: different reference/api/org/eclipse/e4/core/di/class-use/IBinding.html: different reference/api/org/eclipse/e4/core/di/class-use/IInjector.html: different reference/api/org/eclipse/e4/core/di/class-use/InjectionException.html: different reference/api/org/eclipse/e4/core/di/class-use/InjectorFactory.html: different reference/api/org/eclipse/e4/core/di/package-summary.html: different reference/api/org/eclipse/e4/core/di/package-tree.html: different reference/api/org/eclipse/e4/core/di/package-use.html: different reference/api/org/eclipse/e4/core/di/suppliers/ExtendedObjectSupplier.html: different reference/api/org/eclipse/e4/core/di/suppliers/IObjectDescriptor.html: different reference/api/org/eclipse/e4/core/di/suppliers/IRequestor.html: different reference/api/org/eclipse/e4/core/di/suppliers/PrimaryObjectSupplier.html: different reference/api/org/eclipse/e4/core/di/suppliers/class-use/ExtendedObjectSupplier.html: different reference/api/org/eclipse/e4/core/di/suppliers/class-use/IObjectDescriptor.html: different reference/api/org/eclipse/e4/core/di/suppliers/class-use/IRequestor.html: different reference/api/org/eclipse/e4/core/di/suppliers/class-use/PrimaryObjectSupplier.html: different reference/api/org/eclipse/e4/core/di/suppliers/package-summary.html: different reference/api/org/eclipse/e4/core/di/suppliers/package-tree.html: different reference/api/org/eclipse/e4/core/di/suppliers/package-use.html: different reference/api/org/eclipse/e4/core/services/events/IEventBroker.html: different reference/api/org/eclipse/e4/core/services/events/class-use/IEventBroker.html: different reference/api/org/eclipse/e4/core/services/events/package-summary.html: different reference/api/org/eclipse/e4/core/services/events/package-tree.html: different reference/api/org/eclipse/e4/core/services/events/package-use.html: different reference/api/org/eclipse/e4/ui/di/AboutToHide.html: different reference/api/org/eclipse/e4/ui/di/AboutToShow.html: different reference/api/org/eclipse/e4/ui/di/Focus.html: different reference/api/org/eclipse/e4/ui/di/Persist.html: different reference/api/org/eclipse/e4/ui/di/PersistState.html: different reference/api/org/eclipse/e4/ui/di/UIEventTopic.html: different reference/api/org/eclipse/e4/ui/di/UISynchronize.html: different reference/api/org/eclipse/e4/ui/di/class-use/AboutToHide.html: different reference/api/org/eclipse/e4/ui/di/class-use/AboutToShow.html: different reference/api/org/eclipse/e4/ui/di/class-use/Focus.html: different reference/api/org/eclipse/e4/ui/di/class-use/Persist.html: different reference/api/org/eclipse/e4/ui/di/class-use/PersistState.html: different reference/api/org/eclipse/e4/ui/di/class-use/UIEventTopic.html: different reference/api/org/eclipse/e4/ui/di/class-use/UISynchronize.html: different reference/api/org/eclipse/e4/ui/di/package-summary.html: different reference/api/org/eclipse/e4/ui/di/package-tree.html: different reference/api/org/eclipse/e4/ui/di/package-use.html: different reference/api/org/eclipse/e4/ui/model/application/MAddon.html: different reference/api/org/eclipse/e4/ui/model/application/MApplication.html: different reference/api/org/eclipse/e4/ui/model/application/MApplicationElement.html: different reference/api/org/eclipse/e4/ui/model/application/MApplicationFactory.html: different reference/api/org/eclipse/e4/ui/model/application/MContribution.html: different reference/api/org/eclipse/e4/ui/model/application/class-use/MAddon.html: different reference/api/org/eclipse/e4/ui/model/application/class-use/MApplication.html: different reference/api/org/eclipse/e4/ui/model/application/class-use/MApplicationElement.html: different reference/api/org/eclipse/e4/ui/model/application/class-use/MApplicationFactory.html: different reference/api/org/eclipse/e4/ui/model/application/class-use/MContribution.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MBindingContext.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MBindingTable.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MBindingTableContainer.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MBindings.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MCategory.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MCommand.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MCommandParameter.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MCommandsFactory.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MHandler.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MHandlerContainer.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MKeyBinding.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MKeySequence.html: different reference/api/org/eclipse/e4/ui/model/application/commands/MParameter.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MBindingContext.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MBindingTable.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MBindingTableContainer.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MBindings.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MCategory.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MCommand.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MCommandParameter.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MCommandsFactory.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MHandler.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MHandlerContainer.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MKeyBinding.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MKeySequence.html: different reference/api/org/eclipse/e4/ui/model/application/commands/class-use/MParameter.html: different reference/api/org/eclipse/e4/ui/model/application/commands/package-summary.html: different reference/api/org/eclipse/e4/ui/model/application/commands/package-tree.html: different reference/api/org/eclipse/e4/ui/model/application/commands/package-use.html: different reference/api/org/eclipse/e4/ui/model/application/descriptor/basic/MBasicFactory.html: different reference/api/org/eclipse/e4/ui/model/application/descriptor/basic/MPartDescriptor.html: different reference/api/org/eclipse/e4/ui/model/application/descriptor/basic/MPartDescriptorContainer.html: different reference/api/org/eclipse/e4/ui/model/application/descriptor/basic/class-use/MBasicFactory.html: different reference/api/org/eclipse/e4/ui/model/application/descriptor/basic/class-use/MPartDescriptor.html: different reference/api/org/eclipse/e4/ui/model/application/descriptor/basic/class-use/MPartDescriptorContainer.html: different reference/api/org/eclipse/e4/ui/model/application/descriptor/basic/package-summary.html: different reference/api/org/eclipse/e4/ui/model/application/descriptor/basic/package-tree.html: different reference/api/org/eclipse/e4/ui/model/application/descriptor/basic/package-use.html: different reference/api/org/eclipse/e4/ui/model/application/package-summary.html: different reference/api/org/eclipse/e4/ui/model/application/package-tree.html: different reference/api/org/eclipse/e4/ui/model/application/package-use.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MContext.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MCoreExpression.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MDirtyable.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MElementContainer.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MExpression.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MGenericStack.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MGenericTile.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MGenericTrimContainer.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MImperativeExpression.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MLocalizable.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MSnippetContainer.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MUIElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MUILabel.html: different reference/api/org/eclipse/e4/ui/model/application/ui/MUiFactory.html: different reference/api/org/eclipse/e4/ui/model/application/ui/SideValue.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/MAdvancedFactory.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/MArea.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/MPerspective.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/MPerspectiveStack.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/MPlaceholder.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/class-use/MAdvancedFactory.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/class-use/MArea.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/class-use/MPerspective.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/class-use/MPerspectiveStack.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/class-use/MPlaceholder.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/package-summary.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/package-tree.html: different reference/api/org/eclipse/e4/ui/model/application/ui/advanced/package-use.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MBasicFactory.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MCompositePart.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MDialog.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MPart.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MPartSashContainer.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MPartSashContainerElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MPartStack.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MStackElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MTrimBar.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MTrimElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MTrimmedWindow.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MWindow.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MWindowElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/MWizardDialog.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MBasicFactory.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MCompositePart.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MDialog.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MPart.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MPartSashContainer.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MPartSashContainerElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MPartStack.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MStackElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MTrimBar.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MTrimElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MTrimmedWindow.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MWindow.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MWindowElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/class-use/MWizardDialog.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/package-summary.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/package-tree.html: different reference/api/org/eclipse/e4/ui/model/application/ui/basic/package-use.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MContext.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MCoreExpression.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MDirtyable.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MElementContainer.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MExpression.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MGenericStack.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MGenericTile.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MGenericTrimContainer.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MImperativeExpression.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MLocalizable.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MSnippetContainer.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MUIElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MUILabel.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/MUiFactory.html: different reference/api/org/eclipse/e4/ui/model/application/ui/class-use/SideValue.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/ItemType.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MDirectMenuItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MDirectToolItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MDynamicMenuContribution.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MHandledItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MHandledMenuItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MHandledToolItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MMenu.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MMenuContribution.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MMenuContributions.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MMenuElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MMenuFactory.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MMenuItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MMenuSeparator.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MPopupMenu.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MToolBar.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MToolBarContribution.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MToolBarContributions.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MToolBarElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MToolBarSeparator.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MToolControl.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MToolItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MTrimContribution.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/MTrimContributions.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/ItemType.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MDirectMenuItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MDirectToolItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MDynamicMenuContribution.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MHandledItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MHandledMenuItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MHandledToolItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MMenu.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MMenuContribution.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MMenuContributions.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MMenuElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MMenuFactory.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MMenuItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MMenuSeparator.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MPopupMenu.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MToolBar.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MToolBarContribution.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MToolBarContributions.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MToolBarElement.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MToolBarSeparator.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MToolControl.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MToolItem.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MTrimContribution.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/class-use/MTrimContributions.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/package-summary.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/package-tree.html: different reference/api/org/eclipse/e4/ui/model/application/ui/menu/package-use.html: different reference/api/org/eclipse/e4/ui/model/application/ui/package-summary.html: different reference/api/org/eclipse/e4/ui/model/application/ui/package-tree.html: different reference/api/org/eclipse/e4/ui/model/application/ui/package-use.html: different reference/api/org/eclipse/e4/ui/model/fragment/MFragmentFactory.html: different reference/api/org/eclipse/e4/ui/model/fragment/MModelFragment.html: different reference/api/org/eclipse/e4/ui/model/fragment/MModelFragments.html: different reference/api/org/eclipse/e4/ui/model/fragment/MStringModelFragment.html: different reference/api/org/eclipse/e4/ui/model/fragment/class-use/MFragmentFactory.html: different reference/api/org/eclipse/e4/ui/model/fragment/class-use/MModelFragment.html: different reference/api/org/eclipse/e4/ui/model/fragment/class-use/MModelFragments.html: different reference/api/org/eclipse/e4/ui/model/fragment/class-use/MStringModelFragment.html: different reference/api/org/eclipse/e4/ui/model/fragment/package-summary.html: different reference/api/org/eclipse/e4/ui/model/fragment/package-tree.html: different reference/api/org/eclipse/e4/ui/model/fragment/package-use.html: different reference/api/org/eclipse/e4/ui/services/ContextServiceAddon.html: different reference/api/org/eclipse/e4/ui/services/EContextService.html: different reference/api/org/eclipse/e4/ui/services/EMenuService.html: different reference/api/org/eclipse/e4/ui/services/IServiceConstants.html: different reference/api/org/eclipse/e4/ui/services/IStylingEngine.html: different reference/api/org/eclipse/e4/ui/services/class-use/ContextServiceAddon.html: different reference/api/org/eclipse/e4/ui/services/class-use/EContextService.html: different reference/api/org/eclipse/e4/ui/services/class-use/EMenuService.html: different reference/api/org/eclipse/e4/ui/services/class-use/IServiceConstants.html: different reference/api/org/eclipse/e4/ui/services/class-use/IStylingEngine.html: different reference/api/org/eclipse/e4/ui/services/package-summary.html: different reference/api/org/eclipse/e4/ui/services/package-tree.html: different reference/api/org/eclipse/e4/ui/services/package-use.html: different reference/api/org/eclipse/e4/ui/workbench/IExceptionHandler.html: different reference/api/org/eclipse/e4/ui/workbench/IModelResourceHandler.html: different reference/api/org/eclipse/e4/ui/workbench/IPresentationEngine.html: different reference/api/org/eclipse/e4/ui/workbench/IResourceUtilities.html: different reference/api/org/eclipse/e4/ui/workbench/IWorkbench.html: different reference/api/org/eclipse/e4/ui/workbench/Selector.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Application.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.ApplicationElement.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.BindingContext.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.BindingTable.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.BindingTableContainer.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Bindings.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Category.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Command.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.CommandParameter.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Context.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Contribution.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.CoreExpression.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Dirtyable.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.ElementContainer.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.EventTags.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.EventTypes.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.GenericTile.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.GenericTrimContainer.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.HandledItem.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Handler.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.HandlerContainer.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.ImperativeExpression.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Item.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.KeyBinding.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.KeySequence.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Menu.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.MenuContribution.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.MenuContributions.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.MenuElement.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.OpaqueMenuItem.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.OpaqueMenuSeparator.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.OpaqueToolItem.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Parameter.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Part.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.PartDescriptor.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.PartDescriptorContainer.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Perspective.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Placeholder.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.RenderedMenu.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.RenderedMenuItem.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.RenderedToolBar.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.SnippetContainer.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.StringToObjectMap.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.StringToStringMap.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.ToolBarContribution.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.ToolBarContributions.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.ToolItem.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.TrimBar.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.TrimContribution.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.TrimContributions.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.TrimmedWindow.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.UIElement.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.UILabel.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.UILifeCycle.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.Window.html: different reference/api/org/eclipse/e4/ui/workbench/UIEvents.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/IExceptionHandler.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/IModelResourceHandler.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/IPresentationEngine.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/IResourceUtilities.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/IWorkbench.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/Selector.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Application.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.ApplicationElement.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.BindingContext.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.BindingTable.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.BindingTableContainer.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Bindings.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Category.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Command.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.CommandParameter.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Context.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Contribution.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.CoreExpression.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Dirtyable.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.ElementContainer.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.EventTags.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.EventTypes.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.GenericTile.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.GenericTrimContainer.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.HandledItem.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Handler.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.HandlerContainer.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.ImperativeExpression.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Item.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.KeyBinding.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.KeySequence.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Menu.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.MenuContribution.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.MenuContributions.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.MenuElement.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.OpaqueMenuItem.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.OpaqueMenuSeparator.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.OpaqueToolItem.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Parameter.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Part.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.PartDescriptor.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.PartDescriptorContainer.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Perspective.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Placeholder.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.RenderedMenu.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.RenderedMenuItem.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.RenderedToolBar.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.SnippetContainer.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.StringToObjectMap.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.StringToStringMap.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.ToolBarContribution.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.ToolBarContributions.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.ToolItem.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.TrimBar.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.TrimContribution.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.TrimContributions.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.TrimmedWindow.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.UIElement.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.UILabel.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.UILifeCycle.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.Window.html: different reference/api/org/eclipse/e4/ui/workbench/class-use/UIEvents.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/PostContextCreate.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/PostWorkbenchClose.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/PreSave.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/ProcessAdditions.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/ProcessRemovals.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/class-use/PostContextCreate.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/class-use/PostWorkbenchClose.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/class-use/PreSave.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/class-use/ProcessAdditions.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/class-use/ProcessRemovals.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/package-summary.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/package-tree.html: different reference/api/org/eclipse/e4/ui/workbench/lifecycle/package-use.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/EModelService.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/EObjModelHandler.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/EPartService.PartState.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/EPartService.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/EPlaceholderResolver.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/ESelectionService.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/ElementMatcher.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.ModelElement.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/IModelProcessorContribution.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/IPartListener.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/ISaveHandler.Save.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/ISaveHandler.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/ISelectionListener.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/IWindowCloseHandler.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/ModelHandlerBase.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/EModelService.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/EObjModelHandler.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/EPartService.PartState.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/EPartService.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/EPlaceholderResolver.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/ESelectionService.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/ElementMatcher.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/IModelProcessorContribution.ModelElement.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/IModelProcessorContribution.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/IPartListener.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/ISaveHandler.Save.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/ISaveHandler.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/ISelectionListener.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/IWindowCloseHandler.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/class-use/ModelHandlerBase.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/package-summary.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/package-tree.html: different reference/api/org/eclipse/e4/ui/workbench/modeling/package-use.html: different reference/api/org/eclipse/e4/ui/workbench/package-summary.html: different reference/api/org/eclipse/e4/ui/workbench/package-tree.html: different reference/api/org/eclipse/e4/ui/workbench/package-use.html: different reference/api/org/eclipse/equinox/app/IApplication.html: different reference/api/org/eclipse/equinox/app/IApplicationContext.html: different reference/api/org/eclipse/equinox/app/class-use/IApplication.html: different reference/api/org/eclipse/equinox/app/class-use/IApplicationContext.html: different reference/api/org/eclipse/equinox/app/package-summary.html: different reference/api/org/eclipse/equinox/app/package-tree.html: different reference/api/org/eclipse/equinox/app/package-use.html: different reference/api/org/eclipse/equinox/bidi/StructuredTextProcessor.html: different reference/api/org/eclipse/equinox/bidi/StructuredTextTypeHandlerFactory.html: different reference/api/org/eclipse/equinox/bidi/advanced/IStructuredTextExpert.html: different reference/api/org/eclipse/equinox/bidi/advanced/StructuredTextEnvironment.html: different reference/api/org/eclipse/equinox/bidi/advanced/StructuredTextExpertFactory.html: different reference/api/org/eclipse/equinox/bidi/advanced/class-use/IStructuredTextExpert.html: different reference/api/org/eclipse/equinox/bidi/advanced/class-use/StructuredTextEnvironment.html: different reference/api/org/eclipse/equinox/bidi/advanced/class-use/StructuredTextExpertFactory.html: different reference/api/org/eclipse/equinox/bidi/advanced/package-summary.html: different reference/api/org/eclipse/equinox/bidi/advanced/package-tree.html: different reference/api/org/eclipse/equinox/bidi/advanced/package-use.html: different reference/api/org/eclipse/equinox/bidi/class-use/StructuredTextProcessor.html: different reference/api/org/eclipse/equinox/bidi/class-use/StructuredTextTypeHandlerFactory.html: different reference/api/org/eclipse/equinox/bidi/custom/StructuredTextCharTypes.html: different reference/api/org/eclipse/equinox/bidi/custom/StructuredTextOffsets.html: different reference/api/org/eclipse/equinox/bidi/custom/StructuredTextTypeHandler.html: different reference/api/org/eclipse/equinox/bidi/custom/class-use/StructuredTextCharTypes.html: different reference/api/org/eclipse/equinox/bidi/custom/class-use/StructuredTextOffsets.html: different reference/api/org/eclipse/equinox/bidi/custom/class-use/StructuredTextTypeHandler.html: different reference/api/org/eclipse/equinox/bidi/custom/package-summary.html: different reference/api/org/eclipse/equinox/bidi/custom/package-tree.html: different reference/api/org/eclipse/equinox/bidi/custom/package-use.html: different reference/api/org/eclipse/equinox/bidi/package-summary.html: different reference/api/org/eclipse/equinox/bidi/package-tree.html: different reference/api/org/eclipse/equinox/bidi/package-use.html: different reference/api/org/eclipse/equinox/frameworkadmin/BundleInfo.html: different reference/api/org/eclipse/equinox/frameworkadmin/class-use/BundleInfo.html: different reference/api/org/eclipse/equinox/frameworkadmin/package-summary.html: different reference/api/org/eclipse/equinox/frameworkadmin/package-tree.html: different reference/api/org/eclipse/equinox/frameworkadmin/package-use.html: different reference/api/org/eclipse/equinox/http/jetty/JettyConfigurator.html: different reference/api/org/eclipse/equinox/http/jetty/JettyConstants.html: different reference/api/org/eclipse/equinox/http/jetty/JettyCustomizer.html: different reference/api/org/eclipse/equinox/http/jetty/class-use/JettyConfigurator.html: different reference/api/org/eclipse/equinox/http/jetty/class-use/JettyConstants.html: different reference/api/org/eclipse/equinox/http/jetty/class-use/JettyCustomizer.html: different reference/api/org/eclipse/equinox/http/jetty/package-summary.html: different reference/api/org/eclipse/equinox/http/jetty/package-tree.html: different reference/api/org/eclipse/equinox/http/jetty/package-use.html: different reference/api/org/eclipse/equinox/http/registry/HttpContextExtensionService.html: different reference/api/org/eclipse/equinox/http/registry/class-use/HttpContextExtensionService.html: different reference/api/org/eclipse/equinox/http/registry/package-summary.html: different reference/api/org/eclipse/equinox/http/registry/package-tree.html: different reference/api/org/eclipse/equinox/http/registry/package-use.html: different reference/api/org/eclipse/equinox/http/servlet/ExtendedHttpService.html: different reference/api/org/eclipse/equinox/http/servlet/HttpServiceMultipartServlet.html: different reference/api/org/eclipse/equinox/http/servlet/HttpServiceServlet.html: different reference/api/org/eclipse/equinox/http/servlet/RangeAwareServletContextHelper.html: different reference/api/org/eclipse/equinox/http/servlet/class-use/ExtendedHttpService.html: different reference/api/org/eclipse/equinox/http/servlet/class-use/HttpServiceMultipartServlet.html: different reference/api/org/eclipse/equinox/http/servlet/class-use/HttpServiceServlet.html: different reference/api/org/eclipse/equinox/http/servlet/class-use/RangeAwareServletContextHelper.html: different reference/api/org/eclipse/equinox/http/servlet/package-summary.html: different reference/api/org/eclipse/equinox/http/servlet/package-tree.html: different reference/api/org/eclipse/equinox/http/servlet/package-use.html: different reference/api/org/eclipse/equinox/jsp/jasper/JspServlet.html: different reference/api/org/eclipse/equinox/jsp/jasper/class-use/JspServlet.html: different reference/api/org/eclipse/equinox/jsp/jasper/package-summary.html: different reference/api/org/eclipse/equinox/jsp/jasper/package-tree.html: different reference/api/org/eclipse/equinox/jsp/jasper/package-use.html: different reference/api/org/eclipse/equinox/jsp/jasper/registry/JSPFactory.html: different reference/api/org/eclipse/equinox/jsp/jasper/registry/class-use/JSPFactory.html: different reference/api/org/eclipse/equinox/jsp/jasper/registry/package-summary.html: different reference/api/org/eclipse/equinox/jsp/jasper/registry/package-tree.html: different reference/api/org/eclipse/equinox/jsp/jasper/registry/package-use.html: different reference/api/org/eclipse/equinox/p2/core/IAgentLocation.html: different reference/api/org/eclipse/equinox/p2/core/IPool.html: different reference/api/org/eclipse/equinox/p2/core/IProvisioningAgent.html: different reference/api/org/eclipse/equinox/p2/core/IProvisioningAgentProvider.html: different reference/api/org/eclipse/equinox/p2/core/ProvisionException.html: different reference/api/org/eclipse/equinox/p2/core/StrongPool.html: different reference/api/org/eclipse/equinox/p2/core/UIServices.AuthenticationInfo.html: different reference/api/org/eclipse/equinox/p2/core/UIServices.TrustInfo.html: different reference/api/org/eclipse/equinox/p2/core/UIServices.html: different reference/api/org/eclipse/equinox/p2/core/WeakPool.html: different reference/api/org/eclipse/equinox/p2/core/class-use/IAgentLocation.html: different reference/api/org/eclipse/equinox/p2/core/class-use/IPool.html: different reference/api/org/eclipse/equinox/p2/core/class-use/IProvisioningAgent.html: different reference/api/org/eclipse/equinox/p2/core/class-use/IProvisioningAgentProvider.html: different reference/api/org/eclipse/equinox/p2/core/class-use/ProvisionException.html: different reference/api/org/eclipse/equinox/p2/core/class-use/StrongPool.html: different reference/api/org/eclipse/equinox/p2/core/class-use/UIServices.AuthenticationInfo.html: different reference/api/org/eclipse/equinox/p2/core/class-use/UIServices.TrustInfo.html: different reference/api/org/eclipse/equinox/p2/core/class-use/UIServices.html: different reference/api/org/eclipse/equinox/p2/core/class-use/WeakPool.html: different reference/api/org/eclipse/equinox/p2/core/package-summary.html: different reference/api/org/eclipse/equinox/p2/core/package-tree.html: different reference/api/org/eclipse/equinox/p2/core/package-use.html: different reference/api/org/eclipse/equinox/p2/core/spi/Constants.html: different reference/api/org/eclipse/equinox/p2/core/spi/IAgentService.html: different reference/api/org/eclipse/equinox/p2/core/spi/IAgentServiceFactory.html: different reference/api/org/eclipse/equinox/p2/core/spi/class-use/Constants.html: different reference/api/org/eclipse/equinox/p2/core/spi/class-use/IAgentService.html: different reference/api/org/eclipse/equinox/p2/core/spi/class-use/IAgentServiceFactory.html: different reference/api/org/eclipse/equinox/p2/core/spi/package-summary.html: different reference/api/org/eclipse/equinox/p2/core/spi/package-tree.html: different reference/api/org/eclipse/equinox/p2/core/spi/package-use.html: different reference/api/org/eclipse/equinox/p2/engine/IEngine.html: different reference/api/org/eclipse/equinox/p2/engine/IPhaseSet.html: different reference/api/org/eclipse/equinox/p2/engine/IProfile.html: different reference/api/org/eclipse/equinox/p2/engine/IProfileEvent.html: different reference/api/org/eclipse/equinox/p2/engine/IProfileRegistry.html: different reference/api/org/eclipse/equinox/p2/engine/IProvisioningPlan.html: different reference/api/org/eclipse/equinox/p2/engine/ISizingPhaseSet.html: different reference/api/org/eclipse/equinox/p2/engine/PhaseSetFactory.html: different reference/api/org/eclipse/equinox/p2/engine/ProfileScope.html: different reference/api/org/eclipse/equinox/p2/engine/ProvisioningContext.html: different reference/api/org/eclipse/equinox/p2/engine/class-use/IEngine.html: different reference/api/org/eclipse/equinox/p2/engine/class-use/IPhaseSet.html: different reference/api/org/eclipse/equinox/p2/engine/class-use/IProfile.html: different reference/api/org/eclipse/equinox/p2/engine/class-use/IProfileEvent.html: different reference/api/org/eclipse/equinox/p2/engine/class-use/IProfileRegistry.html: different reference/api/org/eclipse/equinox/p2/engine/class-use/IProvisioningPlan.html: different reference/api/org/eclipse/equinox/p2/engine/class-use/ISizingPhaseSet.html: different reference/api/org/eclipse/equinox/p2/engine/class-use/PhaseSetFactory.html: different reference/api/org/eclipse/equinox/p2/engine/class-use/ProfileScope.html: different reference/api/org/eclipse/equinox/p2/engine/class-use/ProvisioningContext.html: different reference/api/org/eclipse/equinox/p2/engine/package-summary.html: different reference/api/org/eclipse/equinox/p2/engine/package-tree.html: different reference/api/org/eclipse/equinox/p2/engine/package-use.html: different reference/api/org/eclipse/equinox/p2/engine/query/IUProfilePropertyQuery.html: different reference/api/org/eclipse/equinox/p2/engine/query/UserVisibleRootQuery.html: different reference/api/org/eclipse/equinox/p2/engine/query/class-use/IUProfilePropertyQuery.html: different reference/api/org/eclipse/equinox/p2/engine/query/class-use/UserVisibleRootQuery.html: different reference/api/org/eclipse/equinox/p2/engine/query/package-summary.html: different reference/api/org/eclipse/equinox/p2/engine/query/package-tree.html: different reference/api/org/eclipse/equinox/p2/engine/query/package-use.html: different reference/api/org/eclipse/equinox/p2/engine/spi/Memento.html: different reference/api/org/eclipse/equinox/p2/engine/spi/ProvisioningAction.html: different reference/api/org/eclipse/equinox/p2/engine/spi/Touchpoint.html: different reference/api/org/eclipse/equinox/p2/engine/spi/Value.html: different reference/api/org/eclipse/equinox/p2/engine/spi/class-use/Memento.html: different reference/api/org/eclipse/equinox/p2/engine/spi/class-use/ProvisioningAction.html: different reference/api/org/eclipse/equinox/p2/engine/spi/class-use/Touchpoint.html: different reference/api/org/eclipse/equinox/p2/engine/spi/class-use/Value.html: different reference/api/org/eclipse/equinox/p2/engine/spi/package-summary.html: different reference/api/org/eclipse/equinox/p2/engine/spi/package-tree.html: different reference/api/org/eclipse/equinox/p2/engine/spi/package-use.html: different reference/api/org/eclipse/equinox/p2/metadata/IArtifactKey.html: different reference/api/org/eclipse/equinox/p2/metadata/ICopyright.html: different reference/api/org/eclipse/equinox/p2/metadata/IInstallableUnit.html: different reference/api/org/eclipse/equinox/p2/metadata/IInstallableUnitFragment.html: different reference/api/org/eclipse/equinox/p2/metadata/IInstallableUnitPatch.html: different reference/api/org/eclipse/equinox/p2/metadata/ILicense.html: different reference/api/org/eclipse/equinox/p2/metadata/IProvidedCapability.html: different reference/api/org/eclipse/equinox/p2/metadata/IRequirement.html: different reference/api/org/eclipse/equinox/p2/metadata/IRequirementChange.html: different reference/api/org/eclipse/equinox/p2/metadata/ITouchpointData.html: different reference/api/org/eclipse/equinox/p2/metadata/ITouchpointInstruction.html: different reference/api/org/eclipse/equinox/p2/metadata/ITouchpointType.html: different reference/api/org/eclipse/equinox/p2/metadata/IUpdateDescriptor.html: different reference/api/org/eclipse/equinox/p2/metadata/IVersionFormat.html: different reference/api/org/eclipse/equinox/p2/metadata/IVersionedId.html: different reference/api/org/eclipse/equinox/p2/metadata/KeyWithLocale.html: different reference/api/org/eclipse/equinox/p2/metadata/MetadataFactory.InstallableUnitDescription.html: different reference/api/org/eclipse/equinox/p2/metadata/MetadataFactory.InstallableUnitFragmentDescription.html: different reference/api/org/eclipse/equinox/p2/metadata/MetadataFactory.InstallableUnitPatchDescription.html: different reference/api/org/eclipse/equinox/p2/metadata/MetadataFactory.html: different reference/api/org/eclipse/equinox/p2/metadata/Version.html: different reference/api/org/eclipse/equinox/p2/metadata/VersionFormatException.html: different reference/api/org/eclipse/equinox/p2/metadata/VersionRange.html: different reference/api/org/eclipse/equinox/p2/metadata/VersionedId.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/IArtifactKey.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/ICopyright.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/IInstallableUnit.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/IInstallableUnitFragment.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/IInstallableUnitPatch.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/ILicense.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/IProvidedCapability.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/IRequirement.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/IRequirementChange.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/ITouchpointData.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/ITouchpointInstruction.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/ITouchpointType.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/IUpdateDescriptor.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/IVersionFormat.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/IVersionedId.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/KeyWithLocale.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/MetadataFactory.InstallableUnitDescription.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/MetadataFactory.InstallableUnitFragmentDescription.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/MetadataFactory.InstallableUnitPatchDescription.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/MetadataFactory.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/Version.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/VersionFormatException.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/VersionRange.html: different reference/api/org/eclipse/equinox/p2/metadata/class-use/VersionedId.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/ExpressionParseException.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/ExpressionUtil.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/IContextExpression.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/IEvaluationContext.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/IExpression.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/IExpressionFactory.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/IExpressionParser.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/IExpressionVisitor.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/IFilterExpression.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/IMatchExpression.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/IMemberProvider.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/SimplePattern.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/ExpressionParseException.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/ExpressionUtil.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/IContextExpression.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/IEvaluationContext.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/IExpression.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/IExpressionFactory.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/IExpressionParser.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/IExpressionVisitor.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/IFilterExpression.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/IMatchExpression.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/IMemberProvider.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/class-use/SimplePattern.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/package-summary.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/package-tree.html: different reference/api/org/eclipse/equinox/p2/metadata/expression/package-use.html: different reference/api/org/eclipse/equinox/p2/metadata/index/IIndex.html: different reference/api/org/eclipse/equinox/p2/metadata/index/IIndexProvider.html: different reference/api/org/eclipse/equinox/p2/metadata/index/IQueryWithIndex.html: different reference/api/org/eclipse/equinox/p2/metadata/index/class-use/IIndex.html: different reference/api/org/eclipse/equinox/p2/metadata/index/class-use/IIndexProvider.html: different reference/api/org/eclipse/equinox/p2/metadata/index/class-use/IQueryWithIndex.html: different reference/api/org/eclipse/equinox/p2/metadata/index/package-summary.html: different reference/api/org/eclipse/equinox/p2/metadata/index/package-tree.html: different reference/api/org/eclipse/equinox/p2/metadata/index/package-use.html: different reference/api/org/eclipse/equinox/p2/metadata/package-summary.html: different reference/api/org/eclipse/equinox/p2/metadata/package-tree.html: different reference/api/org/eclipse/equinox/p2/metadata/package-use.html: different reference/api/org/eclipse/equinox/p2/operations/IProfileChangeJob.html: different reference/api/org/eclipse/equinox/p2/operations/InstallOperation.html: different reference/api/org/eclipse/equinox/p2/operations/OperationFactory.html: different reference/api/org/eclipse/equinox/p2/operations/ProfileChangeOperation.html: different reference/api/org/eclipse/equinox/p2/operations/ProfileModificationJob.html: different reference/api/org/eclipse/equinox/p2/operations/ProvisioningJob.html: different reference/api/org/eclipse/equinox/p2/operations/ProvisioningSession.html: different reference/api/org/eclipse/equinox/p2/operations/RemediationOperation.html: different reference/api/org/eclipse/equinox/p2/operations/Remedy.html: different reference/api/org/eclipse/equinox/p2/operations/RemedyConfig.html: different reference/api/org/eclipse/equinox/p2/operations/RemedyIUDetail.html: different reference/api/org/eclipse/equinox/p2/operations/RepositoryTracker.html: different reference/api/org/eclipse/equinox/p2/operations/SynchronizeOperation.html: different reference/api/org/eclipse/equinox/p2/operations/UninstallOperation.html: different reference/api/org/eclipse/equinox/p2/operations/Update.html: different reference/api/org/eclipse/equinox/p2/operations/UpdateOperation.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/IProfileChangeJob.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/InstallOperation.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/OperationFactory.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/ProfileChangeOperation.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/ProfileModificationJob.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/ProvisioningJob.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/ProvisioningSession.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/RemediationOperation.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/Remedy.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/RemedyConfig.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/RemedyIUDetail.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/RepositoryTracker.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/SynchronizeOperation.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/UninstallOperation.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/Update.html: different reference/api/org/eclipse/equinox/p2/operations/class-use/UpdateOperation.html: different reference/api/org/eclipse/equinox/p2/operations/package-summary.html: different reference/api/org/eclipse/equinox/p2/operations/package-tree.html: different reference/api/org/eclipse/equinox/p2/operations/package-use.html: different reference/api/org/eclipse/equinox/p2/planner/IPlanner.html: different reference/api/org/eclipse/equinox/p2/planner/IProfileChangeRequest.html: different reference/api/org/eclipse/equinox/p2/planner/ProfileInclusionRules.html: different reference/api/org/eclipse/equinox/p2/planner/class-use/IPlanner.html: different reference/api/org/eclipse/equinox/p2/planner/class-use/IProfileChangeRequest.html: different reference/api/org/eclipse/equinox/p2/planner/class-use/ProfileInclusionRules.html: different reference/api/org/eclipse/equinox/p2/planner/package-summary.html: different reference/api/org/eclipse/equinox/p2/planner/package-tree.html: different reference/api/org/eclipse/equinox/p2/planner/package-use.html: different reference/api/org/eclipse/equinox/p2/query/CollectionResult.html: different reference/api/org/eclipse/equinox/p2/query/Collector.html: different reference/api/org/eclipse/equinox/p2/query/CompoundQueryable.html: different reference/api/org/eclipse/equinox/p2/query/ExpressionMatchQuery.html: different reference/api/org/eclipse/equinox/p2/query/ExpressionQuery.html: different reference/api/org/eclipse/equinox/p2/query/IMatchQuery.html: different reference/api/org/eclipse/equinox/p2/query/IQuery.html: different reference/api/org/eclipse/equinox/p2/query/IQueryResult.html: different reference/api/org/eclipse/equinox/p2/query/IQueryable.html: different reference/api/org/eclipse/equinox/p2/query/MatchQuery.html: different reference/api/org/eclipse/equinox/p2/query/QueryUtil.html: different reference/api/org/eclipse/equinox/p2/query/class-use/CollectionResult.html: different reference/api/org/eclipse/equinox/p2/query/class-use/Collector.html: different reference/api/org/eclipse/equinox/p2/query/class-use/CompoundQueryable.html: different reference/api/org/eclipse/equinox/p2/query/class-use/ExpressionMatchQuery.html: different reference/api/org/eclipse/equinox/p2/query/class-use/ExpressionQuery.html: different reference/api/org/eclipse/equinox/p2/query/class-use/IMatchQuery.html: different reference/api/org/eclipse/equinox/p2/query/class-use/IQuery.html: different reference/api/org/eclipse/equinox/p2/query/class-use/IQueryResult.html: different reference/api/org/eclipse/equinox/p2/query/class-use/IQueryable.html: different reference/api/org/eclipse/equinox/p2/query/class-use/MatchQuery.html: different reference/api/org/eclipse/equinox/p2/query/class-use/QueryUtil.html: different reference/api/org/eclipse/equinox/p2/query/package-summary.html: different reference/api/org/eclipse/equinox/p2/query/package-tree.html: different reference/api/org/eclipse/equinox/p2/query/package-use.html: different reference/api/org/eclipse/equinox/p2/repository/ICompositeRepository.html: different reference/api/org/eclipse/equinox/p2/repository/IRepository.html: different reference/api/org/eclipse/equinox/p2/repository/IRepositoryManager.html: different reference/api/org/eclipse/equinox/p2/repository/IRepositoryReference.html: different reference/api/org/eclipse/equinox/p2/repository/IRunnableWithProgress.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/ArtifactDescriptorQuery.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/ArtifactKeyQuery.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/IArtifactDescriptor.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/IArtifactRepositoryManager.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/IArtifactRequest.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/IFileArtifactRepository.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/IProcessingStepDescriptor.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/class-use/ArtifactDescriptorQuery.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/class-use/ArtifactKeyQuery.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/class-use/IArtifactDescriptor.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/class-use/IArtifactRepository.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/class-use/IArtifactRepositoryManager.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/class-use/IArtifactRequest.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/class-use/IFileArtifactRepository.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/class-use/IProcessingStepDescriptor.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/package-summary.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/package-tree.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/package-use.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/AbstractArtifactRepository.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/ArtifactDescriptor.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/ArtifactRepositoryFactory.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/IArtifactUIServices.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/ProcessingStepDescriptor.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/class-use/AbstractArtifactRepository.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/class-use/ArtifactDescriptor.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/class-use/ArtifactRepositoryFactory.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/class-use/IArtifactUIServices.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/class-use/ProcessingStepDescriptor.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/package-summary.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/package-tree.html: different reference/api/org/eclipse/equinox/p2/repository/artifact/spi/package-use.html: different reference/api/org/eclipse/equinox/p2/repository/class-use/ICompositeRepository.html: different reference/api/org/eclipse/equinox/p2/repository/class-use/IRepository.html: different reference/api/org/eclipse/equinox/p2/repository/class-use/IRepositoryManager.html: different reference/api/org/eclipse/equinox/p2/repository/class-use/IRepositoryReference.html: different reference/api/org/eclipse/equinox/p2/repository/class-use/IRunnableWithProgress.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/IMetadataRepository.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/IMetadataRepositoryManager.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/class-use/IMetadataRepository.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/class-use/IMetadataRepositoryManager.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/package-summary.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/package-tree.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/package-use.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/spi/AbstractMetadataRepository.RepositoryState.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/spi/AbstractMetadataRepository.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/spi/MetadataRepositoryFactory.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/spi/class-use/AbstractMetadataRepository.RepositoryState.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/spi/class-use/AbstractMetadataRepository.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/spi/class-use/MetadataRepositoryFactory.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/spi/package-summary.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/spi/package-tree.html: different reference/api/org/eclipse/equinox/p2/repository/metadata/spi/package-use.html: different reference/api/org/eclipse/equinox/p2/repository/package-summary.html: different reference/api/org/eclipse/equinox/p2/repository/package-tree.html: different reference/api/org/eclipse/equinox/p2/repository/package-use.html: different reference/api/org/eclipse/equinox/p2/repository/spi/AbstractRepository.html: different reference/api/org/eclipse/equinox/p2/repository/spi/PGPPublicKeyService.html: different reference/api/org/eclipse/equinox/p2/repository/spi/RepositoryReference.html: different reference/api/org/eclipse/equinox/p2/repository/spi/class-use/AbstractRepository.html: different reference/api/org/eclipse/equinox/p2/repository/spi/class-use/PGPPublicKeyService.html: different reference/api/org/eclipse/equinox/p2/repository/spi/class-use/RepositoryReference.html: different reference/api/org/eclipse/equinox/p2/repository/spi/package-summary.html: different reference/api/org/eclipse/equinox/p2/repository/spi/package-tree.html: different reference/api/org/eclipse/equinox/p2/repository/spi/package-use.html: different reference/api/org/eclipse/equinox/p2/touchpoint/eclipse/query/OSGiBundleQuery.html: different reference/api/org/eclipse/equinox/p2/touchpoint/eclipse/query/class-use/OSGiBundleQuery.html: different reference/api/org/eclipse/equinox/p2/touchpoint/eclipse/query/package-summary.html: different reference/api/org/eclipse/equinox/p2/touchpoint/eclipse/query/package-tree.html: different reference/api/org/eclipse/equinox/p2/touchpoint/eclipse/query/package-use.html: different reference/api/org/eclipse/equinox/p2/ui/AcceptLicensesWizardPage.html: different reference/api/org/eclipse/equinox/p2/ui/ICopyable.html: different reference/api/org/eclipse/equinox/p2/ui/InstalledSoftwarePage.html: different reference/api/org/eclipse/equinox/p2/ui/LicenseManager.html: different reference/api/org/eclipse/equinox/p2/ui/LoadMetadataRepositoryJob.html: different reference/api/org/eclipse/equinox/p2/ui/Policy.html: different reference/api/org/eclipse/equinox/p2/ui/ProvisioningUI.html: different reference/api/org/eclipse/equinox/p2/ui/RepositoryManipulationPage.html: different reference/api/org/eclipse/equinox/p2/ui/RevertProfilePage.html: different reference/api/org/eclipse/equinox/p2/ui/class-use/AcceptLicensesWizardPage.html: different reference/api/org/eclipse/equinox/p2/ui/class-use/ICopyable.html: different reference/api/org/eclipse/equinox/p2/ui/class-use/InstalledSoftwarePage.html: different reference/api/org/eclipse/equinox/p2/ui/class-use/LicenseManager.html: different reference/api/org/eclipse/equinox/p2/ui/class-use/LoadMetadataRepositoryJob.html: different reference/api/org/eclipse/equinox/p2/ui/class-use/Policy.html: different reference/api/org/eclipse/equinox/p2/ui/class-use/ProvisioningUI.html: different reference/api/org/eclipse/equinox/p2/ui/class-use/RepositoryManipulationPage.html: different reference/api/org/eclipse/equinox/p2/ui/class-use/RevertProfilePage.html: different reference/api/org/eclipse/equinox/p2/ui/package-summary.html: different reference/api/org/eclipse/equinox/p2/ui/package-tree.html: different reference/api/org/eclipse/equinox/p2/ui/package-use.html: different reference/api/org/eclipse/equinox/security/auth/ILoginContext.html: different reference/api/org/eclipse/equinox/security/auth/ILoginContextListener.html: different reference/api/org/eclipse/equinox/security/auth/LoginContextFactory.html: different reference/api/org/eclipse/equinox/security/auth/class-use/ILoginContext.html: different reference/api/org/eclipse/equinox/security/auth/class-use/ILoginContextListener.html: different reference/api/org/eclipse/equinox/security/auth/class-use/LoginContextFactory.html: different reference/api/org/eclipse/equinox/security/auth/credentials/CredentialsFactory.html: different reference/api/org/eclipse/equinox/security/auth/credentials/IPrivateCredential.html: different reference/api/org/eclipse/equinox/security/auth/credentials/IPublicCredential.html: different reference/api/org/eclipse/equinox/security/auth/credentials/class-use/CredentialsFactory.html: different reference/api/org/eclipse/equinox/security/auth/credentials/class-use/IPrivateCredential.html: different reference/api/org/eclipse/equinox/security/auth/credentials/class-use/IPublicCredential.html: different reference/api/org/eclipse/equinox/security/auth/credentials/package-summary.html: different reference/api/org/eclipse/equinox/security/auth/credentials/package-tree.html: different reference/api/org/eclipse/equinox/security/auth/credentials/package-use.html: different reference/api/org/eclipse/equinox/security/auth/module/ExtensionLoginModule.html: different reference/api/org/eclipse/equinox/security/auth/module/class-use/ExtensionLoginModule.html: different reference/api/org/eclipse/equinox/security/auth/module/package-summary.html: different reference/api/org/eclipse/equinox/security/auth/module/package-tree.html: different reference/api/org/eclipse/equinox/security/auth/module/package-use.html: different reference/api/org/eclipse/equinox/security/auth/package-summary.html: different reference/api/org/eclipse/equinox/security/auth/package-tree.html: different reference/api/org/eclipse/equinox/security/auth/package-use.html: different reference/api/org/eclipse/equinox/security/storage/EncodingUtils.html: different reference/api/org/eclipse/equinox/security/storage/ISecurePreferences.html: different reference/api/org/eclipse/equinox/security/storage/SecurePreferencesFactory.html: different reference/api/org/eclipse/equinox/security/storage/StorageException.html: different reference/api/org/eclipse/equinox/security/storage/class-use/EncodingUtils.html: different reference/api/org/eclipse/equinox/security/storage/class-use/ISecurePreferences.html: different reference/api/org/eclipse/equinox/security/storage/class-use/SecurePreferencesFactory.html: different reference/api/org/eclipse/equinox/security/storage/class-use/StorageException.html: different reference/api/org/eclipse/equinox/security/storage/package-summary.html: different reference/api/org/eclipse/equinox/security/storage/package-tree.html: different reference/api/org/eclipse/equinox/security/storage/package-use.html: different reference/api/org/eclipse/equinox/security/storage/provider/IPreferencesContainer.html: different reference/api/org/eclipse/equinox/security/storage/provider/IProviderHints.html: different reference/api/org/eclipse/equinox/security/storage/provider/PasswordProvider.html: different reference/api/org/eclipse/equinox/security/storage/provider/class-use/IPreferencesContainer.html: different reference/api/org/eclipse/equinox/security/storage/provider/class-use/IProviderHints.html: different reference/api/org/eclipse/equinox/security/storage/provider/class-use/PasswordProvider.html: different reference/api/org/eclipse/equinox/security/storage/provider/package-summary.html: different reference/api/org/eclipse/equinox/security/storage/provider/package-tree.html: different reference/api/org/eclipse/equinox/security/storage/provider/package-use.html: different reference/api/org/eclipse/help/AbstractContentExtensionProvider.html: different reference/api/org/eclipse/help/AbstractContextProvider.html: different reference/api/org/eclipse/help/AbstractCriteriaDefinitionProvider.html: different reference/api/org/eclipse/help/AbstractCriteriaProvider.html: different reference/api/org/eclipse/help/AbstractIndexProvider.html: different reference/api/org/eclipse/help/AbstractTocProvider.html: different reference/api/org/eclipse/help/HelpSystem.html: different reference/api/org/eclipse/help/IAnchor.html: different reference/api/org/eclipse/help/ICommandLink.html: different reference/api/org/eclipse/help/IContentExtension.html: different reference/api/org/eclipse/help/IContext.html: different reference/api/org/eclipse/help/IContext2.html: different reference/api/org/eclipse/help/IContext3.html: different reference/api/org/eclipse/help/IContextProvider.html: different reference/api/org/eclipse/help/ICriteria.html: different reference/api/org/eclipse/help/ICriteriaDefinition.html: different reference/api/org/eclipse/help/ICriteriaDefinitionContribution.html: different reference/api/org/eclipse/help/ICriterionDefinition.html: different reference/api/org/eclipse/help/ICriterionValueDefinition.html: different reference/api/org/eclipse/help/IHelp.html: different reference/api/org/eclipse/help/IHelpContentProducer.html: different reference/api/org/eclipse/help/IHelpResource.html: different reference/api/org/eclipse/help/IInclude.html: different reference/api/org/eclipse/help/IIndex.html: different reference/api/org/eclipse/help/IIndexContribution.html: different reference/api/org/eclipse/help/IIndexEntry.html: different reference/api/org/eclipse/help/IIndexEntry2.html: different reference/api/org/eclipse/help/IIndexSee.html: different reference/api/org/eclipse/help/IIndexSubpath.html: different reference/api/org/eclipse/help/ILink.html: different reference/api/org/eclipse/help/ILiveHelpAction.html: different reference/api/org/eclipse/help/IToc.html: different reference/api/org/eclipse/help/IToc2.html: different reference/api/org/eclipse/help/ITocContribution.html: different reference/api/org/eclipse/help/ITopic.html: different reference/api/org/eclipse/help/ITopic2.html: different reference/api/org/eclipse/help/IUAElement.html: different reference/api/org/eclipse/help/UAContentFilter.html: different reference/api/org/eclipse/help/base/AbstractHelpDisplay.html: different reference/api/org/eclipse/help/base/AbstractHelpScope.html: different reference/api/org/eclipse/help/base/IHelpScopeProducer.html: different reference/api/org/eclipse/help/base/IScopeHandle.html: different reference/api/org/eclipse/help/base/class-use/AbstractHelpDisplay.html: different reference/api/org/eclipse/help/base/class-use/AbstractHelpScope.html: different reference/api/org/eclipse/help/base/class-use/IHelpScopeProducer.html: different reference/api/org/eclipse/help/base/class-use/IScopeHandle.html: different reference/api/org/eclipse/help/base/package-summary.html: different reference/api/org/eclipse/help/base/package-tree.html: different reference/api/org/eclipse/help/base/package-use.html: different reference/api/org/eclipse/help/browser/IBrowser.html: different reference/api/org/eclipse/help/browser/IBrowserFactory.html: different reference/api/org/eclipse/help/browser/class-use/IBrowser.html: different reference/api/org/eclipse/help/browser/class-use/IBrowserFactory.html: different reference/api/org/eclipse/help/browser/package-summary.html: different reference/api/org/eclipse/help/browser/package-tree.html: different reference/api/org/eclipse/help/browser/package-use.html: different reference/api/org/eclipse/help/class-use/AbstractContentExtensionProvider.html: different reference/api/org/eclipse/help/class-use/AbstractContextProvider.html: different reference/api/org/eclipse/help/class-use/AbstractCriteriaDefinitionProvider.html: different reference/api/org/eclipse/help/class-use/AbstractCriteriaProvider.html: different reference/api/org/eclipse/help/class-use/AbstractIndexProvider.html: different reference/api/org/eclipse/help/class-use/AbstractTocProvider.html: different reference/api/org/eclipse/help/class-use/HelpSystem.html: different reference/api/org/eclipse/help/class-use/IAnchor.html: different reference/api/org/eclipse/help/class-use/ICommandLink.html: different reference/api/org/eclipse/help/class-use/IContentExtension.html: different reference/api/org/eclipse/help/class-use/IContext.html: different reference/api/org/eclipse/help/class-use/IContext2.html: different reference/api/org/eclipse/help/class-use/IContext3.html: different reference/api/org/eclipse/help/class-use/IContextProvider.html: different reference/api/org/eclipse/help/class-use/ICriteria.html: different reference/api/org/eclipse/help/class-use/ICriteriaDefinition.html: different reference/api/org/eclipse/help/class-use/ICriteriaDefinitionContribution.html: different reference/api/org/eclipse/help/class-use/ICriterionDefinition.html: different reference/api/org/eclipse/help/class-use/ICriterionValueDefinition.html: different reference/api/org/eclipse/help/class-use/IHelp.html: different reference/api/org/eclipse/help/class-use/IHelpContentProducer.html: different reference/api/org/eclipse/help/class-use/IHelpResource.html: different reference/api/org/eclipse/help/class-use/IInclude.html: different reference/api/org/eclipse/help/class-use/IIndex.html: different reference/api/org/eclipse/help/class-use/IIndexContribution.html: different reference/api/org/eclipse/help/class-use/IIndexEntry.html: different reference/api/org/eclipse/help/class-use/IIndexEntry2.html: different reference/api/org/eclipse/help/class-use/IIndexSee.html: different reference/api/org/eclipse/help/class-use/IIndexSubpath.html: different reference/api/org/eclipse/help/class-use/ILink.html: different reference/api/org/eclipse/help/class-use/ILiveHelpAction.html: different reference/api/org/eclipse/help/class-use/IToc.html: different reference/api/org/eclipse/help/class-use/IToc2.html: different reference/api/org/eclipse/help/class-use/ITocContribution.html: different reference/api/org/eclipse/help/class-use/ITopic.html: different reference/api/org/eclipse/help/class-use/ITopic2.html: different reference/api/org/eclipse/help/class-use/IUAElement.html: different reference/api/org/eclipse/help/class-use/UAContentFilter.html: different reference/api/org/eclipse/help/package-summary.html: different reference/api/org/eclipse/help/package-tree.html: different reference/api/org/eclipse/help/package-use.html: different reference/api/org/eclipse/help/search/AbstractSearchProcessor.html: different reference/api/org/eclipse/help/search/HelpIndexBuilder.html: different reference/api/org/eclipse/help/search/IHelpSearchIndex.html: different reference/api/org/eclipse/help/search/ISearchDocument.html: different reference/api/org/eclipse/help/search/ISearchEngine.html: different reference/api/org/eclipse/help/search/ISearchEngine2.html: different reference/api/org/eclipse/help/search/ISearchEngineResult.html: different reference/api/org/eclipse/help/search/ISearchEngineResult2.html: different reference/api/org/eclipse/help/search/ISearchEngineResultCollector.html: different reference/api/org/eclipse/help/search/ISearchResult.html: different reference/api/org/eclipse/help/search/ISearchScope.html: different reference/api/org/eclipse/help/search/SearchParticipant.html: different reference/api/org/eclipse/help/search/SearchParticipantXML.IParsedXMLContent.html: different reference/api/org/eclipse/help/search/SearchParticipantXML.html: different reference/api/org/eclipse/help/search/SearchProcessorInfo.html: different reference/api/org/eclipse/help/search/class-use/AbstractSearchProcessor.html: different reference/api/org/eclipse/help/search/class-use/HelpIndexBuilder.html: different reference/api/org/eclipse/help/search/class-use/IHelpSearchIndex.html: different reference/api/org/eclipse/help/search/class-use/ISearchDocument.html: different reference/api/org/eclipse/help/search/class-use/ISearchEngine.html: different reference/api/org/eclipse/help/search/class-use/ISearchEngine2.html: different reference/api/org/eclipse/help/search/class-use/ISearchEngineResult.html: different reference/api/org/eclipse/help/search/class-use/ISearchEngineResult2.html: different reference/api/org/eclipse/help/search/class-use/ISearchEngineResultCollector.html: different reference/api/org/eclipse/help/search/class-use/ISearchResult.html: different reference/api/org/eclipse/help/search/class-use/ISearchScope.html: different reference/api/org/eclipse/help/search/class-use/SearchParticipant.html: different reference/api/org/eclipse/help/search/class-use/SearchParticipantXML.IParsedXMLContent.html: different reference/api/org/eclipse/help/search/class-use/SearchParticipantXML.html: different reference/api/org/eclipse/help/search/class-use/SearchProcessorInfo.html: different reference/api/org/eclipse/help/search/package-summary.html: different reference/api/org/eclipse/help/search/package-tree.html: different reference/api/org/eclipse/help/search/package-use.html: different reference/api/org/eclipse/help/server/HelpServer.html: different reference/api/org/eclipse/help/server/class-use/HelpServer.html: different reference/api/org/eclipse/help/server/package-summary.html: different reference/api/org/eclipse/help/server/package-tree.html: different reference/api/org/eclipse/help/server/package-use.html: different reference/api/org/eclipse/help/standalone/Help.html: different reference/api/org/eclipse/help/standalone/Infocenter.html: different reference/api/org/eclipse/help/standalone/class-use/Help.html: different reference/api/org/eclipse/help/standalone/class-use/Infocenter.html: different reference/api/org/eclipse/help/standalone/package-summary.html: different reference/api/org/eclipse/help/standalone/package-tree.html: different reference/api/org/eclipse/help/standalone/package-use.html: different reference/api/org/eclipse/help/ui/IEngineDescriptor.html: different reference/api/org/eclipse/help/ui/ISearchScopeFactory.html: different reference/api/org/eclipse/help/ui/ISearchScopePage.html: different reference/api/org/eclipse/help/ui/RootScopePage.html: different reference/api/org/eclipse/help/ui/browser/LaunchURL.html: different reference/api/org/eclipse/help/ui/browser/class-use/LaunchURL.html: different reference/api/org/eclipse/help/ui/browser/package-summary.html: different reference/api/org/eclipse/help/ui/browser/package-tree.html: different reference/api/org/eclipse/help/ui/browser/package-use.html: different reference/api/org/eclipse/help/ui/class-use/IEngineDescriptor.html: different reference/api/org/eclipse/help/ui/class-use/ISearchScopeFactory.html: different reference/api/org/eclipse/help/ui/class-use/ISearchScopePage.html: different reference/api/org/eclipse/help/ui/class-use/RootScopePage.html: different reference/api/org/eclipse/help/ui/package-summary.html: different reference/api/org/eclipse/help/ui/package-tree.html: different reference/api/org/eclipse/help/ui/package-use.html: different reference/api/org/eclipse/help/webapp/AbstractButton.html: different reference/api/org/eclipse/help/webapp/AbstractFrame.html: different reference/api/org/eclipse/help/webapp/AbstractView.html: different reference/api/org/eclipse/help/webapp/IFilter.html: different reference/api/org/eclipse/help/webapp/TocSystem.html: different reference/api/org/eclipse/help/webapp/class-use/AbstractButton.html: different reference/api/org/eclipse/help/webapp/class-use/AbstractFrame.html: different reference/api/org/eclipse/help/webapp/class-use/AbstractView.html: different reference/api/org/eclipse/help/webapp/class-use/IFilter.html: different reference/api/org/eclipse/help/webapp/class-use/TocSystem.html: different reference/api/org/eclipse/help/webapp/package-summary.html: different reference/api/org/eclipse/help/webapp/package-tree.html: different reference/api/org/eclipse/help/webapp/package-use.html: different reference/api/org/eclipse/jface/action/AbstractAction.html: different reference/api/org/eclipse/jface/action/AbstractGroupMarker.html: different reference/api/org/eclipse/jface/action/Action.html: different reference/api/org/eclipse/jface/action/ActionContributionItem.html: different reference/api/org/eclipse/jface/action/ContributionItem.html: different reference/api/org/eclipse/jface/action/ContributionManager.html: different reference/api/org/eclipse/jface/action/ControlContribution.html: different reference/api/org/eclipse/jface/action/CoolBarManager.html: different reference/api/org/eclipse/jface/action/ExternalActionManager.CommandCallback.html: different reference/api/org/eclipse/jface/action/ExternalActionManager.IActiveChecker.html: different reference/api/org/eclipse/jface/action/ExternalActionManager.IBindingManagerCallback.html: different reference/api/org/eclipse/jface/action/ExternalActionManager.ICallback.html: different reference/api/org/eclipse/jface/action/ExternalActionManager.IExecuteApplicable.html: different reference/api/org/eclipse/jface/action/ExternalActionManager.IExecuteCallback.html: different reference/api/org/eclipse/jface/action/ExternalActionManager.html: different reference/api/org/eclipse/jface/action/GroupMarker.html: different reference/api/org/eclipse/jface/action/IAction.html: different reference/api/org/eclipse/jface/action/IContributionItem.html: different reference/api/org/eclipse/jface/action/IContributionManager.html: different reference/api/org/eclipse/jface/action/IContributionManagerOverrides.html: different reference/api/org/eclipse/jface/action/ICoolBarManager.html: different reference/api/org/eclipse/jface/action/IMenuCreator.html: different reference/api/org/eclipse/jface/action/IMenuListener.html: different reference/api/org/eclipse/jface/action/IMenuListener2.html: different reference/api/org/eclipse/jface/action/IMenuManager.html: different reference/api/org/eclipse/jface/action/IStatusLineManager.html: different reference/api/org/eclipse/jface/action/IToolBarManager.html: different reference/api/org/eclipse/jface/action/LegacyActionTools.html: different reference/api/org/eclipse/jface/action/MenuManager.html: different reference/api/org/eclipse/jface/action/Separator.html: different reference/api/org/eclipse/jface/action/StatusLineContributionItem.html: different reference/api/org/eclipse/jface/action/StatusLineLayoutData.html: different reference/api/org/eclipse/jface/action/StatusLineManager.html: different reference/api/org/eclipse/jface/action/SubContributionItem.html: different reference/api/org/eclipse/jface/action/SubContributionManager.html: different reference/api/org/eclipse/jface/action/SubCoolBarManager.html: different reference/api/org/eclipse/jface/action/SubMenuManager.html: different reference/api/org/eclipse/jface/action/SubStatusLineManager.html: different reference/api/org/eclipse/jface/action/SubToolBarManager.html: different reference/api/org/eclipse/jface/action/ToolBarContributionItem.html: different reference/api/org/eclipse/jface/action/ToolBarManager.html: different reference/api/org/eclipse/jface/action/class-use/AbstractAction.html: different reference/api/org/eclipse/jface/action/class-use/AbstractGroupMarker.html: different reference/api/org/eclipse/jface/action/class-use/Action.html: different reference/api/org/eclipse/jface/action/class-use/ActionContributionItem.html: different reference/api/org/eclipse/jface/action/class-use/ContributionItem.html: different reference/api/org/eclipse/jface/action/class-use/ContributionManager.html: different reference/api/org/eclipse/jface/action/class-use/ControlContribution.html: different reference/api/org/eclipse/jface/action/class-use/CoolBarManager.html: different reference/api/org/eclipse/jface/action/class-use/ExternalActionManager.CommandCallback.html: different reference/api/org/eclipse/jface/action/class-use/ExternalActionManager.IActiveChecker.html: different reference/api/org/eclipse/jface/action/class-use/ExternalActionManager.IBindingManagerCallback.html: different reference/api/org/eclipse/jface/action/class-use/ExternalActionManager.ICallback.html: different reference/api/org/eclipse/jface/action/class-use/ExternalActionManager.IExecuteApplicable.html: different reference/api/org/eclipse/jface/action/class-use/ExternalActionManager.IExecuteCallback.html: different reference/api/org/eclipse/jface/action/class-use/ExternalActionManager.html: different reference/api/org/eclipse/jface/action/class-use/GroupMarker.html: different reference/api/org/eclipse/jface/action/class-use/IAction.html: different reference/api/org/eclipse/jface/action/class-use/IContributionItem.html: different reference/api/org/eclipse/jface/action/class-use/IContributionManager.html: different reference/api/org/eclipse/jface/action/class-use/IContributionManagerOverrides.html: different reference/api/org/eclipse/jface/action/class-use/ICoolBarManager.html: different reference/api/org/eclipse/jface/action/class-use/IMenuCreator.html: different reference/api/org/eclipse/jface/action/class-use/IMenuListener.html: different reference/api/org/eclipse/jface/action/class-use/IMenuListener2.html: different reference/api/org/eclipse/jface/action/class-use/IMenuManager.html: different reference/api/org/eclipse/jface/action/class-use/IStatusLineManager.html: different reference/api/org/eclipse/jface/action/class-use/IToolBarManager.html: different reference/api/org/eclipse/jface/action/class-use/LegacyActionTools.html: different reference/api/org/eclipse/jface/action/class-use/MenuManager.html: different reference/api/org/eclipse/jface/action/class-use/Separator.html: different reference/api/org/eclipse/jface/action/class-use/StatusLineContributionItem.html: different reference/api/org/eclipse/jface/action/class-use/StatusLineLayoutData.html: different reference/api/org/eclipse/jface/action/class-use/StatusLineManager.html: different reference/api/org/eclipse/jface/action/class-use/SubContributionItem.html: different reference/api/org/eclipse/jface/action/class-use/SubContributionManager.html: different reference/api/org/eclipse/jface/action/class-use/SubCoolBarManager.html: different reference/api/org/eclipse/jface/action/class-use/SubMenuManager.html: different reference/api/org/eclipse/jface/action/class-use/SubStatusLineManager.html: different reference/api/org/eclipse/jface/action/class-use/SubToolBarManager.html: different reference/api/org/eclipse/jface/action/class-use/ToolBarContributionItem.html: different reference/api/org/eclipse/jface/action/class-use/ToolBarManager.html: different reference/api/org/eclipse/jface/action/package-summary.html: different reference/api/org/eclipse/jface/action/package-tree.html: different reference/api/org/eclipse/jface/action/package-use.html: different reference/api/org/eclipse/jface/bindings/Binding.html: different reference/api/org/eclipse/jface/bindings/BindingManager.html: different reference/api/org/eclipse/jface/bindings/BindingManagerEvent.html: different reference/api/org/eclipse/jface/bindings/IBindingManagerListener.html: different reference/api/org/eclipse/jface/bindings/ISchemeListener.html: different reference/api/org/eclipse/jface/bindings/Scheme.html: different reference/api/org/eclipse/jface/bindings/SchemeEvent.html: different reference/api/org/eclipse/jface/bindings/Trigger.html: different reference/api/org/eclipse/jface/bindings/TriggerSequence.html: different reference/api/org/eclipse/jface/bindings/class-use/Binding.html: different reference/api/org/eclipse/jface/bindings/class-use/BindingManager.html: different reference/api/org/eclipse/jface/bindings/class-use/BindingManagerEvent.html: different reference/api/org/eclipse/jface/bindings/class-use/IBindingManagerListener.html: different reference/api/org/eclipse/jface/bindings/class-use/ISchemeListener.html: different reference/api/org/eclipse/jface/bindings/class-use/Scheme.html: different reference/api/org/eclipse/jface/bindings/class-use/SchemeEvent.html: different reference/api/org/eclipse/jface/bindings/class-use/Trigger.html: different reference/api/org/eclipse/jface/bindings/class-use/TriggerSequence.html: different reference/api/org/eclipse/jface/bindings/keys/IKeyLookup.html: different reference/api/org/eclipse/jface/bindings/keys/KeyBinding.html: different reference/api/org/eclipse/jface/bindings/keys/KeyLookupFactory.html: different reference/api/org/eclipse/jface/bindings/keys/KeySequence.html: different reference/api/org/eclipse/jface/bindings/keys/KeySequenceText.html: different reference/api/org/eclipse/jface/bindings/keys/KeyStroke.html: different reference/api/org/eclipse/jface/bindings/keys/ParseException.html: different reference/api/org/eclipse/jface/bindings/keys/SWTKeyLookup.html: different reference/api/org/eclipse/jface/bindings/keys/SWTKeySupport.html: different reference/api/org/eclipse/jface/bindings/keys/class-use/IKeyLookup.html: different reference/api/org/eclipse/jface/bindings/keys/class-use/KeyBinding.html: different reference/api/org/eclipse/jface/bindings/keys/class-use/KeyLookupFactory.html: different reference/api/org/eclipse/jface/bindings/keys/class-use/KeySequence.html: different reference/api/org/eclipse/jface/bindings/keys/class-use/KeySequenceText.html: different reference/api/org/eclipse/jface/bindings/keys/class-use/KeyStroke.html: different reference/api/org/eclipse/jface/bindings/keys/class-use/ParseException.html: different reference/api/org/eclipse/jface/bindings/keys/class-use/SWTKeyLookup.html: different reference/api/org/eclipse/jface/bindings/keys/class-use/SWTKeySupport.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/AbstractKeyFormatter.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/EmacsKeyFormatter.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/FormalKeyFormatter.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/IKeyFormatter.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/KeyFormatterFactory.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/NativeKeyFormatter.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/class-use/AbstractKeyFormatter.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/class-use/EmacsKeyFormatter.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/class-use/FormalKeyFormatter.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/class-use/IKeyFormatter.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/class-use/KeyFormatterFactory.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/class-use/NativeKeyFormatter.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/package-summary.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/package-tree.html: different reference/api/org/eclipse/jface/bindings/keys/formatting/package-use.html: different reference/api/org/eclipse/jface/bindings/keys/package-summary.html: different reference/api/org/eclipse/jface/bindings/keys/package-tree.html: different reference/api/org/eclipse/jface/bindings/keys/package-use.html: different reference/api/org/eclipse/jface/bindings/package-summary.html: different reference/api/org/eclipse/jface/bindings/package-tree.html: different reference/api/org/eclipse/jface/bindings/package-use.html: different reference/api/org/eclipse/jface/commands/ActionHandler.html: different reference/api/org/eclipse/jface/commands/PersistentState.html: different reference/api/org/eclipse/jface/commands/RadioState.html: different reference/api/org/eclipse/jface/commands/ToggleState.html: different reference/api/org/eclipse/jface/commands/class-use/ActionHandler.html: different reference/api/org/eclipse/jface/commands/class-use/PersistentState.html: different reference/api/org/eclipse/jface/commands/class-use/RadioState.html: different reference/api/org/eclipse/jface/commands/class-use/ToggleState.html: different reference/api/org/eclipse/jface/commands/package-summary.html: different reference/api/org/eclipse/jface/commands/package-tree.html: different reference/api/org/eclipse/jface/commands/package-use.html: different reference/api/org/eclipse/jface/contentassist/AbstractControlContentAssistSubjectAdapter.html: different reference/api/org/eclipse/jface/contentassist/ComboContentAssistSubjectAdapter.html: different reference/api/org/eclipse/jface/contentassist/IContentAssistSubjectControl.html: different reference/api/org/eclipse/jface/contentassist/ISubjectControlContentAssistProcessor.html: different reference/api/org/eclipse/jface/contentassist/ISubjectControlContentAssistant.html: different reference/api/org/eclipse/jface/contentassist/ISubjectControlContextInformationPresenter.html: different reference/api/org/eclipse/jface/contentassist/ISubjectControlContextInformationValidator.html: different reference/api/org/eclipse/jface/contentassist/SubjectControlContentAssistant.html: different reference/api/org/eclipse/jface/contentassist/SubjectControlContextInformationValidator.html: different reference/api/org/eclipse/jface/contentassist/TextContentAssistSubjectAdapter.html: different reference/api/org/eclipse/jface/contentassist/class-use/AbstractControlContentAssistSubjectAdapter.html: different reference/api/org/eclipse/jface/contentassist/class-use/ComboContentAssistSubjectAdapter.html: different reference/api/org/eclipse/jface/contentassist/class-use/IContentAssistSubjectControl.html: different reference/api/org/eclipse/jface/contentassist/class-use/ISubjectControlContentAssistProcessor.html: different reference/api/org/eclipse/jface/contentassist/class-use/ISubjectControlContentAssistant.html: different reference/api/org/eclipse/jface/contentassist/class-use/ISubjectControlContextInformationPresenter.html: different reference/api/org/eclipse/jface/contentassist/class-use/ISubjectControlContextInformationValidator.html: different reference/api/org/eclipse/jface/contentassist/class-use/SubjectControlContentAssistant.html: different reference/api/org/eclipse/jface/contentassist/class-use/SubjectControlContextInformationValidator.html: different reference/api/org/eclipse/jface/contentassist/class-use/TextContentAssistSubjectAdapter.html: different reference/api/org/eclipse/jface/contentassist/package-summary.html: different reference/api/org/eclipse/jface/contentassist/package-tree.html: different reference/api/org/eclipse/jface/contentassist/package-use.html: different reference/api/org/eclipse/jface/contexts/IContextIds.html: different reference/api/org/eclipse/jface/contexts/class-use/IContextIds.html: different reference/api/org/eclipse/jface/contexts/package-summary.html: different reference/api/org/eclipse/jface/contexts/package-tree.html: different reference/api/org/eclipse/jface/contexts/package-use.html: different reference/api/org/eclipse/jface/databinding/dialog/DialogPageSupport.html: different reference/api/org/eclipse/jface/databinding/dialog/IValidationMessageProvider.html: different reference/api/org/eclipse/jface/databinding/dialog/TitleAreaDialogSupport.html: different reference/api/org/eclipse/jface/databinding/dialog/ValidationMessageProvider.html: different reference/api/org/eclipse/jface/databinding/dialog/class-use/DialogPageSupport.html: different reference/api/org/eclipse/jface/databinding/dialog/class-use/IValidationMessageProvider.html: different reference/api/org/eclipse/jface/databinding/dialog/class-use/TitleAreaDialogSupport.html: different reference/api/org/eclipse/jface/databinding/dialog/class-use/ValidationMessageProvider.html: different reference/api/org/eclipse/jface/databinding/dialog/package-summary.html: different reference/api/org/eclipse/jface/databinding/dialog/package-tree.html: different reference/api/org/eclipse/jface/databinding/dialog/package-use.html: different reference/api/org/eclipse/jface/databinding/fieldassist/ControlDecorationSupport.html: different reference/api/org/eclipse/jface/databinding/fieldassist/ControlDecorationUpdater.html: different reference/api/org/eclipse/jface/databinding/fieldassist/class-use/ControlDecorationSupport.html: different reference/api/org/eclipse/jface/databinding/fieldassist/class-use/ControlDecorationUpdater.html: different reference/api/org/eclipse/jface/databinding/fieldassist/package-summary.html: different reference/api/org/eclipse/jface/databinding/fieldassist/package-tree.html: different reference/api/org/eclipse/jface/databinding/fieldassist/package-use.html: different reference/api/org/eclipse/jface/databinding/preference/PreferencePageSupport.html: different reference/api/org/eclipse/jface/databinding/preference/class-use/PreferencePageSupport.html: different reference/api/org/eclipse/jface/databinding/preference/package-summary.html: different reference/api/org/eclipse/jface/databinding/preference/package-tree.html: different reference/api/org/eclipse/jface/databinding/preference/package-use.html: different reference/api/org/eclipse/jface/databinding/swt/DisplayRealm.html: different reference/api/org/eclipse/jface/databinding/swt/ISWTObservable.html: different reference/api/org/eclipse/jface/databinding/swt/ISWTObservableList.html: different reference/api/org/eclipse/jface/databinding/swt/ISWTObservableValue.html: different reference/api/org/eclipse/jface/databinding/swt/IWidgetListProperty.html: different reference/api/org/eclipse/jface/databinding/swt/IWidgetValueProperty.html: different reference/api/org/eclipse/jface/databinding/swt/WidgetListProperty.html: different reference/api/org/eclipse/jface/databinding/swt/WidgetSideEffects.html: different reference/api/org/eclipse/jface/databinding/swt/WidgetValueProperty.html: different reference/api/org/eclipse/jface/databinding/swt/class-use/DisplayRealm.html: different reference/api/org/eclipse/jface/databinding/swt/class-use/ISWTObservable.html: different reference/api/org/eclipse/jface/databinding/swt/class-use/ISWTObservableList.html: different reference/api/org/eclipse/jface/databinding/swt/class-use/ISWTObservableValue.html: different reference/api/org/eclipse/jface/databinding/swt/class-use/IWidgetListProperty.html: different reference/api/org/eclipse/jface/databinding/swt/class-use/IWidgetValueProperty.html: different reference/api/org/eclipse/jface/databinding/swt/class-use/WidgetListProperty.html: different reference/api/org/eclipse/jface/databinding/swt/class-use/WidgetSideEffects.html: different reference/api/org/eclipse/jface/databinding/swt/class-use/WidgetValueProperty.html: different reference/api/org/eclipse/jface/databinding/swt/package-summary.html: different reference/api/org/eclipse/jface/databinding/swt/package-tree.html: different reference/api/org/eclipse/jface/databinding/swt/package-use.html: different reference/api/org/eclipse/jface/databinding/util/JFaceProperties.html: different reference/api/org/eclipse/jface/databinding/util/class-use/JFaceProperties.html: different reference/api/org/eclipse/jface/databinding/util/package-summary.html: different reference/api/org/eclipse/jface/databinding/util/package-tree.html: different reference/api/org/eclipse/jface/databinding/util/package-use.html: different reference/api/org/eclipse/jface/databinding/viewers/CellEditorProperties.html: different reference/api/org/eclipse/jface/databinding/viewers/IViewerListProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/IViewerObservable.html: different reference/api/org/eclipse/jface/databinding/viewers/IViewerObservableList.html: different reference/api/org/eclipse/jface/databinding/viewers/IViewerObservableSet.html: different reference/api/org/eclipse/jface/databinding/viewers/IViewerObservableValue.html: different reference/api/org/eclipse/jface/databinding/viewers/IViewerSetProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/IViewerUpdater.html: different reference/api/org/eclipse/jface/databinding/viewers/IViewerValueProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/ListeningLabelProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/ObservableListContentProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/ObservableListTreeContentProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/ObservableMapCellLabelProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/ObservableMapLabelProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/ObservableSetContentProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/ObservableSetTreeContentProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/ObservableValueEditingSupport.html: different reference/api/org/eclipse/jface/databinding/viewers/TreeStructureAdvisor.html: different reference/api/org/eclipse/jface/databinding/viewers/ViewerListProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/ViewerSetProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/ViewerSupport.html: different reference/api/org/eclipse/jface/databinding/viewers/ViewerValueProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/CellEditorProperties.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/IViewerListProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/IViewerObservable.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/IViewerObservableList.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/IViewerObservableSet.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/IViewerObservableValue.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/IViewerSetProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/IViewerUpdater.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/IViewerValueProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ListeningLabelProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ObservableListContentProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ObservableListTreeContentProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ObservableMapCellLabelProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ObservableMapLabelProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ObservableSetContentProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ObservableSetTreeContentProvider.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ObservableValueEditingSupport.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/TreeStructureAdvisor.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ViewerListProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ViewerSetProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ViewerSupport.html: different reference/api/org/eclipse/jface/databinding/viewers/class-use/ViewerValueProperty.html: different reference/api/org/eclipse/jface/databinding/viewers/package-summary.html: different reference/api/org/eclipse/jface/databinding/viewers/package-tree.html: different reference/api/org/eclipse/jface/databinding/viewers/package-use.html: different reference/api/org/eclipse/jface/databinding/wizard/WizardPageSupport.html: different reference/api/org/eclipse/jface/databinding/wizard/class-use/WizardPageSupport.html: different reference/api/org/eclipse/jface/databinding/wizard/package-summary.html: different reference/api/org/eclipse/jface/databinding/wizard/package-tree.html: different reference/api/org/eclipse/jface/databinding/wizard/package-use.html: different reference/api/org/eclipse/jface/dialogs/AbstractSelectionDialog.html: different reference/api/org/eclipse/jface/dialogs/AnimatorFactory.html: different reference/api/org/eclipse/jface/dialogs/ControlAnimator.html: different reference/api/org/eclipse/jface/dialogs/ControlEnableState.html: different reference/api/org/eclipse/jface/dialogs/Dialog.html: different reference/api/org/eclipse/jface/dialogs/DialogMessageArea.html: different reference/api/org/eclipse/jface/dialogs/DialogPage.html: different reference/api/org/eclipse/jface/dialogs/DialogSettings.html: different reference/api/org/eclipse/jface/dialogs/DialogTray.html: different reference/api/org/eclipse/jface/dialogs/ErrorDialog.html: different reference/api/org/eclipse/jface/dialogs/ErrorSupportProvider.html: different reference/api/org/eclipse/jface/dialogs/IDialogBlockedHandler.html: different reference/api/org/eclipse/jface/dialogs/IDialogConstants.html: different reference/api/org/eclipse/jface/dialogs/IDialogLabelKeys.html: different reference/api/org/eclipse/jface/dialogs/IDialogPage.html: different reference/api/org/eclipse/jface/dialogs/IDialogSettings.html: different reference/api/org/eclipse/jface/dialogs/IDialogSettingsProvider.html: different reference/api/org/eclipse/jface/dialogs/IInputValidator.html: different reference/api/org/eclipse/jface/dialogs/IMessageProvider.html: different reference/api/org/eclipse/jface/dialogs/IPageChangeProvider.html: different reference/api/org/eclipse/jface/dialogs/IPageChangedListener.html: different reference/api/org/eclipse/jface/dialogs/IPageChangingListener.html: different reference/api/org/eclipse/jface/dialogs/IconAndMessageDialog.html: different reference/api/org/eclipse/jface/dialogs/InputDialog.html: different reference/api/org/eclipse/jface/dialogs/MessageDialog.html: different reference/api/org/eclipse/jface/dialogs/MessageDialogWithToggle.html: different reference/api/org/eclipse/jface/dialogs/MessageLine.html: different reference/api/org/eclipse/jface/dialogs/PageChangedEvent.html: different reference/api/org/eclipse/jface/dialogs/PageChangingEvent.html: different reference/api/org/eclipse/jface/dialogs/PlainMessageDialog.Builder.html: different reference/api/org/eclipse/jface/dialogs/PlainMessageDialog.html: different reference/api/org/eclipse/jface/dialogs/PopupDialog.html: different reference/api/org/eclipse/jface/dialogs/ProgressIndicator.html: different reference/api/org/eclipse/jface/dialogs/ProgressMonitorDialog.html: different reference/api/org/eclipse/jface/dialogs/StatusDialog.html: different reference/api/org/eclipse/jface/dialogs/TitleAreaDialog.html: different reference/api/org/eclipse/jface/dialogs/TrayDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/AbstractSelectionDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/AnimatorFactory.html: different reference/api/org/eclipse/jface/dialogs/class-use/ControlAnimator.html: different reference/api/org/eclipse/jface/dialogs/class-use/ControlEnableState.html: different reference/api/org/eclipse/jface/dialogs/class-use/Dialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/DialogMessageArea.html: different reference/api/org/eclipse/jface/dialogs/class-use/DialogPage.html: different reference/api/org/eclipse/jface/dialogs/class-use/DialogSettings.html: different reference/api/org/eclipse/jface/dialogs/class-use/DialogTray.html: different reference/api/org/eclipse/jface/dialogs/class-use/ErrorDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/ErrorSupportProvider.html: different reference/api/org/eclipse/jface/dialogs/class-use/IDialogBlockedHandler.html: different reference/api/org/eclipse/jface/dialogs/class-use/IDialogConstants.html: different reference/api/org/eclipse/jface/dialogs/class-use/IDialogLabelKeys.html: different reference/api/org/eclipse/jface/dialogs/class-use/IDialogPage.html: different reference/api/org/eclipse/jface/dialogs/class-use/IDialogSettings.html: different reference/api/org/eclipse/jface/dialogs/class-use/IDialogSettingsProvider.html: different reference/api/org/eclipse/jface/dialogs/class-use/IInputValidator.html: different reference/api/org/eclipse/jface/dialogs/class-use/IMessageProvider.html: different reference/api/org/eclipse/jface/dialogs/class-use/IPageChangeProvider.html: different reference/api/org/eclipse/jface/dialogs/class-use/IPageChangedListener.html: different reference/api/org/eclipse/jface/dialogs/class-use/IPageChangingListener.html: different reference/api/org/eclipse/jface/dialogs/class-use/IconAndMessageDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/InputDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/MessageDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/MessageDialogWithToggle.html: different reference/api/org/eclipse/jface/dialogs/class-use/MessageLine.html: different reference/api/org/eclipse/jface/dialogs/class-use/PageChangedEvent.html: different reference/api/org/eclipse/jface/dialogs/class-use/PageChangingEvent.html: different reference/api/org/eclipse/jface/dialogs/class-use/PlainMessageDialog.Builder.html: different reference/api/org/eclipse/jface/dialogs/class-use/PlainMessageDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/PopupDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/ProgressIndicator.html: different reference/api/org/eclipse/jface/dialogs/class-use/ProgressMonitorDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/StatusDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/TitleAreaDialog.html: different reference/api/org/eclipse/jface/dialogs/class-use/TrayDialog.html: different reference/api/org/eclipse/jface/dialogs/package-summary.html: different reference/api/org/eclipse/jface/dialogs/package-tree.html: different reference/api/org/eclipse/jface/dialogs/package-use.html: different reference/api/org/eclipse/jface/fieldassist/AutoCompleteField.html: different reference/api/org/eclipse/jface/fieldassist/ComboContentAdapter.html: different reference/api/org/eclipse/jface/fieldassist/ContentProposal.html: different reference/api/org/eclipse/jface/fieldassist/ContentProposalAdapter.html: different reference/api/org/eclipse/jface/fieldassist/ControlDecoration.html: different reference/api/org/eclipse/jface/fieldassist/DecoratedField.html: different reference/api/org/eclipse/jface/fieldassist/FieldAssistColors.html: different reference/api/org/eclipse/jface/fieldassist/FieldDecoration.html: different reference/api/org/eclipse/jface/fieldassist/FieldDecorationRegistry.html: different reference/api/org/eclipse/jface/fieldassist/IContentProposal.html: different reference/api/org/eclipse/jface/fieldassist/IContentProposalListener.html: different reference/api/org/eclipse/jface/fieldassist/IContentProposalListener2.html: different reference/api/org/eclipse/jface/fieldassist/IContentProposalProvider.html: different reference/api/org/eclipse/jface/fieldassist/IControlContentAdapter.html: different reference/api/org/eclipse/jface/fieldassist/IControlContentAdapter2.html: different reference/api/org/eclipse/jface/fieldassist/IControlCreator.html: different reference/api/org/eclipse/jface/fieldassist/SimpleContentProposalProvider.html: different reference/api/org/eclipse/jface/fieldassist/TextContentAdapter.html: different reference/api/org/eclipse/jface/fieldassist/TextControlCreator.html: different reference/api/org/eclipse/jface/fieldassist/class-use/AutoCompleteField.html: different reference/api/org/eclipse/jface/fieldassist/class-use/ComboContentAdapter.html: different reference/api/org/eclipse/jface/fieldassist/class-use/ContentProposal.html: different reference/api/org/eclipse/jface/fieldassist/class-use/ContentProposalAdapter.html: different reference/api/org/eclipse/jface/fieldassist/class-use/ControlDecoration.html: different reference/api/org/eclipse/jface/fieldassist/class-use/DecoratedField.html: different reference/api/org/eclipse/jface/fieldassist/class-use/FieldAssistColors.html: different reference/api/org/eclipse/jface/fieldassist/class-use/FieldDecoration.html: different reference/api/org/eclipse/jface/fieldassist/class-use/FieldDecorationRegistry.html: different reference/api/org/eclipse/jface/fieldassist/class-use/IContentProposal.html: different reference/api/org/eclipse/jface/fieldassist/class-use/IContentProposalListener.html: different reference/api/org/eclipse/jface/fieldassist/class-use/IContentProposalListener2.html: different reference/api/org/eclipse/jface/fieldassist/class-use/IContentProposalProvider.html: different reference/api/org/eclipse/jface/fieldassist/class-use/IControlContentAdapter.html: different reference/api/org/eclipse/jface/fieldassist/class-use/IControlContentAdapter2.html: different reference/api/org/eclipse/jface/fieldassist/class-use/IControlCreator.html: different reference/api/org/eclipse/jface/fieldassist/class-use/SimpleContentProposalProvider.html: different reference/api/org/eclipse/jface/fieldassist/class-use/TextContentAdapter.html: different reference/api/org/eclipse/jface/fieldassist/class-use/TextControlCreator.html: different reference/api/org/eclipse/jface/fieldassist/package-summary.html: different reference/api/org/eclipse/jface/fieldassist/package-tree.html: different reference/api/org/eclipse/jface/fieldassist/package-use.html: different reference/api/org/eclipse/jface/layout/AbstractColumnLayout.html: different reference/api/org/eclipse/jface/layout/FillLayoutFactory.html: different reference/api/org/eclipse/jface/layout/GridDataFactory.html: different reference/api/org/eclipse/jface/layout/GridLayoutFactory.html: different reference/api/org/eclipse/jface/layout/LayoutConstants.html: different reference/api/org/eclipse/jface/layout/PixelConverter.html: different reference/api/org/eclipse/jface/layout/RowDataFactory.html: different reference/api/org/eclipse/jface/layout/RowLayoutFactory.html: different reference/api/org/eclipse/jface/layout/TableColumnLayout.html: different reference/api/org/eclipse/jface/layout/TreeColumnLayout.html: different reference/api/org/eclipse/jface/layout/class-use/AbstractColumnLayout.html: different reference/api/org/eclipse/jface/layout/class-use/FillLayoutFactory.html: different reference/api/org/eclipse/jface/layout/class-use/GridDataFactory.html: different reference/api/org/eclipse/jface/layout/class-use/GridLayoutFactory.html: different reference/api/org/eclipse/jface/layout/class-use/LayoutConstants.html: different reference/api/org/eclipse/jface/layout/class-use/PixelConverter.html: different reference/api/org/eclipse/jface/layout/class-use/RowDataFactory.html: different reference/api/org/eclipse/jface/layout/class-use/RowLayoutFactory.html: different reference/api/org/eclipse/jface/layout/class-use/TableColumnLayout.html: different reference/api/org/eclipse/jface/layout/class-use/TreeColumnLayout.html: different reference/api/org/eclipse/jface/layout/package-summary.html: different reference/api/org/eclipse/jface/layout/package-tree.html: different reference/api/org/eclipse/jface/layout/package-use.html: different reference/api/org/eclipse/jface/menus/AbstractTrimWidget.html: different reference/api/org/eclipse/jface/menus/IMenuStateIds.html: different reference/api/org/eclipse/jface/menus/IWidget.html: different reference/api/org/eclipse/jface/menus/TextState.html: different reference/api/org/eclipse/jface/menus/class-use/AbstractTrimWidget.html: different reference/api/org/eclipse/jface/menus/class-use/IMenuStateIds.html: different reference/api/org/eclipse/jface/menus/class-use/IWidget.html: different reference/api/org/eclipse/jface/menus/class-use/TextState.html: different reference/api/org/eclipse/jface/menus/package-summary.html: different reference/api/org/eclipse/jface/menus/package-tree.html: different reference/api/org/eclipse/jface/menus/package-use.html: different reference/api/org/eclipse/jface/notifications/AbstractNotificationPopup.html: different reference/api/org/eclipse/jface/notifications/NotificationPopup.Builder.html: different reference/api/org/eclipse/jface/notifications/NotificationPopup.html: different reference/api/org/eclipse/jface/notifications/class-use/AbstractNotificationPopup.html: different reference/api/org/eclipse/jface/notifications/class-use/NotificationPopup.Builder.html: different reference/api/org/eclipse/jface/notifications/class-use/NotificationPopup.html: different reference/api/org/eclipse/jface/notifications/package-summary.html: different reference/api/org/eclipse/jface/notifications/package-tree.html: different reference/api/org/eclipse/jface/notifications/package-use.html: different reference/api/org/eclipse/jface/operation/IRunnableContext.html: different reference/api/org/eclipse/jface/operation/IRunnableWithProgress.html: different reference/api/org/eclipse/jface/operation/IThreadListener.html: different reference/api/org/eclipse/jface/operation/ModalContext.html: different reference/api/org/eclipse/jface/operation/ProgressMonitorUtil.html: different reference/api/org/eclipse/jface/operation/class-use/IRunnableContext.html: different reference/api/org/eclipse/jface/operation/class-use/IRunnableWithProgress.html: different reference/api/org/eclipse/jface/operation/class-use/IThreadListener.html: different reference/api/org/eclipse/jface/operation/class-use/ModalContext.html: different reference/api/org/eclipse/jface/operation/class-use/ProgressMonitorUtil.html: different reference/api/org/eclipse/jface/operation/package-summary.html: different reference/api/org/eclipse/jface/operation/package-tree.html: different reference/api/org/eclipse/jface/operation/package-use.html: different reference/api/org/eclipse/jface/preference/BooleanFieldEditor.html: different reference/api/org/eclipse/jface/preference/BooleanPropertyAction.html: different reference/api/org/eclipse/jface/preference/ColorFieldEditor.html: different reference/api/org/eclipse/jface/preference/ColorSelector.html: different reference/api/org/eclipse/jface/preference/ComboFieldEditor.html: different reference/api/org/eclipse/jface/preference/DirectoryFieldEditor.html: different reference/api/org/eclipse/jface/preference/FieldEditor.html: different reference/api/org/eclipse/jface/preference/FieldEditorPreferencePage.html: different reference/api/org/eclipse/jface/preference/FileFieldEditor.html: different reference/api/org/eclipse/jface/preference/FontFieldEditor.html: different reference/api/org/eclipse/jface/preference/IPersistentPreferenceStore.html: different reference/api/org/eclipse/jface/preference/IPreferenceNode.html: different reference/api/org/eclipse/jface/preference/IPreferencePage.html: different reference/api/org/eclipse/jface/preference/IPreferencePageContainer.html: different reference/api/org/eclipse/jface/preference/IPreferenceStore.html: different reference/api/org/eclipse/jface/preference/IntegerFieldEditor.html: different reference/api/org/eclipse/jface/preference/JFacePreferences.html: different reference/api/org/eclipse/jface/preference/ListEditor.html: different reference/api/org/eclipse/jface/preference/PathEditor.html: different reference/api/org/eclipse/jface/preference/PreferenceContentProvider.html: different reference/api/org/eclipse/jface/preference/PreferenceConverter.html: different reference/api/org/eclipse/jface/preference/PreferenceDialog.html: different reference/api/org/eclipse/jface/preference/PreferenceLabelProvider.html: different reference/api/org/eclipse/jface/preference/PreferenceManager.html: different reference/api/org/eclipse/jface/preference/PreferenceMemento.html: different reference/api/org/eclipse/jface/preference/PreferenceNode.html: different reference/api/org/eclipse/jface/preference/PreferencePage.html: different reference/api/org/eclipse/jface/preference/PreferenceStore.html: different reference/api/org/eclipse/jface/preference/RadioGroupFieldEditor.html: different reference/api/org/eclipse/jface/preference/ScaleFieldEditor.html: different reference/api/org/eclipse/jface/preference/StringButtonFieldEditor.html: different reference/api/org/eclipse/jface/preference/StringFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/BooleanFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/BooleanPropertyAction.html: different reference/api/org/eclipse/jface/preference/class-use/ColorFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/ColorSelector.html: different reference/api/org/eclipse/jface/preference/class-use/ComboFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/DirectoryFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/FieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/FieldEditorPreferencePage.html: different reference/api/org/eclipse/jface/preference/class-use/FileFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/FontFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/IPersistentPreferenceStore.html: different reference/api/org/eclipse/jface/preference/class-use/IPreferenceNode.html: different reference/api/org/eclipse/jface/preference/class-use/IPreferencePage.html: different reference/api/org/eclipse/jface/preference/class-use/IPreferencePageContainer.html: different reference/api/org/eclipse/jface/preference/class-use/IPreferenceStore.html: different reference/api/org/eclipse/jface/preference/class-use/IntegerFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/JFacePreferences.html: different reference/api/org/eclipse/jface/preference/class-use/ListEditor.html: different reference/api/org/eclipse/jface/preference/class-use/PathEditor.html: different reference/api/org/eclipse/jface/preference/class-use/PreferenceContentProvider.html: different reference/api/org/eclipse/jface/preference/class-use/PreferenceConverter.html: different reference/api/org/eclipse/jface/preference/class-use/PreferenceDialog.html: different reference/api/org/eclipse/jface/preference/class-use/PreferenceLabelProvider.html: different reference/api/org/eclipse/jface/preference/class-use/PreferenceManager.html: different reference/api/org/eclipse/jface/preference/class-use/PreferenceMemento.html: different reference/api/org/eclipse/jface/preference/class-use/PreferenceNode.html: different reference/api/org/eclipse/jface/preference/class-use/PreferencePage.html: different reference/api/org/eclipse/jface/preference/class-use/PreferenceStore.html: different reference/api/org/eclipse/jface/preference/class-use/RadioGroupFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/ScaleFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/StringButtonFieldEditor.html: different reference/api/org/eclipse/jface/preference/class-use/StringFieldEditor.html: different reference/api/org/eclipse/jface/preference/package-summary.html: different reference/api/org/eclipse/jface/preference/package-tree.html: different reference/api/org/eclipse/jface/preference/package-use.html: different reference/api/org/eclipse/jface/resource/ColorDescriptor.html: different reference/api/org/eclipse/jface/resource/ColorRegistry.html: different reference/api/org/eclipse/jface/resource/CompositeImageDescriptor.CachedImageDataProvider.html: different reference/api/org/eclipse/jface/resource/CompositeImageDescriptor.html: different reference/api/org/eclipse/jface/resource/DataFormatException.html: different reference/api/org/eclipse/jface/resource/DeviceResourceDescriptor.html: different reference/api/org/eclipse/jface/resource/DeviceResourceException.html: different reference/api/org/eclipse/jface/resource/DeviceResourceManager.html: different reference/api/org/eclipse/jface/resource/FontDescriptor.html: different reference/api/org/eclipse/jface/resource/FontRegistry.html: different reference/api/org/eclipse/jface/resource/ImageDescriptor.html: different reference/api/org/eclipse/jface/resource/ImageRegistry.html: different reference/api/org/eclipse/jface/resource/JFaceColors.html: different reference/api/org/eclipse/jface/resource/JFaceResources.html: different reference/api/org/eclipse/jface/resource/LazyResourceManager.html: different reference/api/org/eclipse/jface/resource/LocalResourceManager.html: different reference/api/org/eclipse/jface/resource/ResourceLocator.html: different reference/api/org/eclipse/jface/resource/ResourceManager.html: different reference/api/org/eclipse/jface/resource/ResourceRegistry.html: different reference/api/org/eclipse/jface/resource/StringConverter.html: different reference/api/org/eclipse/jface/resource/class-use/ColorDescriptor.html: different reference/api/org/eclipse/jface/resource/class-use/ColorRegistry.html: different reference/api/org/eclipse/jface/resource/class-use/CompositeImageDescriptor.CachedImageDataProvider.html: different reference/api/org/eclipse/jface/resource/class-use/CompositeImageDescriptor.html: different reference/api/org/eclipse/jface/resource/class-use/DataFormatException.html: different reference/api/org/eclipse/jface/resource/class-use/DeviceResourceDescriptor.html: different reference/api/org/eclipse/jface/resource/class-use/DeviceResourceException.html: different reference/api/org/eclipse/jface/resource/class-use/DeviceResourceManager.html: different reference/api/org/eclipse/jface/resource/class-use/FontDescriptor.html: different reference/api/org/eclipse/jface/resource/class-use/FontRegistry.html: different reference/api/org/eclipse/jface/resource/class-use/ImageDescriptor.html: different reference/api/org/eclipse/jface/resource/class-use/ImageRegistry.html: different reference/api/org/eclipse/jface/resource/class-use/JFaceColors.html: different reference/api/org/eclipse/jface/resource/class-use/JFaceResources.html: different reference/api/org/eclipse/jface/resource/class-use/LazyResourceManager.html: different reference/api/org/eclipse/jface/resource/class-use/LocalResourceManager.html: different reference/api/org/eclipse/jface/resource/class-use/ResourceLocator.html: different reference/api/org/eclipse/jface/resource/class-use/ResourceManager.html: different reference/api/org/eclipse/jface/resource/class-use/ResourceRegistry.html: different reference/api/org/eclipse/jface/resource/class-use/StringConverter.html: different reference/api/org/eclipse/jface/resource/package-summary.html: different reference/api/org/eclipse/jface/resource/package-tree.html: different reference/api/org/eclipse/jface/resource/package-use.html: different reference/api/org/eclipse/jface/text/AbstractDocument.html: different reference/api/org/eclipse/jface/text/AbstractHoverInformationControlManager.html: different reference/api/org/eclipse/jface/text/AbstractInformationControl.html: different reference/api/org/eclipse/jface/text/AbstractInformationControlManager.Anchor.html: different reference/api/org/eclipse/jface/text/AbstractInformationControlManager.IInformationControlCloser.html: different reference/api/org/eclipse/jface/text/AbstractInformationControlManager.html: different reference/api/org/eclipse/jface/text/AbstractLineTracker.DelimiterInfo.html: different reference/api/org/eclipse/jface/text/AbstractLineTracker.Request.html: different reference/api/org/eclipse/jface/text/AbstractLineTracker.html: different reference/api/org/eclipse/jface/text/AbstractReusableInformationControlCreator.html: different reference/api/org/eclipse/jface/text/BadLocationException.html: different reference/api/org/eclipse/jface/text/BadPartitioningException.html: different reference/api/org/eclipse/jface/text/BadPositionCategoryException.html: different reference/api/org/eclipse/jface/text/BlockTextSelection.html: different reference/api/org/eclipse/jface/text/ConfigurableLineTracker.html: different reference/api/org/eclipse/jface/text/CopyOnWriteTextStore.html: different reference/api/org/eclipse/jface/text/CursorLinePainter.html: different reference/api/org/eclipse/jface/text/DefaultAutoIndentStrategy.html: different reference/api/org/eclipse/jface/text/DefaultIndentLineAutoEditStrategy.html: different reference/api/org/eclipse/jface/text/DefaultInformationControl.IInformationPresenter.html: different reference/api/org/eclipse/jface/text/DefaultInformationControl.IInformationPresenterExtension.html: different reference/api/org/eclipse/jface/text/DefaultInformationControl.html: different reference/api/org/eclipse/jface/text/DefaultLineTracker.html: different reference/api/org/eclipse/jface/text/DefaultPositionUpdater.html: different reference/api/org/eclipse/jface/text/DefaultTextDoubleClickStrategy.html: different reference/api/org/eclipse/jface/text/DefaultTextHover.html: different reference/api/org/eclipse/jface/text/DefaultUndoManager.html: different reference/api/org/eclipse/jface/text/Document.html: different reference/api/org/eclipse/jface/text/DocumentCommand.html: different reference/api/org/eclipse/jface/text/DocumentEvent.html: different reference/api/org/eclipse/jface/text/DocumentPartitioningChangedEvent.html: different reference/api/org/eclipse/jface/text/DocumentRewriteSession.html: different reference/api/org/eclipse/jface/text/DocumentRewriteSessionEvent.html: different reference/api/org/eclipse/jface/text/DocumentRewriteSessionType.html: different reference/api/org/eclipse/jface/text/FindReplaceDocumentAdapter.html: different reference/api/org/eclipse/jface/text/FindReplaceDocumentAdapterContentProposalProvider.html: different reference/api/org/eclipse/jface/text/GapTextStore.html: different reference/api/org/eclipse/jface/text/IAutoEditStrategy.html: different reference/api/org/eclipse/jface/text/IAutoIndentStrategy.html: different reference/api/org/eclipse/jface/text/IBlockTextSelection.html: different reference/api/org/eclipse/jface/text/IDelayedInputChangeProvider.html: different reference/api/org/eclipse/jface/text/IDocument.html: different reference/api/org/eclipse/jface/text/IDocumentAdapter.html: different reference/api/org/eclipse/jface/text/IDocumentAdapterExtension.html: different reference/api/org/eclipse/jface/text/IDocumentExtension.IReplace.html: different reference/api/org/eclipse/jface/text/IDocumentExtension.html: different reference/api/org/eclipse/jface/text/IDocumentExtension2.html: different reference/api/org/eclipse/jface/text/IDocumentExtension3.html: different reference/api/org/eclipse/jface/text/IDocumentExtension4.html: different reference/api/org/eclipse/jface/text/IDocumentInformationMapping.html: different reference/api/org/eclipse/jface/text/IDocumentInformationMappingExtension.html: different reference/api/org/eclipse/jface/text/IDocumentInformationMappingExtension2.html: different reference/api/org/eclipse/jface/text/IDocumentListener.html: different reference/api/org/eclipse/jface/text/IDocumentPartitioner.html: different reference/api/org/eclipse/jface/text/IDocumentPartitionerExtension.html: different reference/api/org/eclipse/jface/text/IDocumentPartitionerExtension2.html: different reference/api/org/eclipse/jface/text/IDocumentPartitionerExtension3.html: different reference/api/org/eclipse/jface/text/IDocumentPartitioningListener.html: different reference/api/org/eclipse/jface/text/IDocumentPartitioningListenerExtension.html: different reference/api/org/eclipse/jface/text/IDocumentPartitioningListenerExtension2.html: different reference/api/org/eclipse/jface/text/IDocumentRewriteSessionListener.html: different reference/api/org/eclipse/jface/text/IEditingSupport.html: different reference/api/org/eclipse/jface/text/IEditingSupportRegistry.html: different reference/api/org/eclipse/jface/text/IEventConsumer.html: different reference/api/org/eclipse/jface/text/IFindReplaceTarget.html: different reference/api/org/eclipse/jface/text/IFindReplaceTargetExtension.html: different reference/api/org/eclipse/jface/text/IFindReplaceTargetExtension3.html: different reference/api/org/eclipse/jface/text/IFindReplaceTargetExtension4.html: different reference/api/org/eclipse/jface/text/IInformationControl.html: different reference/api/org/eclipse/jface/text/IInformationControlCreator.html: different reference/api/org/eclipse/jface/text/IInformationControlCreatorExtension.html: different reference/api/org/eclipse/jface/text/IInformationControlExtension.html: different reference/api/org/eclipse/jface/text/IInformationControlExtension2.html: different reference/api/org/eclipse/jface/text/IInformationControlExtension3.html: different reference/api/org/eclipse/jface/text/IInformationControlExtension4.html: different reference/api/org/eclipse/jface/text/IInformationControlExtension5.html: different reference/api/org/eclipse/jface/text/IInputChangedListener.html: different reference/api/org/eclipse/jface/text/ILineTracker.html: different reference/api/org/eclipse/jface/text/ILineTrackerExtension.html: different reference/api/org/eclipse/jface/text/IMarkRegionTarget.html: different reference/api/org/eclipse/jface/text/IMarkSelection.html: different reference/api/org/eclipse/jface/text/IMultiTextSelection.html: different reference/api/org/eclipse/jface/text/IPaintPositionManager.html: different reference/api/org/eclipse/jface/text/IPainter.html: different reference/api/org/eclipse/jface/text/IPositionUpdater.html: different reference/api/org/eclipse/jface/text/IRegion.html: different reference/api/org/eclipse/jface/text/IRepairableDocument.html: different reference/api/org/eclipse/jface/text/IRepairableDocumentExtension.html: different reference/api/org/eclipse/jface/text/IRewriteTarget.html: different reference/api/org/eclipse/jface/text/ISelectionValidator.html: different reference/api/org/eclipse/jface/text/ISlaveDocumentManager.html: different reference/api/org/eclipse/jface/text/ISlaveDocumentManagerExtension.html: different reference/api/org/eclipse/jface/text/ISynchronizable.html: different reference/api/org/eclipse/jface/text/ITextDoubleClickStrategy.html: different reference/api/org/eclipse/jface/text/ITextHover.html: different reference/api/org/eclipse/jface/text/ITextHoverExtension.html: different reference/api/org/eclipse/jface/text/ITextHoverExtension2.html: different reference/api/org/eclipse/jface/text/ITextInputListener.html: different reference/api/org/eclipse/jface/text/ITextListener.html: different reference/api/org/eclipse/jface/text/ITextOperationTarget.html: different reference/api/org/eclipse/jface/text/ITextOperationTargetExtension.html: different reference/api/org/eclipse/jface/text/ITextPresentationListener.html: different reference/api/org/eclipse/jface/text/ITextSelection.html: different reference/api/org/eclipse/jface/text/ITextStore.html: different reference/api/org/eclipse/jface/text/ITextViewer.html: different reference/api/org/eclipse/jface/text/ITextViewerExtension.html: different reference/api/org/eclipse/jface/text/ITextViewerExtension2.html: different reference/api/org/eclipse/jface/text/ITextViewerExtension3.html: different reference/api/org/eclipse/jface/text/ITextViewerExtension4.html: different reference/api/org/eclipse/jface/text/ITextViewerExtension5.html: different reference/api/org/eclipse/jface/text/ITextViewerExtension6.html: different reference/api/org/eclipse/jface/text/ITextViewerExtension7.html: different reference/api/org/eclipse/jface/text/ITextViewerExtension8.EnrichMode.html: different reference/api/org/eclipse/jface/text/ITextViewerExtension8.html: different reference/api/org/eclipse/jface/text/ITextViewerExtension9.html: different reference/api/org/eclipse/jface/text/ITextViewerLifecycle.html: different reference/api/org/eclipse/jface/text/ITypedRegion.html: different reference/api/org/eclipse/jface/text/IUndoManager.html: different reference/api/org/eclipse/jface/text/IUndoManagerExtension.html: different reference/api/org/eclipse/jface/text/IViewportListener.html: different reference/api/org/eclipse/jface/text/IWidgetTokenKeeper.html: different reference/api/org/eclipse/jface/text/IWidgetTokenKeeperExtension.html: different reference/api/org/eclipse/jface/text/IWidgetTokenOwner.html: different reference/api/org/eclipse/jface/text/IWidgetTokenOwnerExtension.html: different reference/api/org/eclipse/jface/text/JFaceTextUtil.html: different reference/api/org/eclipse/jface/text/MarginPainter.html: different reference/api/org/eclipse/jface/text/MarkSelection.html: different reference/api/org/eclipse/jface/text/MultiStringMatcher.Builder.html: different reference/api/org/eclipse/jface/text/MultiStringMatcher.Match.html: different reference/api/org/eclipse/jface/text/MultiStringMatcher.html: different reference/api/org/eclipse/jface/text/MultiTextSelection.html: different reference/api/org/eclipse/jface/text/PaintManager.html: different reference/api/org/eclipse/jface/text/Position.html: different reference/api/org/eclipse/jface/text/PropagatingFontFieldEditor.html: different reference/api/org/eclipse/jface/text/Region.html: different reference/api/org/eclipse/jface/text/RewriteSessionEditProcessor.html: different reference/api/org/eclipse/jface/text/SequentialRewriteTextStore.html: different reference/api/org/eclipse/jface/text/SlaveDocumentEvent.html: different reference/api/org/eclipse/jface/text/TabsToSpacesConverter.html: different reference/api/org/eclipse/jface/text/TextAttribute.html: different reference/api/org/eclipse/jface/text/TextEvent.html: different reference/api/org/eclipse/jface/text/TextPresentation.html: different reference/api/org/eclipse/jface/text/TextSelection.html: different reference/api/org/eclipse/jface/text/TextUtilities.html: different reference/api/org/eclipse/jface/text/TextViewer.TextHoverKey.html: different reference/api/org/eclipse/jface/text/TextViewer.WidgetCommand.html: different reference/api/org/eclipse/jface/text/TextViewer.html: different reference/api/org/eclipse/jface/text/TextViewerUndoManager.html: different reference/api/org/eclipse/jface/text/TypedPosition.html: different reference/api/org/eclipse/jface/text/TypedRegion.html: different reference/api/org/eclipse/jface/text/WhitespaceCharacterPainter.html: different reference/api/org/eclipse/jface/text/class-use/AbstractDocument.html: different reference/api/org/eclipse/jface/text/class-use/AbstractHoverInformationControlManager.html: different reference/api/org/eclipse/jface/text/class-use/AbstractInformationControl.html: different reference/api/org/eclipse/jface/text/class-use/AbstractInformationControlManager.Anchor.html: different reference/api/org/eclipse/jface/text/class-use/AbstractInformationControlManager.IInformationControlCloser.html: different reference/api/org/eclipse/jface/text/class-use/AbstractInformationControlManager.html: different reference/api/org/eclipse/jface/text/class-use/AbstractLineTracker.DelimiterInfo.html: different reference/api/org/eclipse/jface/text/class-use/AbstractLineTracker.Request.html: different reference/api/org/eclipse/jface/text/class-use/AbstractLineTracker.html: different reference/api/org/eclipse/jface/text/class-use/AbstractReusableInformationControlCreator.html: different reference/api/org/eclipse/jface/text/class-use/BadLocationException.html: different reference/api/org/eclipse/jface/text/class-use/BadPartitioningException.html: different reference/api/org/eclipse/jface/text/class-use/BadPositionCategoryException.html: different reference/api/org/eclipse/jface/text/class-use/BlockTextSelection.html: different reference/api/org/eclipse/jface/text/class-use/ConfigurableLineTracker.html: different reference/api/org/eclipse/jface/text/class-use/CopyOnWriteTextStore.html: different reference/api/org/eclipse/jface/text/class-use/CursorLinePainter.html: different reference/api/org/eclipse/jface/text/class-use/DefaultAutoIndentStrategy.html: different reference/api/org/eclipse/jface/text/class-use/DefaultIndentLineAutoEditStrategy.html: different reference/api/org/eclipse/jface/text/class-use/DefaultInformationControl.IInformationPresenter.html: different reference/api/org/eclipse/jface/text/class-use/DefaultInformationControl.IInformationPresenterExtension.html: different reference/api/org/eclipse/jface/text/class-use/DefaultInformationControl.html: different reference/api/org/eclipse/jface/text/class-use/DefaultLineTracker.html: different reference/api/org/eclipse/jface/text/class-use/DefaultPositionUpdater.html: different reference/api/org/eclipse/jface/text/class-use/DefaultTextDoubleClickStrategy.html: different reference/api/org/eclipse/jface/text/class-use/DefaultTextHover.html: different reference/api/org/eclipse/jface/text/class-use/DefaultUndoManager.html: different reference/api/org/eclipse/jface/text/class-use/Document.html: different reference/api/org/eclipse/jface/text/class-use/DocumentCommand.html: different reference/api/org/eclipse/jface/text/class-use/DocumentEvent.html: different reference/api/org/eclipse/jface/text/class-use/DocumentPartitioningChangedEvent.html: different reference/api/org/eclipse/jface/text/class-use/DocumentRewriteSession.html: different reference/api/org/eclipse/jface/text/class-use/DocumentRewriteSessionEvent.html: different reference/api/org/eclipse/jface/text/class-use/DocumentRewriteSessionType.html: different reference/api/org/eclipse/jface/text/class-use/FindReplaceDocumentAdapter.html: different reference/api/org/eclipse/jface/text/class-use/FindReplaceDocumentAdapterContentProposalProvider.html: different reference/api/org/eclipse/jface/text/class-use/GapTextStore.html: different reference/api/org/eclipse/jface/text/class-use/IAutoEditStrategy.html: different reference/api/org/eclipse/jface/text/class-use/IAutoIndentStrategy.html: different reference/api/org/eclipse/jface/text/class-use/IBlockTextSelection.html: different reference/api/org/eclipse/jface/text/class-use/IDelayedInputChangeProvider.html: different reference/api/org/eclipse/jface/text/class-use/IDocument.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentAdapter.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentAdapterExtension.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentExtension.IReplace.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentExtension.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentExtension2.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentExtension3.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentExtension4.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentInformationMapping.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentInformationMappingExtension.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentInformationMappingExtension2.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentListener.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentPartitioner.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentPartitionerExtension.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentPartitionerExtension2.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentPartitionerExtension3.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentPartitioningListener.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentPartitioningListenerExtension.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentPartitioningListenerExtension2.html: different reference/api/org/eclipse/jface/text/class-use/IDocumentRewriteSessionListener.html: different reference/api/org/eclipse/jface/text/class-use/IEditingSupport.html: different reference/api/org/eclipse/jface/text/class-use/IEditingSupportRegistry.html: different reference/api/org/eclipse/jface/text/class-use/IEventConsumer.html: different reference/api/org/eclipse/jface/text/class-use/IFindReplaceTarget.html: different reference/api/org/eclipse/jface/text/class-use/IFindReplaceTargetExtension.html: different reference/api/org/eclipse/jface/text/class-use/IFindReplaceTargetExtension3.html: different reference/api/org/eclipse/jface/text/class-use/IFindReplaceTargetExtension4.html: different reference/api/org/eclipse/jface/text/class-use/IInformationControl.html: different reference/api/org/eclipse/jface/text/class-use/IInformationControlCreator.html: different reference/api/org/eclipse/jface/text/class-use/IInformationControlCreatorExtension.html: different reference/api/org/eclipse/jface/text/class-use/IInformationControlExtension.html: different reference/api/org/eclipse/jface/text/class-use/IInformationControlExtension2.html: different reference/api/org/eclipse/jface/text/class-use/IInformationControlExtension3.html: different reference/api/org/eclipse/jface/text/class-use/IInformationControlExtension4.html: different reference/api/org/eclipse/jface/text/class-use/IInformationControlExtension5.html: different reference/api/org/eclipse/jface/text/class-use/IInputChangedListener.html: different reference/api/org/eclipse/jface/text/class-use/ILineTracker.html: different reference/api/org/eclipse/jface/text/class-use/ILineTrackerExtension.html: different reference/api/org/eclipse/jface/text/class-use/IMarkRegionTarget.html: different reference/api/org/eclipse/jface/text/class-use/IMarkSelection.html: different reference/api/org/eclipse/jface/text/class-use/IMultiTextSelection.html: different reference/api/org/eclipse/jface/text/class-use/IPaintPositionManager.html: different reference/api/org/eclipse/jface/text/class-use/IPainter.html: different reference/api/org/eclipse/jface/text/class-use/IPositionUpdater.html: different reference/api/org/eclipse/jface/text/class-use/IRegion.html: different reference/api/org/eclipse/jface/text/class-use/IRepairableDocument.html: different reference/api/org/eclipse/jface/text/class-use/IRepairableDocumentExtension.html: different reference/api/org/eclipse/jface/text/class-use/IRewriteTarget.html: different reference/api/org/eclipse/jface/text/class-use/ISelectionValidator.html: different reference/api/org/eclipse/jface/text/class-use/ISlaveDocumentManager.html: different reference/api/org/eclipse/jface/text/class-use/ISlaveDocumentManagerExtension.html: different reference/api/org/eclipse/jface/text/class-use/ISynchronizable.html: different reference/api/org/eclipse/jface/text/class-use/ITextDoubleClickStrategy.html: different reference/api/org/eclipse/jface/text/class-use/ITextHover.html: different reference/api/org/eclipse/jface/text/class-use/ITextHoverExtension.html: different reference/api/org/eclipse/jface/text/class-use/ITextHoverExtension2.html: different reference/api/org/eclipse/jface/text/class-use/ITextInputListener.html: different reference/api/org/eclipse/jface/text/class-use/ITextListener.html: different reference/api/org/eclipse/jface/text/class-use/ITextOperationTarget.html: different reference/api/org/eclipse/jface/text/class-use/ITextOperationTargetExtension.html: different reference/api/org/eclipse/jface/text/class-use/ITextPresentationListener.html: different reference/api/org/eclipse/jface/text/class-use/ITextSelection.html: different reference/api/org/eclipse/jface/text/class-use/ITextStore.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewer.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerExtension.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerExtension2.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerExtension3.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerExtension4.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerExtension5.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerExtension6.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerExtension7.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerExtension8.EnrichMode.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerExtension8.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerExtension9.html: different reference/api/org/eclipse/jface/text/class-use/ITextViewerLifecycle.html: different reference/api/org/eclipse/jface/text/class-use/ITypedRegion.html: different reference/api/org/eclipse/jface/text/class-use/IUndoManager.html: different reference/api/org/eclipse/jface/text/class-use/IUndoManagerExtension.html: different reference/api/org/eclipse/jface/text/class-use/IViewportListener.html: different reference/api/org/eclipse/jface/text/class-use/IWidgetTokenKeeper.html: different reference/api/org/eclipse/jface/text/class-use/IWidgetTokenKeeperExtension.html: different reference/api/org/eclipse/jface/text/class-use/IWidgetTokenOwner.html: different reference/api/org/eclipse/jface/text/class-use/IWidgetTokenOwnerExtension.html: different reference/api/org/eclipse/jface/text/class-use/JFaceTextUtil.html: different reference/api/org/eclipse/jface/text/class-use/MarginPainter.html: different reference/api/org/eclipse/jface/text/class-use/MarkSelection.html: different reference/api/org/eclipse/jface/text/class-use/MultiStringMatcher.Builder.html: different reference/api/org/eclipse/jface/text/class-use/MultiStringMatcher.Match.html: different reference/api/org/eclipse/jface/text/class-use/MultiStringMatcher.html: different reference/api/org/eclipse/jface/text/class-use/MultiTextSelection.html: different reference/api/org/eclipse/jface/text/class-use/PaintManager.html: different reference/api/org/eclipse/jface/text/class-use/Position.html: different reference/api/org/eclipse/jface/text/class-use/PropagatingFontFieldEditor.html: different reference/api/org/eclipse/jface/text/class-use/Region.html: different reference/api/org/eclipse/jface/text/class-use/RewriteSessionEditProcessor.html: different reference/api/org/eclipse/jface/text/class-use/SequentialRewriteTextStore.html: different reference/api/org/eclipse/jface/text/class-use/SlaveDocumentEvent.html: different reference/api/org/eclipse/jface/text/class-use/TabsToSpacesConverter.html: different reference/api/org/eclipse/jface/text/class-use/TextAttribute.html: different reference/api/org/eclipse/jface/text/class-use/TextEvent.html: different reference/api/org/eclipse/jface/text/class-use/TextPresentation.html: different reference/api/org/eclipse/jface/text/class-use/TextSelection.html: different reference/api/org/eclipse/jface/text/class-use/TextUtilities.html: different reference/api/org/eclipse/jface/text/class-use/TextViewer.TextHoverKey.html: different reference/api/org/eclipse/jface/text/class-use/TextViewer.WidgetCommand.html: different reference/api/org/eclipse/jface/text/class-use/TextViewer.html: different reference/api/org/eclipse/jface/text/class-use/TextViewerUndoManager.html: different reference/api/org/eclipse/jface/text/class-use/TypedPosition.html: different reference/api/org/eclipse/jface/text/class-use/TypedRegion.html: different reference/api/org/eclipse/jface/text/class-use/WhitespaceCharacterPainter.html: different reference/api/org/eclipse/jface/text/contentassist/BoldStylerProvider.html: different reference/api/org/eclipse/jface/text/contentassist/CompletionProposal.html: different reference/api/org/eclipse/jface/text/contentassist/ContentAssistEvent.html: different reference/api/org/eclipse/jface/text/contentassist/ContentAssistant.AutoAssistListener.html: different reference/api/org/eclipse/jface/text/contentassist/ContentAssistant.html: different reference/api/org/eclipse/jface/text/contentassist/ContextInformation.html: different reference/api/org/eclipse/jface/text/contentassist/ContextInformationValidator.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionListener.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionListenerExtension.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionListenerExtension2.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionProposal.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionProposalExtension.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionProposalExtension2.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionProposalExtension3.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionProposalExtension4.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionProposalExtension5.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionProposalExtension6.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionProposalExtension7.html: different reference/api/org/eclipse/jface/text/contentassist/ICompletionProposalSorter.html: different reference/api/org/eclipse/jface/text/contentassist/IContentAssistProcessor.html: different reference/api/org/eclipse/jface/text/contentassist/IContentAssistProcessorExtension.html: different reference/api/org/eclipse/jface/text/contentassist/IContentAssistant.html: different reference/api/org/eclipse/jface/text/contentassist/IContentAssistantExtension.html: different reference/api/org/eclipse/jface/text/contentassist/IContentAssistantExtension2.html: different reference/api/org/eclipse/jface/text/contentassist/IContentAssistantExtension3.html: different reference/api/org/eclipse/jface/text/contentassist/IContentAssistantExtension4.html: different reference/api/org/eclipse/jface/text/contentassist/IContextInformation.html: different reference/api/org/eclipse/jface/text/contentassist/IContextInformationExtension.html: different reference/api/org/eclipse/jface/text/contentassist/IContextInformationPresenter.html: different reference/api/org/eclipse/jface/text/contentassist/IContextInformationValidator.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/BoldStylerProvider.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/CompletionProposal.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ContentAssistEvent.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ContentAssistant.AutoAssistListener.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ContentAssistant.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ContextInformation.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ContextInformationValidator.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionListener.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionListenerExtension.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionListenerExtension2.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionProposal.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionProposalExtension.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionProposalExtension2.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionProposalExtension3.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionProposalExtension4.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionProposalExtension5.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionProposalExtension6.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionProposalExtension7.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/ICompletionProposalSorter.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContentAssistProcessor.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContentAssistProcessorExtension.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContentAssistant.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContentAssistantExtension.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContentAssistantExtension2.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContentAssistantExtension3.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContentAssistantExtension4.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContextInformation.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContextInformationExtension.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContextInformationPresenter.html: different reference/api/org/eclipse/jface/text/contentassist/class-use/IContextInformationValidator.html: different reference/api/org/eclipse/jface/text/contentassist/package-summary.html: different reference/api/org/eclipse/jface/text/contentassist/package-tree.html: different reference/api/org/eclipse/jface/text/contentassist/package-use.html: different reference/api/org/eclipse/jface/text/formatter/ContentFormatter.html: different reference/api/org/eclipse/jface/text/formatter/ContextBasedFormattingStrategy.html: different reference/api/org/eclipse/jface/text/formatter/FormattingContext.html: different reference/api/org/eclipse/jface/text/formatter/FormattingContextProperties.html: different reference/api/org/eclipse/jface/text/formatter/IContentFormatter.html: different reference/api/org/eclipse/jface/text/formatter/IContentFormatterExtension.html: different reference/api/org/eclipse/jface/text/formatter/IFormattingContext.html: different reference/api/org/eclipse/jface/text/formatter/IFormattingStrategy.html: different reference/api/org/eclipse/jface/text/formatter/IFormattingStrategyExtension.html: different reference/api/org/eclipse/jface/text/formatter/MultiPassContentFormatter.NonDeletingPositionUpdater.html: different reference/api/org/eclipse/jface/text/formatter/MultiPassContentFormatter.html: different reference/api/org/eclipse/jface/text/formatter/class-use/ContentFormatter.html: different reference/api/org/eclipse/jface/text/formatter/class-use/ContextBasedFormattingStrategy.html: different reference/api/org/eclipse/jface/text/formatter/class-use/FormattingContext.html: different reference/api/org/eclipse/jface/text/formatter/class-use/FormattingContextProperties.html: different reference/api/org/eclipse/jface/text/formatter/class-use/IContentFormatter.html: different reference/api/org/eclipse/jface/text/formatter/class-use/IContentFormatterExtension.html: different reference/api/org/eclipse/jface/text/formatter/class-use/IFormattingContext.html: different reference/api/org/eclipse/jface/text/formatter/class-use/IFormattingStrategy.html: different reference/api/org/eclipse/jface/text/formatter/class-use/IFormattingStrategyExtension.html: different reference/api/org/eclipse/jface/text/formatter/class-use/MultiPassContentFormatter.NonDeletingPositionUpdater.html: different reference/api/org/eclipse/jface/text/formatter/class-use/MultiPassContentFormatter.html: different reference/api/org/eclipse/jface/text/formatter/package-summary.html: different reference/api/org/eclipse/jface/text/formatter/package-tree.html: different reference/api/org/eclipse/jface/text/formatter/package-use.html: different reference/api/org/eclipse/jface/text/hyperlink/AbstractHyperlinkDetector.html: different reference/api/org/eclipse/jface/text/hyperlink/DefaultHyperlinkPresenter.html: different reference/api/org/eclipse/jface/text/hyperlink/HyperlinkManager.DETECTION_STRATEGY.html: different reference/api/org/eclipse/jface/text/hyperlink/HyperlinkManager.html: different reference/api/org/eclipse/jface/text/hyperlink/IHyperlink.html: different reference/api/org/eclipse/jface/text/hyperlink/IHyperlinkDetector.html: different reference/api/org/eclipse/jface/text/hyperlink/IHyperlinkDetectorExtension.html: different reference/api/org/eclipse/jface/text/hyperlink/IHyperlinkDetectorExtension2.html: different reference/api/org/eclipse/jface/text/hyperlink/IHyperlinkPresenter.html: different reference/api/org/eclipse/jface/text/hyperlink/IHyperlinkPresenterExtension.html: different reference/api/org/eclipse/jface/text/hyperlink/IHyperlinkPresenterExtension2.html: different reference/api/org/eclipse/jface/text/hyperlink/MultipleHyperlinkPresenter.html: different reference/api/org/eclipse/jface/text/hyperlink/URLHyperlink.html: different reference/api/org/eclipse/jface/text/hyperlink/URLHyperlinkDetector.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/AbstractHyperlinkDetector.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/DefaultHyperlinkPresenter.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/HyperlinkManager.DETECTION_STRATEGY.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/HyperlinkManager.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/IHyperlink.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/IHyperlinkDetector.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/IHyperlinkDetectorExtension.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/IHyperlinkDetectorExtension2.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/IHyperlinkPresenter.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/IHyperlinkPresenterExtension.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/IHyperlinkPresenterExtension2.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/MultipleHyperlinkPresenter.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/URLHyperlink.html: different reference/api/org/eclipse/jface/text/hyperlink/class-use/URLHyperlinkDetector.html: different reference/api/org/eclipse/jface/text/hyperlink/package-summary.html: different reference/api/org/eclipse/jface/text/hyperlink/package-tree.html: different reference/api/org/eclipse/jface/text/hyperlink/package-use.html: different reference/api/org/eclipse/jface/text/information/IInformationPresenter.html: different reference/api/org/eclipse/jface/text/information/IInformationPresenterExtension.html: different reference/api/org/eclipse/jface/text/information/IInformationProvider.html: different reference/api/org/eclipse/jface/text/information/IInformationProviderExtension.html: different reference/api/org/eclipse/jface/text/information/IInformationProviderExtension2.html: different reference/api/org/eclipse/jface/text/information/InformationPresenter.html: different reference/api/org/eclipse/jface/text/information/class-use/IInformationPresenter.html: different reference/api/org/eclipse/jface/text/information/class-use/IInformationPresenterExtension.html: different reference/api/org/eclipse/jface/text/information/class-use/IInformationProvider.html: different reference/api/org/eclipse/jface/text/information/class-use/IInformationProviderExtension.html: different reference/api/org/eclipse/jface/text/information/class-use/IInformationProviderExtension2.html: different reference/api/org/eclipse/jface/text/information/class-use/InformationPresenter.html: different reference/api/org/eclipse/jface/text/information/package-summary.html: different reference/api/org/eclipse/jface/text/information/package-tree.html: different reference/api/org/eclipse/jface/text/information/package-use.html: different reference/api/org/eclipse/jface/text/link/ILinkedModeListener.html: different reference/api/org/eclipse/jface/text/link/InclusivePositionUpdater.html: different reference/api/org/eclipse/jface/text/link/LinkedModeModel.html: different reference/api/org/eclipse/jface/text/link/LinkedModeUI.ExitFlags.html: different reference/api/org/eclipse/jface/text/link/LinkedModeUI.IExitPolicy.html: different reference/api/org/eclipse/jface/text/link/LinkedModeUI.ILinkedModeUIFocusListener.html: different reference/api/org/eclipse/jface/text/link/LinkedModeUI.LinkedModeUITarget.html: different reference/api/org/eclipse/jface/text/link/LinkedModeUI.html: different reference/api/org/eclipse/jface/text/link/LinkedPosition.html: different reference/api/org/eclipse/jface/text/link/LinkedPositionGroup.html: different reference/api/org/eclipse/jface/text/link/ProposalPosition.html: different reference/api/org/eclipse/jface/text/link/class-use/ILinkedModeListener.html: different reference/api/org/eclipse/jface/text/link/class-use/InclusivePositionUpdater.html: different reference/api/org/eclipse/jface/text/link/class-use/LinkedModeModel.html: different reference/api/org/eclipse/jface/text/link/class-use/LinkedModeUI.ExitFlags.html: different reference/api/org/eclipse/jface/text/link/class-use/LinkedModeUI.IExitPolicy.html: different reference/api/org/eclipse/jface/text/link/class-use/LinkedModeUI.ILinkedModeUIFocusListener.html: different reference/api/org/eclipse/jface/text/link/class-use/LinkedModeUI.LinkedModeUITarget.html: different reference/api/org/eclipse/jface/text/link/class-use/LinkedModeUI.html: different reference/api/org/eclipse/jface/text/link/class-use/LinkedPosition.html: different reference/api/org/eclipse/jface/text/link/class-use/LinkedPositionGroup.html: different reference/api/org/eclipse/jface/text/link/class-use/ProposalPosition.html: different reference/api/org/eclipse/jface/text/link/package-summary.html: different reference/api/org/eclipse/jface/text/link/package-tree.html: different reference/api/org/eclipse/jface/text/link/package-use.html: different reference/api/org/eclipse/jface/text/package-summary.html: different reference/api/org/eclipse/jface/text/package-tree.html: different reference/api/org/eclipse/jface/text/package-use.html: different reference/api/org/eclipse/jface/text/presentation/IPresentationDamager.html: different reference/api/org/eclipse/jface/text/presentation/IPresentationReconciler.html: different reference/api/org/eclipse/jface/text/presentation/IPresentationReconcilerExtension.html: different reference/api/org/eclipse/jface/text/presentation/IPresentationRepairer.html: different reference/api/org/eclipse/jface/text/presentation/PresentationReconciler.html: different reference/api/org/eclipse/jface/text/presentation/class-use/IPresentationDamager.html: different reference/api/org/eclipse/jface/text/presentation/class-use/IPresentationReconciler.html: different reference/api/org/eclipse/jface/text/presentation/class-use/IPresentationReconcilerExtension.html: different reference/api/org/eclipse/jface/text/presentation/class-use/IPresentationRepairer.html: different reference/api/org/eclipse/jface/text/presentation/class-use/PresentationReconciler.html: different reference/api/org/eclipse/jface/text/presentation/package-summary.html: different reference/api/org/eclipse/jface/text/presentation/package-tree.html: different reference/api/org/eclipse/jface/text/presentation/package-use.html: different reference/api/org/eclipse/jface/text/projection/ChildDocument.html: different reference/api/org/eclipse/jface/text/projection/ChildDocumentManager.html: different reference/api/org/eclipse/jface/text/projection/Fragment.html: different reference/api/org/eclipse/jface/text/projection/ProjectionDocument.html: different reference/api/org/eclipse/jface/text/projection/ProjectionDocumentEvent.html: different reference/api/org/eclipse/jface/text/projection/ProjectionDocumentManager.html: different reference/api/org/eclipse/jface/text/projection/ProjectionMapping.html: different reference/api/org/eclipse/jface/text/projection/Segment.html: different reference/api/org/eclipse/jface/text/projection/class-use/ChildDocument.html: different reference/api/org/eclipse/jface/text/projection/class-use/ChildDocumentManager.html: different reference/api/org/eclipse/jface/text/projection/class-use/Fragment.html: different reference/api/org/eclipse/jface/text/projection/class-use/ProjectionDocument.html: different reference/api/org/eclipse/jface/text/projection/class-use/ProjectionDocumentEvent.html: different reference/api/org/eclipse/jface/text/projection/class-use/ProjectionDocumentManager.html: different reference/api/org/eclipse/jface/text/projection/class-use/ProjectionMapping.html: different reference/api/org/eclipse/jface/text/projection/class-use/Segment.html: different reference/api/org/eclipse/jface/text/projection/package-summary.html: different reference/api/org/eclipse/jface/text/projection/package-tree.html: different reference/api/org/eclipse/jface/text/projection/package-use.html: different reference/api/org/eclipse/jface/text/quickassist/IQuickAssistAssistant.html: different reference/api/org/eclipse/jface/text/quickassist/IQuickAssistAssistantExtension.html: different reference/api/org/eclipse/jface/text/quickassist/IQuickAssistInvocationContext.html: different reference/api/org/eclipse/jface/text/quickassist/IQuickAssistProcessor.html: different reference/api/org/eclipse/jface/text/quickassist/IQuickFixableAnnotation.html: different reference/api/org/eclipse/jface/text/quickassist/QuickAssistAssistant.html: different reference/api/org/eclipse/jface/text/quickassist/class-use/IQuickAssistAssistant.html: different reference/api/org/eclipse/jface/text/quickassist/class-use/IQuickAssistAssistantExtension.html: different reference/api/org/eclipse/jface/text/quickassist/class-use/IQuickAssistInvocationContext.html: different reference/api/org/eclipse/jface/text/quickassist/class-use/IQuickAssistProcessor.html: different reference/api/org/eclipse/jface/text/quickassist/class-use/IQuickFixableAnnotation.html: different reference/api/org/eclipse/jface/text/quickassist/class-use/QuickAssistAssistant.html: different reference/api/org/eclipse/jface/text/quickassist/package-summary.html: different reference/api/org/eclipse/jface/text/quickassist/package-tree.html: different reference/api/org/eclipse/jface/text/quickassist/package-use.html: different reference/api/org/eclipse/jface/text/reconciler/AbstractReconcileStep.html: different reference/api/org/eclipse/jface/text/reconciler/AbstractReconciler.html: different reference/api/org/eclipse/jface/text/reconciler/DirtyRegion.html: different reference/api/org/eclipse/jface/text/reconciler/IReconcilableModel.html: different reference/api/org/eclipse/jface/text/reconciler/IReconcileResult.html: different reference/api/org/eclipse/jface/text/reconciler/IReconcileStep.html: different reference/api/org/eclipse/jface/text/reconciler/IReconciler.html: different reference/api/org/eclipse/jface/text/reconciler/IReconcilerExtension.html: different reference/api/org/eclipse/jface/text/reconciler/IReconcilingStrategy.html: different reference/api/org/eclipse/jface/text/reconciler/IReconcilingStrategyExtension.html: different reference/api/org/eclipse/jface/text/reconciler/MonoReconciler.html: different reference/api/org/eclipse/jface/text/reconciler/Reconciler.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/AbstractReconcileStep.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/AbstractReconciler.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/DirtyRegion.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/IReconcilableModel.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/IReconcileResult.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/IReconcileStep.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/IReconciler.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/IReconcilerExtension.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/IReconcilingStrategy.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/IReconcilingStrategyExtension.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/MonoReconciler.html: different reference/api/org/eclipse/jface/text/reconciler/class-use/Reconciler.html: different reference/api/org/eclipse/jface/text/reconciler/package-summary.html: different reference/api/org/eclipse/jface/text/reconciler/package-tree.html: different reference/api/org/eclipse/jface/text/reconciler/package-use.html: different reference/api/org/eclipse/jface/text/revisions/IRevisionListener.html: different reference/api/org/eclipse/jface/text/revisions/IRevisionRulerColumn.html: different reference/api/org/eclipse/jface/text/revisions/IRevisionRulerColumnExtension.RenderingMode.html: different reference/api/org/eclipse/jface/text/revisions/IRevisionRulerColumnExtension.html: different reference/api/org/eclipse/jface/text/revisions/Revision.html: different reference/api/org/eclipse/jface/text/revisions/RevisionEvent.html: different reference/api/org/eclipse/jface/text/revisions/RevisionInformation.html: different reference/api/org/eclipse/jface/text/revisions/RevisionRange.html: different reference/api/org/eclipse/jface/text/revisions/class-use/IRevisionListener.html: different reference/api/org/eclipse/jface/text/revisions/class-use/IRevisionRulerColumn.html: different reference/api/org/eclipse/jface/text/revisions/class-use/IRevisionRulerColumnExtension.RenderingMode.html: different reference/api/org/eclipse/jface/text/revisions/class-use/IRevisionRulerColumnExtension.html: different reference/api/org/eclipse/jface/text/revisions/class-use/Revision.html: different reference/api/org/eclipse/jface/text/revisions/class-use/RevisionEvent.html: different reference/api/org/eclipse/jface/text/revisions/class-use/RevisionInformation.html: different reference/api/org/eclipse/jface/text/revisions/class-use/RevisionRange.html: different reference/api/org/eclipse/jface/text/revisions/package-summary.html: different reference/api/org/eclipse/jface/text/revisions/package-tree.html: different reference/api/org/eclipse/jface/text/revisions/package-use.html: different reference/api/org/eclipse/jface/text/rules/BufferedRuleBasedScanner.html: different reference/api/org/eclipse/jface/text/rules/DefaultDamagerRepairer.html: different reference/api/org/eclipse/jface/text/rules/DefaultPartitioner.html: different reference/api/org/eclipse/jface/text/rules/EndOfLineRule.html: different reference/api/org/eclipse/jface/text/rules/FastPartitioner.html: different reference/api/org/eclipse/jface/text/rules/ICharacterScanner.html: different reference/api/org/eclipse/jface/text/rules/IPartitionTokenScanner.html: different reference/api/org/eclipse/jface/text/rules/IPredicateRule.html: different reference/api/org/eclipse/jface/text/rules/IRule.html: different reference/api/org/eclipse/jface/text/rules/IToken.html: different reference/api/org/eclipse/jface/text/rules/ITokenScanner.html: different reference/api/org/eclipse/jface/text/rules/IWhitespaceDetector.html: different reference/api/org/eclipse/jface/text/rules/IWordDetector.html: different reference/api/org/eclipse/jface/text/rules/MultiLineRule.html: different reference/api/org/eclipse/jface/text/rules/NumberRule.html: different reference/api/org/eclipse/jface/text/rules/PatternRule.html: different reference/api/org/eclipse/jface/text/rules/RuleBasedDamagerRepairer.html: different reference/api/org/eclipse/jface/text/rules/RuleBasedPartitionScanner.html: different reference/api/org/eclipse/jface/text/rules/RuleBasedPartitioner.html: different reference/api/org/eclipse/jface/text/rules/RuleBasedScanner.html: different reference/api/org/eclipse/jface/text/rules/SingleLineRule.html: different reference/api/org/eclipse/jface/text/rules/Token.html: different reference/api/org/eclipse/jface/text/rules/WhitespaceRule.html: different reference/api/org/eclipse/jface/text/rules/WordPatternRule.html: different reference/api/org/eclipse/jface/text/rules/WordRule.html: different reference/api/org/eclipse/jface/text/rules/class-use/BufferedRuleBasedScanner.html: different reference/api/org/eclipse/jface/text/rules/class-use/DefaultDamagerRepairer.html: different reference/api/org/eclipse/jface/text/rules/class-use/DefaultPartitioner.html: different reference/api/org/eclipse/jface/text/rules/class-use/EndOfLineRule.html: different reference/api/org/eclipse/jface/text/rules/class-use/FastPartitioner.html: different reference/api/org/eclipse/jface/text/rules/class-use/ICharacterScanner.html: different reference/api/org/eclipse/jface/text/rules/class-use/IPartitionTokenScanner.html: different reference/api/org/eclipse/jface/text/rules/class-use/IPredicateRule.html: different reference/api/org/eclipse/jface/text/rules/class-use/IRule.html: different reference/api/org/eclipse/jface/text/rules/class-use/IToken.html: different reference/api/org/eclipse/jface/text/rules/class-use/ITokenScanner.html: different reference/api/org/eclipse/jface/text/rules/class-use/IWhitespaceDetector.html: different reference/api/org/eclipse/jface/text/rules/class-use/IWordDetector.html: different reference/api/org/eclipse/jface/text/rules/class-use/MultiLineRule.html: different reference/api/org/eclipse/jface/text/rules/class-use/NumberRule.html: different reference/api/org/eclipse/jface/text/rules/class-use/PatternRule.html: different reference/api/org/eclipse/jface/text/rules/class-use/RuleBasedDamagerRepairer.html: different reference/api/org/eclipse/jface/text/rules/class-use/RuleBasedPartitionScanner.html: different reference/api/org/eclipse/jface/text/rules/class-use/RuleBasedPartitioner.html: different reference/api/org/eclipse/jface/text/rules/class-use/RuleBasedScanner.html: different reference/api/org/eclipse/jface/text/rules/class-use/SingleLineRule.html: different reference/api/org/eclipse/jface/text/rules/class-use/Token.html: different reference/api/org/eclipse/jface/text/rules/class-use/WhitespaceRule.html: different reference/api/org/eclipse/jface/text/rules/class-use/WordPatternRule.html: different reference/api/org/eclipse/jface/text/rules/class-use/WordRule.html: different reference/api/org/eclipse/jface/text/rules/package-summary.html: different reference/api/org/eclipse/jface/text/rules/package-tree.html: different reference/api/org/eclipse/jface/text/rules/package-use.html: different reference/api/org/eclipse/jface/text/source/AbstractRulerColumn.html: different reference/api/org/eclipse/jface/text/source/Annotation.html: different reference/api/org/eclipse/jface/text/source/AnnotationBarHoverManager.Closer.html: different reference/api/org/eclipse/jface/text/source/AnnotationBarHoverManager.html: different reference/api/org/eclipse/jface/text/source/AnnotationColumn.html: different reference/api/org/eclipse/jface/text/source/AnnotationModel.html: different reference/api/org/eclipse/jface/text/source/AnnotationModelEvent.html: different reference/api/org/eclipse/jface/text/source/AnnotationPainter.BoxStrategy.html: different reference/api/org/eclipse/jface/text/source/AnnotationPainter.HighlightingStrategy.html: different reference/api/org/eclipse/jface/text/source/AnnotationPainter.IDrawingStrategy.html: different reference/api/org/eclipse/jface/text/source/AnnotationPainter.ITextStyleStrategy.html: different reference/api/org/eclipse/jface/text/source/AnnotationPainter.NullStrategy.html: different reference/api/org/eclipse/jface/text/source/AnnotationPainter.SquigglesStrategy.html: different reference/api/org/eclipse/jface/text/source/AnnotationPainter.UnderlineStrategy.html: different reference/api/org/eclipse/jface/text/source/AnnotationPainter.html: different reference/api/org/eclipse/jface/text/source/AnnotationRulerColumn.html: different reference/api/org/eclipse/jface/text/source/ChangeRulerColumn.html: different reference/api/org/eclipse/jface/text/source/CompositeRuler.html: different reference/api/org/eclipse/jface/text/source/ContentAssistantFacade.html: different reference/api/org/eclipse/jface/text/source/DefaultAnnotationHover.html: different reference/api/org/eclipse/jface/text/source/DefaultCharacterPairMatcher.html: different reference/api/org/eclipse/jface/text/source/IAnnotationAccess.html: different reference/api/org/eclipse/jface/text/source/IAnnotationAccessExtension.html: different reference/api/org/eclipse/jface/text/source/IAnnotationAccessExtension2.html: different reference/api/org/eclipse/jface/text/source/IAnnotationHover.html: different reference/api/org/eclipse/jface/text/source/IAnnotationHoverExtension.html: different reference/api/org/eclipse/jface/text/source/IAnnotationHoverExtension2.html: different reference/api/org/eclipse/jface/text/source/IAnnotationMap.html: different reference/api/org/eclipse/jface/text/source/IAnnotationModel.html: different reference/api/org/eclipse/jface/text/source/IAnnotationModelExtension.html: different reference/api/org/eclipse/jface/text/source/IAnnotationModelExtension2.html: different reference/api/org/eclipse/jface/text/source/IAnnotationModelListener.html: different reference/api/org/eclipse/jface/text/source/IAnnotationModelListenerExtension.html: different reference/api/org/eclipse/jface/text/source/IAnnotationPresentation.html: different reference/api/org/eclipse/jface/text/source/IChangeRulerColumn.html: different reference/api/org/eclipse/jface/text/source/ICharacterPairMatcher.html: different reference/api/org/eclipse/jface/text/source/ICharacterPairMatcherExtension.html: different reference/api/org/eclipse/jface/text/source/ILineDiffInfo.html: different reference/api/org/eclipse/jface/text/source/ILineDiffer.html: different reference/api/org/eclipse/jface/text/source/ILineDifferExtension.html: different reference/api/org/eclipse/jface/text/source/ILineDifferExtension2.html: different reference/api/org/eclipse/jface/text/source/ILineRange.html: different reference/api/org/eclipse/jface/text/source/IOverviewRuler.html: different reference/api/org/eclipse/jface/text/source/IOverviewRulerExtension.html: different reference/api/org/eclipse/jface/text/source/ISharedTextColors.html: different reference/api/org/eclipse/jface/text/source/ISourceViewer.html: different reference/api/org/eclipse/jface/text/source/ISourceViewerExtension.html: different reference/api/org/eclipse/jface/text/source/ISourceViewerExtension2.html: different reference/api/org/eclipse/jface/text/source/ISourceViewerExtension3.html: different reference/api/org/eclipse/jface/text/source/ISourceViewerExtension4.html: different reference/api/org/eclipse/jface/text/source/ISourceViewerExtension5.html: different reference/api/org/eclipse/jface/text/source/IVerticalRuler.html: different reference/api/org/eclipse/jface/text/source/IVerticalRulerColumn.html: different reference/api/org/eclipse/jface/text/source/IVerticalRulerExtension.html: different reference/api/org/eclipse/jface/text/source/IVerticalRulerInfo.html: different reference/api/org/eclipse/jface/text/source/IVerticalRulerInfoExtension.html: different reference/api/org/eclipse/jface/text/source/IVerticalRulerListener.html: different reference/api/org/eclipse/jface/text/source/ImageUtilities.html: different reference/api/org/eclipse/jface/text/source/LineChangeHover.html: different reference/api/org/eclipse/jface/text/source/LineNumberChangeRulerColumn.html: different reference/api/org/eclipse/jface/text/source/LineNumberRulerColumn.html: different reference/api/org/eclipse/jface/text/source/LineRange.html: different reference/api/org/eclipse/jface/text/source/MatchingCharacterPainter.html: different reference/api/org/eclipse/jface/text/source/OverviewRuler.html: different reference/api/org/eclipse/jface/text/source/SourceViewer.RulerLayout.html: different reference/api/org/eclipse/jface/text/source/SourceViewer.html: different reference/api/org/eclipse/jface/text/source/SourceViewerConfiguration.html: different reference/api/org/eclipse/jface/text/source/TextInvocationContext.html: different reference/api/org/eclipse/jface/text/source/VerticalRuler.html: different reference/api/org/eclipse/jface/text/source/VerticalRulerEvent.html: different reference/api/org/eclipse/jface/text/source/class-use/AbstractRulerColumn.html: different reference/api/org/eclipse/jface/text/source/class-use/Annotation.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationBarHoverManager.Closer.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationBarHoverManager.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationColumn.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationModel.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationModelEvent.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationPainter.BoxStrategy.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationPainter.HighlightingStrategy.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationPainter.IDrawingStrategy.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationPainter.ITextStyleStrategy.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationPainter.NullStrategy.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationPainter.SquigglesStrategy.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationPainter.UnderlineStrategy.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationPainter.html: different reference/api/org/eclipse/jface/text/source/class-use/AnnotationRulerColumn.html: different reference/api/org/eclipse/jface/text/source/class-use/ChangeRulerColumn.html: different reference/api/org/eclipse/jface/text/source/class-use/CompositeRuler.html: different reference/api/org/eclipse/jface/text/source/class-use/ContentAssistantFacade.html: different reference/api/org/eclipse/jface/text/source/class-use/DefaultAnnotationHover.html: different reference/api/org/eclipse/jface/text/source/class-use/DefaultCharacterPairMatcher.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationAccess.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationAccessExtension.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationAccessExtension2.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationHover.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationHoverExtension.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationHoverExtension2.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationMap.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationModel.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationModelExtension.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationModelExtension2.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationModelListener.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationModelListenerExtension.html: different reference/api/org/eclipse/jface/text/source/class-use/IAnnotationPresentation.html: different reference/api/org/eclipse/jface/text/source/class-use/IChangeRulerColumn.html: different reference/api/org/eclipse/jface/text/source/class-use/ICharacterPairMatcher.html: different reference/api/org/eclipse/jface/text/source/class-use/ICharacterPairMatcherExtension.html: different reference/api/org/eclipse/jface/text/source/class-use/ILineDiffInfo.html: different reference/api/org/eclipse/jface/text/source/class-use/ILineDiffer.html: different reference/api/org/eclipse/jface/text/source/class-use/ILineDifferExtension.html: different reference/api/org/eclipse/jface/text/source/class-use/ILineDifferExtension2.html: different reference/api/org/eclipse/jface/text/source/class-use/ILineRange.html: different reference/api/org/eclipse/jface/text/source/class-use/IOverviewRuler.html: different reference/api/org/eclipse/jface/text/source/class-use/IOverviewRulerExtension.html: different reference/api/org/eclipse/jface/text/source/class-use/ISharedTextColors.html: different reference/api/org/eclipse/jface/text/source/class-use/ISourceViewer.html: different reference/api/org/eclipse/jface/text/source/class-use/ISourceViewerExtension.html: different reference/api/org/eclipse/jface/text/source/class-use/ISourceViewerExtension2.html: different reference/api/org/eclipse/jface/text/source/class-use/ISourceViewerExtension3.html: different reference/api/org/eclipse/jface/text/source/class-use/ISourceViewerExtension4.html: different reference/api/org/eclipse/jface/text/source/class-use/ISourceViewerExtension5.html: different reference/api/org/eclipse/jface/text/source/class-use/IVerticalRuler.html: different reference/api/org/eclipse/jface/text/source/class-use/IVerticalRulerColumn.html: different reference/api/org/eclipse/jface/text/source/class-use/IVerticalRulerExtension.html: different reference/api/org/eclipse/jface/text/source/class-use/IVerticalRulerInfo.html: different reference/api/org/eclipse/jface/text/source/class-use/IVerticalRulerInfoExtension.html: different reference/api/org/eclipse/jface/text/source/class-use/IVerticalRulerListener.html: different reference/api/org/eclipse/jface/text/source/class-use/ImageUtilities.html: different reference/api/org/eclipse/jface/text/source/class-use/LineChangeHover.html: different reference/api/org/eclipse/jface/text/source/class-use/LineNumberChangeRulerColumn.html: different reference/api/org/eclipse/jface/text/source/class-use/LineNumberRulerColumn.html: different reference/api/org/eclipse/jface/text/source/class-use/LineRange.html: different reference/api/org/eclipse/jface/text/source/class-use/MatchingCharacterPainter.html: different reference/api/org/eclipse/jface/text/source/class-use/OverviewRuler.html: different reference/api/org/eclipse/jface/text/source/class-use/SourceViewer.RulerLayout.html: different reference/api/org/eclipse/jface/text/source/class-use/SourceViewer.html: different reference/api/org/eclipse/jface/text/source/class-use/SourceViewerConfiguration.html: different reference/api/org/eclipse/jface/text/source/class-use/TextInvocationContext.html: different reference/api/org/eclipse/jface/text/source/class-use/VerticalRuler.html: different reference/api/org/eclipse/jface/text/source/class-use/VerticalRulerEvent.html: different reference/api/org/eclipse/jface/text/source/package-summary.html: different reference/api/org/eclipse/jface/text/source/package-tree.html: different reference/api/org/eclipse/jface/text/source/package-use.html: different reference/api/org/eclipse/jface/text/source/projection/AnnotationBag.html: different reference/api/org/eclipse/jface/text/source/projection/IProjectionListener.html: different reference/api/org/eclipse/jface/text/source/projection/IProjectionPosition.html: different reference/api/org/eclipse/jface/text/source/projection/ProjectionAnnotation.html: different reference/api/org/eclipse/jface/text/source/projection/ProjectionAnnotationModel.html: different reference/api/org/eclipse/jface/text/source/projection/ProjectionSupport.html: different reference/api/org/eclipse/jface/text/source/projection/ProjectionViewer.html: different reference/api/org/eclipse/jface/text/source/projection/class-use/AnnotationBag.html: different reference/api/org/eclipse/jface/text/source/projection/class-use/IProjectionListener.html: different reference/api/org/eclipse/jface/text/source/projection/class-use/IProjectionPosition.html: different reference/api/org/eclipse/jface/text/source/projection/class-use/ProjectionAnnotation.html: different reference/api/org/eclipse/jface/text/source/projection/class-use/ProjectionAnnotationModel.html: different reference/api/org/eclipse/jface/text/source/projection/class-use/ProjectionSupport.html: different reference/api/org/eclipse/jface/text/source/projection/class-use/ProjectionViewer.html: different reference/api/org/eclipse/jface/text/source/projection/package-summary.html: different reference/api/org/eclipse/jface/text/source/projection/package-tree.html: different reference/api/org/eclipse/jface/text/source/projection/package-use.html: different reference/api/org/eclipse/jface/text/templates/ContextTypeRegistry.html: different reference/api/org/eclipse/jface/text/templates/DocumentTemplateContext.html: different reference/api/org/eclipse/jface/text/templates/GlobalTemplateVariables.Cursor.html: different reference/api/org/eclipse/jface/text/templates/GlobalTemplateVariables.Date.html: different reference/api/org/eclipse/jface/text/templates/GlobalTemplateVariables.Dollar.html: different reference/api/org/eclipse/jface/text/templates/GlobalTemplateVariables.LineSelection.html: different reference/api/org/eclipse/jface/text/templates/GlobalTemplateVariables.Selection.html: different reference/api/org/eclipse/jface/text/templates/GlobalTemplateVariables.Time.html: different reference/api/org/eclipse/jface/text/templates/GlobalTemplateVariables.User.html: different reference/api/org/eclipse/jface/text/templates/GlobalTemplateVariables.WordSelection.html: different reference/api/org/eclipse/jface/text/templates/GlobalTemplateVariables.Year.html: different reference/api/org/eclipse/jface/text/templates/GlobalTemplateVariables.html: different reference/api/org/eclipse/jface/text/templates/SimpleTemplateVariableResolver.html: different reference/api/org/eclipse/jface/text/templates/Template.html: different reference/api/org/eclipse/jface/text/templates/TemplateBuffer.html: different reference/api/org/eclipse/jface/text/templates/TemplateCompletionProcessor.html: different reference/api/org/eclipse/jface/text/templates/TemplateContext.html: different reference/api/org/eclipse/jface/text/templates/TemplateContextType.html: different reference/api/org/eclipse/jface/text/templates/TemplateException.html: different reference/api/org/eclipse/jface/text/templates/TemplateProposal.html: different reference/api/org/eclipse/jface/text/templates/TemplateTranslator.html: different reference/api/org/eclipse/jface/text/templates/TemplateVariable.html: different reference/api/org/eclipse/jface/text/templates/TemplateVariableResolver.html: different reference/api/org/eclipse/jface/text/templates/TemplateVariableType.html: different reference/api/org/eclipse/jface/text/templates/class-use/ContextTypeRegistry.html: different reference/api/org/eclipse/jface/text/templates/class-use/DocumentTemplateContext.html: different reference/api/org/eclipse/jface/text/templates/class-use/GlobalTemplateVariables.Cursor.html: different reference/api/org/eclipse/jface/text/templates/class-use/GlobalTemplateVariables.Date.html: different reference/api/org/eclipse/jface/text/templates/class-use/GlobalTemplateVariables.Dollar.html: different reference/api/org/eclipse/jface/text/templates/class-use/GlobalTemplateVariables.LineSelection.html: different reference/api/org/eclipse/jface/text/templates/class-use/GlobalTemplateVariables.Selection.html: different reference/api/org/eclipse/jface/text/templates/class-use/GlobalTemplateVariables.Time.html: different reference/api/org/eclipse/jface/text/templates/class-use/GlobalTemplateVariables.User.html: different reference/api/org/eclipse/jface/text/templates/class-use/GlobalTemplateVariables.WordSelection.html: different reference/api/org/eclipse/jface/text/templates/class-use/GlobalTemplateVariables.Year.html: different reference/api/org/eclipse/jface/text/templates/class-use/GlobalTemplateVariables.html: different reference/api/org/eclipse/jface/text/templates/class-use/SimpleTemplateVariableResolver.html: different reference/api/org/eclipse/jface/text/templates/class-use/Template.html: different reference/api/org/eclipse/jface/text/templates/class-use/TemplateBuffer.html: different reference/api/org/eclipse/jface/text/templates/class-use/TemplateCompletionProcessor.html: different reference/api/org/eclipse/jface/text/templates/class-use/TemplateContext.html: different reference/api/org/eclipse/jface/text/templates/class-use/TemplateContextType.html: different reference/api/org/eclipse/jface/text/templates/class-use/TemplateException.html: different reference/api/org/eclipse/jface/text/templates/class-use/TemplateProposal.html: different reference/api/org/eclipse/jface/text/templates/class-use/TemplateTranslator.html: different reference/api/org/eclipse/jface/text/templates/class-use/TemplateVariable.html: different reference/api/org/eclipse/jface/text/templates/class-use/TemplateVariableResolver.html: different reference/api/org/eclipse/jface/text/templates/class-use/TemplateVariableType.html: different reference/api/org/eclipse/jface/text/templates/package-summary.html: different reference/api/org/eclipse/jface/text/templates/package-tree.html: different reference/api/org/eclipse/jface/text/templates/package-use.html: different reference/api/org/eclipse/jface/text/templates/persistence/TemplatePersistenceData.html: different reference/api/org/eclipse/jface/text/templates/persistence/TemplateReaderWriter.html: different reference/api/org/eclipse/jface/text/templates/persistence/TemplateStore.html: different reference/api/org/eclipse/jface/text/templates/persistence/class-use/TemplatePersistenceData.html: different reference/api/org/eclipse/jface/text/templates/persistence/class-use/TemplateReaderWriter.html: different reference/api/org/eclipse/jface/text/templates/persistence/class-use/TemplateStore.html: different reference/api/org/eclipse/jface/text/templates/persistence/package-summary.html: different reference/api/org/eclipse/jface/text/templates/persistence/package-tree.html: different reference/api/org/eclipse/jface/text/templates/persistence/package-use.html: different reference/api/org/eclipse/jface/util/BidiUtils.html: different reference/api/org/eclipse/jface/util/ConfigureColumns.html: different reference/api/org/eclipse/jface/util/DelegatingDragAdapter.html: different reference/api/org/eclipse/jface/util/DelegatingDropAdapter.html: different reference/api/org/eclipse/jface/util/Geometry.html: different reference/api/org/eclipse/jface/util/ILogger.html: different reference/api/org/eclipse/jface/util/IOpenEventListener.html: different reference/api/org/eclipse/jface/util/IPropertyChangeListener.html: different reference/api/org/eclipse/jface/util/ISafeRunnableRunner.html: different reference/api/org/eclipse/jface/util/LocalSelectionTransfer.html: different reference/api/org/eclipse/jface/util/OpenStrategy.html: different reference/api/org/eclipse/jface/util/Policy.html: different reference/api/org/eclipse/jface/util/PropertyChangeEvent.html: different reference/api/org/eclipse/jface/util/SafeRunnable.html: different reference/api/org/eclipse/jface/util/StatusHandler.html: different reference/api/org/eclipse/jface/util/StructuredTextSegmentListener.html: different reference/api/org/eclipse/jface/util/Throttler.html: different reference/api/org/eclipse/jface/util/TransferDragSourceListener.html: different reference/api/org/eclipse/jface/util/TransferDropTargetListener.html: different reference/api/org/eclipse/jface/util/Util.html: different reference/api/org/eclipse/jface/util/class-use/BidiUtils.html: different reference/api/org/eclipse/jface/util/class-use/ConfigureColumns.html: different reference/api/org/eclipse/jface/util/class-use/DelegatingDragAdapter.html: different reference/api/org/eclipse/jface/util/class-use/DelegatingDropAdapter.html: different reference/api/org/eclipse/jface/util/class-use/Geometry.html: different reference/api/org/eclipse/jface/util/class-use/ILogger.html: different reference/api/org/eclipse/jface/util/class-use/IOpenEventListener.html: different reference/api/org/eclipse/jface/util/class-use/IPropertyChangeListener.html: different reference/api/org/eclipse/jface/util/class-use/ISafeRunnableRunner.html: different reference/api/org/eclipse/jface/util/class-use/LocalSelectionTransfer.html: different reference/api/org/eclipse/jface/util/class-use/OpenStrategy.html: different reference/api/org/eclipse/jface/util/class-use/Policy.html: different reference/api/org/eclipse/jface/util/class-use/PropertyChangeEvent.html: different reference/api/org/eclipse/jface/util/class-use/SafeRunnable.html: different reference/api/org/eclipse/jface/util/class-use/StatusHandler.html: different reference/api/org/eclipse/jface/util/class-use/StructuredTextSegmentListener.html: different reference/api/org/eclipse/jface/util/class-use/Throttler.html: different reference/api/org/eclipse/jface/util/class-use/TransferDragSourceListener.html: different reference/api/org/eclipse/jface/util/class-use/TransferDropTargetListener.html: different reference/api/org/eclipse/jface/util/class-use/Util.html: different reference/api/org/eclipse/jface/util/package-summary.html: different reference/api/org/eclipse/jface/util/package-tree.html: different reference/api/org/eclipse/jface/util/package-use.html: different reference/api/org/eclipse/jface/viewers/AbstractListViewer.html: different reference/api/org/eclipse/jface/viewers/AbstractTableViewer.html: different reference/api/org/eclipse/jface/viewers/AbstractTreeViewer.html: different reference/api/org/eclipse/jface/viewers/AcceptAllFilter.html: different reference/api/org/eclipse/jface/viewers/ArrayContentProvider.html: different reference/api/org/eclipse/jface/viewers/BaseLabelProvider.html: different reference/api/org/eclipse/jface/viewers/BoldStylerProvider.html: different reference/api/org/eclipse/jface/viewers/CellEditor.LayoutData.html: different reference/api/org/eclipse/jface/viewers/CellEditor.html: different reference/api/org/eclipse/jface/viewers/CellLabelProvider.html: different reference/api/org/eclipse/jface/viewers/CellNavigationStrategy.html: different reference/api/org/eclipse/jface/viewers/CheckStateChangedEvent.html: different reference/api/org/eclipse/jface/viewers/CheckboxCellEditor.html: different reference/api/org/eclipse/jface/viewers/CheckboxTableViewer.html: different reference/api/org/eclipse/jface/viewers/CheckboxTreeViewer.html: different reference/api/org/eclipse/jface/viewers/ColorCellEditor.html: different reference/api/org/eclipse/jface/viewers/ColumnLabelProvider.html: different reference/api/org/eclipse/jface/viewers/ColumnLayoutData.html: different reference/api/org/eclipse/jface/viewers/ColumnPixelData.html: different reference/api/org/eclipse/jface/viewers/ColumnViewer.html: different reference/api/org/eclipse/jface/viewers/ColumnViewerEditor.html: different reference/api/org/eclipse/jface/viewers/ColumnViewerEditorActivationEvent.html: different reference/api/org/eclipse/jface/viewers/ColumnViewerEditorActivationListener.html: different reference/api/org/eclipse/jface/viewers/ColumnViewerEditorActivationStrategy.html: different reference/api/org/eclipse/jface/viewers/ColumnViewerEditorDeactivationEvent.html: different reference/api/org/eclipse/jface/viewers/ColumnViewerToolTipSupport.html: different reference/api/org/eclipse/jface/viewers/ColumnWeightData.html: different reference/api/org/eclipse/jface/viewers/ComboBoxCellEditor.html: different reference/api/org/eclipse/jface/viewers/ComboBoxViewerCellEditor.html: different reference/api/org/eclipse/jface/viewers/ComboViewer.html: different reference/api/org/eclipse/jface/viewers/ContentViewer.html: different reference/api/org/eclipse/jface/viewers/DecoratingLabelProvider.html: different reference/api/org/eclipse/jface/viewers/DecoratingStyledCellLabelProvider.html: different reference/api/org/eclipse/jface/viewers/DecorationContext.html: different reference/api/org/eclipse/jface/viewers/DecorationOverlayIcon.html: different reference/api/org/eclipse/jface/viewers/DelegatingStyledCellLabelProvider.IStyledLabelProvider.html: different reference/api/org/eclipse/jface/viewers/DelegatingStyledCellLabelProvider.html: different reference/api/org/eclipse/jface/viewers/DialogCellEditor.html: different reference/api/org/eclipse/jface/viewers/DoubleClickEvent.html: different reference/api/org/eclipse/jface/viewers/EditingSupport.html: different reference/api/org/eclipse/jface/viewers/FocusCellHighlighter.html: different reference/api/org/eclipse/jface/viewers/FocusCellOwnerDrawHighlighter.html: different reference/api/org/eclipse/jface/viewers/IBaseLabelProvider.html: different reference/api/org/eclipse/jface/viewers/IBasicPropertyConstants.html: different reference/api/org/eclipse/jface/viewers/ICellEditorListener.html: different reference/api/org/eclipse/jface/viewers/ICellEditorValidator.html: different reference/api/org/eclipse/jface/viewers/ICellModifier.html: different reference/api/org/eclipse/jface/viewers/ICheckStateListener.html: different reference/api/org/eclipse/jface/viewers/ICheckStateProvider.html: different reference/api/org/eclipse/jface/viewers/ICheckable.html: different reference/api/org/eclipse/jface/viewers/IColorDecorator.html: different reference/api/org/eclipse/jface/viewers/IColorProvider.html: different reference/api/org/eclipse/jface/viewers/IContentProvider.html: different reference/api/org/eclipse/jface/viewers/IDecoration.html: different reference/api/org/eclipse/jface/viewers/IDecorationContext.html: different reference/api/org/eclipse/jface/viewers/IDelayedLabelDecorator.html: different reference/api/org/eclipse/jface/viewers/IDoubleClickListener.html: different reference/api/org/eclipse/jface/viewers/IElementComparer.html: different reference/api/org/eclipse/jface/viewers/IFilter.html: different reference/api/org/eclipse/jface/viewers/IFontDecorator.html: different reference/api/org/eclipse/jface/viewers/IFontProvider.html: different reference/api/org/eclipse/jface/viewers/IIndexableLazyContentProvider.html: different reference/api/org/eclipse/jface/viewers/IInputProvider.html: different reference/api/org/eclipse/jface/viewers/IInputSelectionProvider.html: different reference/api/org/eclipse/jface/viewers/ILabelDecorator.html: different reference/api/org/eclipse/jface/viewers/ILabelProvider.html: different reference/api/org/eclipse/jface/viewers/ILabelProviderListener.html: different reference/api/org/eclipse/jface/viewers/ILazyContentProvider.html: different reference/api/org/eclipse/jface/viewers/ILazyTreeContentProvider.html: different reference/api/org/eclipse/jface/viewers/ILazyTreePathContentProvider.html: different reference/api/org/eclipse/jface/viewers/ILightweightLabelDecorator.html: different reference/api/org/eclipse/jface/viewers/IOpenListener.html: different reference/api/org/eclipse/jface/viewers/IPostSelectionProvider.html: different reference/api/org/eclipse/jface/viewers/ISelection.html: different reference/api/org/eclipse/jface/viewers/ISelectionChangedListener.html: different reference/api/org/eclipse/jface/viewers/ISelectionProvider.html: different reference/api/org/eclipse/jface/viewers/IStructuredContentProvider.html: different reference/api/org/eclipse/jface/viewers/IStructuredSelection.html: different reference/api/org/eclipse/jface/viewers/ITableColorProvider.html: different reference/api/org/eclipse/jface/viewers/ITableFontProvider.html: different reference/api/org/eclipse/jface/viewers/ITableLabelProvider.html: different reference/api/org/eclipse/jface/viewers/IToolTipProvider.html: different reference/api/org/eclipse/jface/viewers/ITreeContentProvider.html: different reference/api/org/eclipse/jface/viewers/ITreePathContentProvider.html: different reference/api/org/eclipse/jface/viewers/ITreePathLabelProvider.html: different reference/api/org/eclipse/jface/viewers/ITreeSelection.html: different reference/api/org/eclipse/jface/viewers/ITreeViewerListener.html: different reference/api/org/eclipse/jface/viewers/IViewerLabelProvider.html: different reference/api/org/eclipse/jface/viewers/LabelDecorator.html: different reference/api/org/eclipse/jface/viewers/LabelProvider.html: different reference/api/org/eclipse/jface/viewers/LabelProviderChangedEvent.html: different reference/api/org/eclipse/jface/viewers/ListViewer.html: different reference/api/org/eclipse/jface/viewers/NamedHandleObjectLabelProvider.html: different reference/api/org/eclipse/jface/viewers/OpenEvent.html: different reference/api/org/eclipse/jface/viewers/OwnerDrawLabelProvider.html: different reference/api/org/eclipse/jface/viewers/SelectionChangedEvent.html: different reference/api/org/eclipse/jface/viewers/StructuredSelection.html: different reference/api/org/eclipse/jface/viewers/StructuredViewer.ColorAndFontCollector.html: different reference/api/org/eclipse/jface/viewers/StructuredViewer.ColorAndFontCollectorWithProviders.html: different reference/api/org/eclipse/jface/viewers/StructuredViewer.html: different reference/api/org/eclipse/jface/viewers/StructuredViewerInternals.AssociateListener.html: different reference/api/org/eclipse/jface/viewers/StructuredViewerInternals.html: different reference/api/org/eclipse/jface/viewers/StyledCellLabelProvider.html: different reference/api/org/eclipse/jface/viewers/StyledString.Styler.html: different reference/api/org/eclipse/jface/viewers/StyledString.html: different reference/api/org/eclipse/jface/viewers/TableLayout.html: different reference/api/org/eclipse/jface/viewers/TableViewer.html: different reference/api/org/eclipse/jface/viewers/TableViewerColumn.html: different reference/api/org/eclipse/jface/viewers/TableViewerEditor.html: different reference/api/org/eclipse/jface/viewers/TableViewerFocusCellManager.html: different reference/api/org/eclipse/jface/viewers/TableViewerRow.html: different reference/api/org/eclipse/jface/viewers/TextCellEditor.html: different reference/api/org/eclipse/jface/viewers/TreeColumnViewerLabelProvider.html: different reference/api/org/eclipse/jface/viewers/TreeExpansionEvent.html: different reference/api/org/eclipse/jface/viewers/TreeNode.html: different reference/api/org/eclipse/jface/viewers/TreeNodeContentProvider.html: different reference/api/org/eclipse/jface/viewers/TreePath.html: different reference/api/org/eclipse/jface/viewers/TreePathViewerSorter.html: different reference/api/org/eclipse/jface/viewers/TreeSelection.html: different reference/api/org/eclipse/jface/viewers/TreeViewer.html: different reference/api/org/eclipse/jface/viewers/TreeViewerColumn.html: different reference/api/org/eclipse/jface/viewers/TreeViewerEditor.html: different reference/api/org/eclipse/jface/viewers/TreeViewerFocusCellManager.html: different reference/api/org/eclipse/jface/viewers/TreeViewerRow.html: different reference/api/org/eclipse/jface/viewers/Viewer.html: different reference/api/org/eclipse/jface/viewers/ViewerCell.html: different reference/api/org/eclipse/jface/viewers/ViewerColumn.html: different reference/api/org/eclipse/jface/viewers/ViewerComparator.html: different reference/api/org/eclipse/jface/viewers/ViewerDropAdapter.html: different reference/api/org/eclipse/jface/viewers/ViewerFilter.html: different reference/api/org/eclipse/jface/viewers/ViewerLabel.html: different reference/api/org/eclipse/jface/viewers/ViewerRow.html: different reference/api/org/eclipse/jface/viewers/ViewerSorter.html: different reference/api/org/eclipse/jface/viewers/class-use/AbstractListViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/AbstractTableViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/AbstractTreeViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/AcceptAllFilter.html: different reference/api/org/eclipse/jface/viewers/class-use/ArrayContentProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/BaseLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/BoldStylerProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/CellEditor.LayoutData.html: different reference/api/org/eclipse/jface/viewers/class-use/CellEditor.html: different reference/api/org/eclipse/jface/viewers/class-use/CellLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/CellNavigationStrategy.html: different reference/api/org/eclipse/jface/viewers/class-use/CheckStateChangedEvent.html: different reference/api/org/eclipse/jface/viewers/class-use/CheckboxCellEditor.html: different reference/api/org/eclipse/jface/viewers/class-use/CheckboxTableViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/CheckboxTreeViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/ColorCellEditor.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnLayoutData.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnPixelData.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnViewerEditor.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnViewerEditorActivationEvent.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnViewerEditorActivationListener.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnViewerEditorActivationStrategy.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnViewerEditorDeactivationEvent.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnViewerToolTipSupport.html: different reference/api/org/eclipse/jface/viewers/class-use/ColumnWeightData.html: different reference/api/org/eclipse/jface/viewers/class-use/ComboBoxCellEditor.html: different reference/api/org/eclipse/jface/viewers/class-use/ComboBoxViewerCellEditor.html: different reference/api/org/eclipse/jface/viewers/class-use/ComboViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/ContentViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/DecoratingLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/DecoratingStyledCellLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/DecorationContext.html: different reference/api/org/eclipse/jface/viewers/class-use/DecorationOverlayIcon.html: different reference/api/org/eclipse/jface/viewers/class-use/DelegatingStyledCellLabelProvider.IStyledLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/DelegatingStyledCellLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/DialogCellEditor.html: different reference/api/org/eclipse/jface/viewers/class-use/DoubleClickEvent.html: different reference/api/org/eclipse/jface/viewers/class-use/EditingSupport.html: different reference/api/org/eclipse/jface/viewers/class-use/FocusCellHighlighter.html: different reference/api/org/eclipse/jface/viewers/class-use/FocusCellOwnerDrawHighlighter.html: different reference/api/org/eclipse/jface/viewers/class-use/IBaseLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/IBasicPropertyConstants.html: different reference/api/org/eclipse/jface/viewers/class-use/ICellEditorListener.html: different reference/api/org/eclipse/jface/viewers/class-use/ICellEditorValidator.html: different reference/api/org/eclipse/jface/viewers/class-use/ICellModifier.html: different reference/api/org/eclipse/jface/viewers/class-use/ICheckStateListener.html: different reference/api/org/eclipse/jface/viewers/class-use/ICheckStateProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ICheckable.html: different reference/api/org/eclipse/jface/viewers/class-use/IColorDecorator.html: different reference/api/org/eclipse/jface/viewers/class-use/IColorProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/IContentProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/IDecoration.html: different reference/api/org/eclipse/jface/viewers/class-use/IDecorationContext.html: different reference/api/org/eclipse/jface/viewers/class-use/IDelayedLabelDecorator.html: different reference/api/org/eclipse/jface/viewers/class-use/IDoubleClickListener.html: different reference/api/org/eclipse/jface/viewers/class-use/IElementComparer.html: different reference/api/org/eclipse/jface/viewers/class-use/IFilter.html: different reference/api/org/eclipse/jface/viewers/class-use/IFontDecorator.html: different reference/api/org/eclipse/jface/viewers/class-use/IFontProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/IIndexableLazyContentProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/IInputProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/IInputSelectionProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ILabelDecorator.html: different reference/api/org/eclipse/jface/viewers/class-use/ILabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ILabelProviderListener.html: different reference/api/org/eclipse/jface/viewers/class-use/ILazyContentProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ILazyTreeContentProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ILazyTreePathContentProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ILightweightLabelDecorator.html: different reference/api/org/eclipse/jface/viewers/class-use/IOpenListener.html: different reference/api/org/eclipse/jface/viewers/class-use/IPostSelectionProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ISelection.html: different reference/api/org/eclipse/jface/viewers/class-use/ISelectionChangedListener.html: different reference/api/org/eclipse/jface/viewers/class-use/ISelectionProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/IStructuredContentProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/IStructuredSelection.html: different reference/api/org/eclipse/jface/viewers/class-use/ITableColorProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ITableFontProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ITableLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/IToolTipProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ITreeContentProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ITreePathContentProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ITreePathLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/ITreeSelection.html: different reference/api/org/eclipse/jface/viewers/class-use/ITreeViewerListener.html: different reference/api/org/eclipse/jface/viewers/class-use/IViewerLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/LabelDecorator.html: different reference/api/org/eclipse/jface/viewers/class-use/LabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/LabelProviderChangedEvent.html: different reference/api/org/eclipse/jface/viewers/class-use/ListViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/NamedHandleObjectLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/OpenEvent.html: different reference/api/org/eclipse/jface/viewers/class-use/OwnerDrawLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/SelectionChangedEvent.html: different reference/api/org/eclipse/jface/viewers/class-use/StructuredSelection.html: different reference/api/org/eclipse/jface/viewers/class-use/StructuredViewer.ColorAndFontCollector.html: different reference/api/org/eclipse/jface/viewers/class-use/StructuredViewer.ColorAndFontCollectorWithProviders.html: different reference/api/org/eclipse/jface/viewers/class-use/StructuredViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/StructuredViewerInternals.AssociateListener.html: different reference/api/org/eclipse/jface/viewers/class-use/StructuredViewerInternals.html: different reference/api/org/eclipse/jface/viewers/class-use/StyledCellLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/StyledString.Styler.html: different reference/api/org/eclipse/jface/viewers/class-use/StyledString.html: different reference/api/org/eclipse/jface/viewers/class-use/TableLayout.html: different reference/api/org/eclipse/jface/viewers/class-use/TableViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/TableViewerColumn.html: different reference/api/org/eclipse/jface/viewers/class-use/TableViewerEditor.html: different reference/api/org/eclipse/jface/viewers/class-use/TableViewerFocusCellManager.html: different reference/api/org/eclipse/jface/viewers/class-use/TableViewerRow.html: different reference/api/org/eclipse/jface/viewers/class-use/TextCellEditor.html: different reference/api/org/eclipse/jface/viewers/class-use/TreeColumnViewerLabelProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/TreeExpansionEvent.html: different reference/api/org/eclipse/jface/viewers/class-use/TreeNode.html: different reference/api/org/eclipse/jface/viewers/class-use/TreeNodeContentProvider.html: different reference/api/org/eclipse/jface/viewers/class-use/TreePath.html: different reference/api/org/eclipse/jface/viewers/class-use/TreePathViewerSorter.html: different reference/api/org/eclipse/jface/viewers/class-use/TreeSelection.html: different reference/api/org/eclipse/jface/viewers/class-use/TreeViewer.html: different reference/api/org/eclipse/jface/viewers/class-use/TreeViewerColumn.html: different reference/api/org/eclipse/jface/viewers/class-use/TreeViewerEditor.html: different reference/api/org/eclipse/jface/viewers/class-use/TreeViewerFocusCellManager.html: different reference/api/org/eclipse/jface/viewers/class-use/TreeViewerRow.html: different reference/api/org/eclipse/jface/viewers/class-use/Viewer.html: different reference/api/org/eclipse/jface/viewers/class-use/ViewerCell.html: different reference/api/org/eclipse/jface/viewers/class-use/ViewerColumn.html: different reference/api/org/eclipse/jface/viewers/class-use/ViewerComparator.html: different reference/api/org/eclipse/jface/viewers/class-use/ViewerDropAdapter.html: different reference/api/org/eclipse/jface/viewers/class-use/ViewerFilter.html: different reference/api/org/eclipse/jface/viewers/class-use/ViewerLabel.html: different reference/api/org/eclipse/jface/viewers/class-use/ViewerRow.html: different reference/api/org/eclipse/jface/viewers/class-use/ViewerSorter.html: different reference/api/org/eclipse/jface/viewers/deferred/AbstractConcurrentModel.html: different reference/api/org/eclipse/jface/viewers/deferred/DeferredContentProvider.html: different reference/api/org/eclipse/jface/viewers/deferred/IConcurrentModel.html: different reference/api/org/eclipse/jface/viewers/deferred/IConcurrentModelListener.html: different reference/api/org/eclipse/jface/viewers/deferred/LazySortedCollection.html: different reference/api/org/eclipse/jface/viewers/deferred/SetModel.html: different reference/api/org/eclipse/jface/viewers/deferred/class-use/AbstractConcurrentModel.html: different reference/api/org/eclipse/jface/viewers/deferred/class-use/DeferredContentProvider.html: different reference/api/org/eclipse/jface/viewers/deferred/class-use/IConcurrentModel.html: different reference/api/org/eclipse/jface/viewers/deferred/class-use/IConcurrentModelListener.html: different reference/api/org/eclipse/jface/viewers/deferred/class-use/LazySortedCollection.html: different reference/api/org/eclipse/jface/viewers/deferred/class-use/SetModel.html: different reference/api/org/eclipse/jface/viewers/deferred/package-summary.html: different reference/api/org/eclipse/jface/viewers/deferred/package-tree.html: different reference/api/org/eclipse/jface/viewers/deferred/package-use.html: different reference/api/org/eclipse/jface/viewers/package-summary.html: different reference/api/org/eclipse/jface/viewers/package-tree.html: different reference/api/org/eclipse/jface/viewers/package-use.html: different reference/api/org/eclipse/jface/window/ApplicationWindow.html: different reference/api/org/eclipse/jface/window/DefaultToolTip.html: different reference/api/org/eclipse/jface/window/IShellProvider.html: different reference/api/org/eclipse/jface/window/SameShellProvider.html: different reference/api/org/eclipse/jface/window/ToolTip.html: different reference/api/org/eclipse/jface/window/Window.IExceptionHandler.html: different reference/api/org/eclipse/jface/window/Window.html: different reference/api/org/eclipse/jface/window/WindowManager.html: different reference/api/org/eclipse/jface/window/class-use/ApplicationWindow.html: different reference/api/org/eclipse/jface/window/class-use/DefaultToolTip.html: different reference/api/org/eclipse/jface/window/class-use/IShellProvider.html: different reference/api/org/eclipse/jface/window/class-use/SameShellProvider.html: different reference/api/org/eclipse/jface/window/class-use/ToolTip.html: different reference/api/org/eclipse/jface/window/class-use/Window.IExceptionHandler.html: different reference/api/org/eclipse/jface/window/class-use/Window.html: different reference/api/org/eclipse/jface/window/class-use/WindowManager.html: different reference/api/org/eclipse/jface/window/package-summary.html: different reference/api/org/eclipse/jface/window/package-tree.html: different reference/api/org/eclipse/jface/window/package-use.html: different reference/api/org/eclipse/jface/wizard/IWizard.html: different reference/api/org/eclipse/jface/wizard/IWizardContainer.html: different reference/api/org/eclipse/jface/wizard/IWizardContainer2.html: different reference/api/org/eclipse/jface/wizard/IWizardNode.html: different reference/api/org/eclipse/jface/wizard/IWizardPage.html: different reference/api/org/eclipse/jface/wizard/ProgressMonitorPart.html: different reference/api/org/eclipse/jface/wizard/Wizard.html: different reference/api/org/eclipse/jface/wizard/WizardDialog.PageContainerFillLayout.html: different reference/api/org/eclipse/jface/wizard/WizardDialog.html: different reference/api/org/eclipse/jface/wizard/WizardPage.html: different reference/api/org/eclipse/jface/wizard/WizardSelectionPage.html: different reference/api/org/eclipse/jface/wizard/class-use/IWizard.html: different reference/api/org/eclipse/jface/wizard/class-use/IWizardContainer.html: different reference/api/org/eclipse/jface/wizard/class-use/IWizardContainer2.html: different reference/api/org/eclipse/jface/wizard/class-use/IWizardNode.html: different reference/api/org/eclipse/jface/wizard/class-use/IWizardPage.html: different reference/api/org/eclipse/jface/wizard/class-use/ProgressMonitorPart.html: different reference/api/org/eclipse/jface/wizard/class-use/Wizard.html: different reference/api/org/eclipse/jface/wizard/class-use/WizardDialog.PageContainerFillLayout.html: different reference/api/org/eclipse/jface/wizard/class-use/WizardDialog.html: different reference/api/org/eclipse/jface/wizard/class-use/WizardPage.html: different reference/api/org/eclipse/jface/wizard/class-use/WizardSelectionPage.html: different reference/api/org/eclipse/jface/wizard/package-summary.html: different reference/api/org/eclipse/jface/wizard/package-tree.html: different reference/api/org/eclipse/jface/wizard/package-use.html: different reference/api/org/eclipse/jsch/core/AbstractIdentityRepositoryFactory.html: different reference/api/org/eclipse/jsch/core/IJSchLocation.html: different reference/api/org/eclipse/jsch/core/IJSchService.html: different reference/api/org/eclipse/jsch/core/IPasswordStore.html: different reference/api/org/eclipse/jsch/core/class-use/AbstractIdentityRepositoryFactory.html: different reference/api/org/eclipse/jsch/core/class-use/IJSchLocation.html: different reference/api/org/eclipse/jsch/core/class-use/IJSchService.html: different reference/api/org/eclipse/jsch/core/class-use/IPasswordStore.html: different reference/api/org/eclipse/jsch/core/package-summary.html: different reference/api/org/eclipse/jsch/core/package-tree.html: different reference/api/org/eclipse/jsch/core/package-use.html: different reference/api/org/eclipse/jsch/ui/UserInfoPrompter.html: different reference/api/org/eclipse/jsch/ui/class-use/UserInfoPrompter.html: different reference/api/org/eclipse/jsch/ui/package-summary.html: different reference/api/org/eclipse/jsch/ui/package-tree.html: different reference/api/org/eclipse/jsch/ui/package-use.html: different reference/api/org/eclipse/ltk/core/refactoring/CategorizedTextEditGroup.html: different reference/api/org/eclipse/ltk/core/refactoring/Change.html: different reference/api/org/eclipse/ltk/core/refactoring/ChangeDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/CheckConditionsOperation.html: different reference/api/org/eclipse/ltk/core/refactoring/CompositeChange.html: different reference/api/org/eclipse/ltk/core/refactoring/ContentStamp.html: different reference/api/org/eclipse/ltk/core/refactoring/CreateChangeOperation.html: different reference/api/org/eclipse/ltk/core/refactoring/DocumentChange.html: different reference/api/org/eclipse/ltk/core/refactoring/FileStatusContext.html: different reference/api/org/eclipse/ltk/core/refactoring/GroupCategory.html: different reference/api/org/eclipse/ltk/core/refactoring/GroupCategorySet.html: different reference/api/org/eclipse/ltk/core/refactoring/IRefactoringCoreStatusCodes.html: different reference/api/org/eclipse/ltk/core/refactoring/IRefactoringStatusEntryComparator.html: different reference/api/org/eclipse/ltk/core/refactoring/IResourceMapper.html: different reference/api/org/eclipse/ltk/core/refactoring/IUndoManager.html: different reference/api/org/eclipse/ltk/core/refactoring/IUndoManagerListener.html: different reference/api/org/eclipse/ltk/core/refactoring/IValidationCheckResultQuery.html: different reference/api/org/eclipse/ltk/core/refactoring/IValidationCheckResultQueryFactory.html: different reference/api/org/eclipse/ltk/core/refactoring/MultiStateTextFileChange.html: different reference/api/org/eclipse/ltk/core/refactoring/NullChange.html: different reference/api/org/eclipse/ltk/core/refactoring/PerformChangeOperation.html: different reference/api/org/eclipse/ltk/core/refactoring/PerformRefactoringHistoryOperation.html: different reference/api/org/eclipse/ltk/core/refactoring/PerformRefactoringOperation.html: different reference/api/org/eclipse/ltk/core/refactoring/Refactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringChangeDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringContext.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringContribution.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringCore.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringDescriptorProxy.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringSessionDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringStatus.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringStatusContext.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringStatusEntry.html: different reference/api/org/eclipse/ltk/core/refactoring/RefactoringTickProvider.html: different reference/api/org/eclipse/ltk/core/refactoring/TextChange.html: different reference/api/org/eclipse/ltk/core/refactoring/TextEditBasedChange.html: different reference/api/org/eclipse/ltk/core/refactoring/TextEditBasedChangeGroup.html: different reference/api/org/eclipse/ltk/core/refactoring/TextEditChangeGroup.html: different reference/api/org/eclipse/ltk/core/refactoring/TextFileChange.html: different reference/api/org/eclipse/ltk/core/refactoring/UndoManagerAdapter.html: different reference/api/org/eclipse/ltk/core/refactoring/UndoTextFileChange.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/CategorizedTextEditGroup.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/Change.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/ChangeDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/CheckConditionsOperation.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/CompositeChange.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/ContentStamp.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/CreateChangeOperation.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/DocumentChange.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/FileStatusContext.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/GroupCategory.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/GroupCategorySet.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/IRefactoringCoreStatusCodes.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/IRefactoringStatusEntryComparator.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/IResourceMapper.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/IUndoManager.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/IUndoManagerListener.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/IValidationCheckResultQuery.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/IValidationCheckResultQueryFactory.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/MultiStateTextFileChange.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/NullChange.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/PerformChangeOperation.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/PerformRefactoringHistoryOperation.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/PerformRefactoringOperation.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/Refactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringChangeDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringContext.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringContribution.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringCore.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringDescriptorProxy.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringSessionDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringStatus.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringStatusContext.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringStatusEntry.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/RefactoringTickProvider.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/TextChange.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/TextEditBasedChange.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/TextEditBasedChangeGroup.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/TextEditChangeGroup.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/TextFileChange.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/UndoManagerAdapter.html: different reference/api/org/eclipse/ltk/core/refactoring/class-use/UndoTextFileChange.html: different reference/api/org/eclipse/ltk/core/refactoring/history/IRefactoringExecutionListener.html: different reference/api/org/eclipse/ltk/core/refactoring/history/IRefactoringHistoryListener.html: different reference/api/org/eclipse/ltk/core/refactoring/history/IRefactoringHistoryService.html: different reference/api/org/eclipse/ltk/core/refactoring/history/RefactoringExecutionEvent.html: different reference/api/org/eclipse/ltk/core/refactoring/history/RefactoringHistory.html: different reference/api/org/eclipse/ltk/core/refactoring/history/RefactoringHistoryEvent.html: different reference/api/org/eclipse/ltk/core/refactoring/history/class-use/IRefactoringExecutionListener.html: different reference/api/org/eclipse/ltk/core/refactoring/history/class-use/IRefactoringHistoryListener.html: different reference/api/org/eclipse/ltk/core/refactoring/history/class-use/IRefactoringHistoryService.html: different reference/api/org/eclipse/ltk/core/refactoring/history/class-use/RefactoringExecutionEvent.html: different reference/api/org/eclipse/ltk/core/refactoring/history/class-use/RefactoringHistory.html: different reference/api/org/eclipse/ltk/core/refactoring/history/class-use/RefactoringHistoryEvent.html: different reference/api/org/eclipse/ltk/core/refactoring/history/package-summary.html: different reference/api/org/eclipse/ltk/core/refactoring/history/package-tree.html: different reference/api/org/eclipse/ltk/core/refactoring/history/package-use.html: different reference/api/org/eclipse/ltk/core/refactoring/model/AbstractRefactoringDescriptorResourceMapping.html: different reference/api/org/eclipse/ltk/core/refactoring/model/AbstractRefactoringHistoryResourceMapping.html: different reference/api/org/eclipse/ltk/core/refactoring/model/class-use/AbstractRefactoringDescriptorResourceMapping.html: different reference/api/org/eclipse/ltk/core/refactoring/model/class-use/AbstractRefactoringHistoryResourceMapping.html: different reference/api/org/eclipse/ltk/core/refactoring/model/package-summary.html: different reference/api/org/eclipse/ltk/core/refactoring/model/package-tree.html: different reference/api/org/eclipse/ltk/core/refactoring/model/package-use.html: different reference/api/org/eclipse/ltk/core/refactoring/package-summary.html: different reference/api/org/eclipse/ltk/core/refactoring/package-tree.html: different reference/api/org/eclipse/ltk/core/refactoring/package-use.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/CheckConditionsContext.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/CopyArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/CopyParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/CopyProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/CopyRefactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/CreateArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/CreateParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/DeleteArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/DeleteParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/DeleteProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/DeleteRefactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/IConditionChecker.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/IParticipantDescriptorFilter.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/IRenameResourceProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/ISharableParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/MoveArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/MoveParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/MoveProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/MoveRefactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/ParticipantExtensionPoint.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/ParticipantManager.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/ProcessorBasedRefactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/RefactoringArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/RefactoringParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/RefactoringProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/RenameArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/RenameParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/RenameProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/RenameRefactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/ReorgExecutionLog.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/ResourceChangeChecker.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/SharableParticipants.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/ValidateEditChecker.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/CheckConditionsContext.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/CopyArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/CopyParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/CopyProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/CopyRefactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/CreateArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/CreateParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/DeleteArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/DeleteParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/DeleteProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/DeleteRefactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/IConditionChecker.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/IParticipantDescriptorFilter.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/IRenameResourceProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/ISharableParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/MoveArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/MoveParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/MoveProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/MoveRefactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/ParticipantExtensionPoint.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/ParticipantManager.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/ProcessorBasedRefactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/RefactoringArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/RefactoringParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/RefactoringProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/RenameArguments.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/RenameParticipant.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/RenameProcessor.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/RenameRefactoring.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/ReorgExecutionLog.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/ResourceChangeChecker.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/SharableParticipants.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/class-use/ValidateEditChecker.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/package-summary.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/package-tree.html: different reference/api/org/eclipse/ltk/core/refactoring/participants/package-use.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/DeleteResourceChange.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/DeleteResourcesDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/MoveRenameResourceChange.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/MoveRenameResourceDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/MoveResourceChange.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/MoveResourcesDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/RenameResourceChange.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/RenameResourceDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/ResourceChange.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/Resources.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/class-use/DeleteResourceChange.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/class-use/DeleteResourcesDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/class-use/MoveRenameResourceChange.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/class-use/MoveRenameResourceDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/class-use/MoveResourceChange.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/class-use/MoveResourcesDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/class-use/RenameResourceChange.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/class-use/RenameResourceDescriptor.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/class-use/ResourceChange.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/class-use/Resources.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/package-summary.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/package-tree.html: different reference/api/org/eclipse/ltk/core/refactoring/resource/package-use.html: different reference/api/org/eclipse/ltk/ui/refactoring/ChangePreviewViewerInput.html: different reference/api/org/eclipse/ltk/ui/refactoring/IChangePreviewViewer.html: different reference/api/org/eclipse/ltk/ui/refactoring/IRefactoringUIStatusCodes.html: different reference/api/org/eclipse/ltk/ui/refactoring/IStatusContextViewer.html: different reference/api/org/eclipse/ltk/ui/refactoring/LanguageElementNode.html: different reference/api/org/eclipse/ltk/ui/refactoring/RedoRefactoringAction.html: different reference/api/org/eclipse/ltk/ui/refactoring/RefactoringUI.html: different reference/api/org/eclipse/ltk/ui/refactoring/RefactoringWizard.html: different reference/api/org/eclipse/ltk/ui/refactoring/RefactoringWizardOpenOperation.html: different reference/api/org/eclipse/ltk/ui/refactoring/RefactoringWizardPage.html: different reference/api/org/eclipse/ltk/ui/refactoring/TextEditChangeNode.ChildNode.html: different reference/api/org/eclipse/ltk/ui/refactoring/TextEditChangeNode.html: different reference/api/org/eclipse/ltk/ui/refactoring/TextStatusContextViewer.html: different reference/api/org/eclipse/ltk/ui/refactoring/UndoRefactoringAction.html: different reference/api/org/eclipse/ltk/ui/refactoring/UserInputWizardPage.html: different reference/api/org/eclipse/ltk/ui/refactoring/actions/ApplyRefactoringScriptAction.html: different reference/api/org/eclipse/ltk/ui/refactoring/actions/CreateRefactoringScriptAction.html: different reference/api/org/eclipse/ltk/ui/refactoring/actions/ShowRefactoringHistoryAction.html: different reference/api/org/eclipse/ltk/ui/refactoring/actions/class-use/ApplyRefactoringScriptAction.html: different reference/api/org/eclipse/ltk/ui/refactoring/actions/class-use/CreateRefactoringScriptAction.html: different reference/api/org/eclipse/ltk/ui/refactoring/actions/class-use/ShowRefactoringHistoryAction.html: different reference/api/org/eclipse/ltk/ui/refactoring/actions/package-summary.html: different reference/api/org/eclipse/ltk/ui/refactoring/actions/package-tree.html: different reference/api/org/eclipse/ltk/ui/refactoring/actions/package-use.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/ChangePreviewViewerInput.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/IChangePreviewViewer.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/IRefactoringUIStatusCodes.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/IStatusContextViewer.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/LanguageElementNode.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/RedoRefactoringAction.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/RefactoringUI.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/RefactoringWizard.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/RefactoringWizardOpenOperation.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/RefactoringWizardPage.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/TextEditChangeNode.ChildNode.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/TextEditChangeNode.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/TextStatusContextViewer.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/UndoRefactoringAction.html: different reference/api/org/eclipse/ltk/ui/refactoring/class-use/UserInputWizardPage.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/IRefactoringHistoryControl.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/ISortableRefactoringHistoryControl.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/RefactoringHistoryContentProvider.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/RefactoringHistoryControlConfiguration.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/RefactoringHistoryLabelProvider.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/RefactoringHistoryWizard.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/class-use/IRefactoringHistoryControl.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/class-use/ISortableRefactoringHistoryControl.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/class-use/RefactoringHistoryContentProvider.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/class-use/RefactoringHistoryControlConfiguration.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/class-use/RefactoringHistoryLabelProvider.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/class-use/RefactoringHistoryWizard.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/package-summary.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/package-tree.html: different reference/api/org/eclipse/ltk/ui/refactoring/history/package-use.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/AbstractResourceMappingMerger.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/AbstractSynchronizationCompareAdapter.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/AbstractSynchronizationContentProvider.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/AbstractSynchronizationLabelProvider.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/RefactoringSynchronizationActionProvider.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/class-use/AbstractResourceMappingMerger.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/class-use/AbstractSynchronizationCompareAdapter.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/class-use/AbstractSynchronizationContentProvider.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/class-use/AbstractSynchronizationLabelProvider.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/class-use/RefactoringSynchronizationActionProvider.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/package-summary.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/package-tree.html: different reference/api/org/eclipse/ltk/ui/refactoring/model/package-use.html: different reference/api/org/eclipse/ltk/ui/refactoring/package-summary.html: different reference/api/org/eclipse/ltk/ui/refactoring/package-tree.html: different reference/api/org/eclipse/ltk/ui/refactoring/package-use.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/DeleteResourcesWizard.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/MoveResourcesWizard.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/RenameResourceWizard.RenameResourceRefactoringConfigurationPage.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/RenameResourceWizard.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/class-use/DeleteResourcesWizard.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/class-use/MoveResourcesWizard.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/class-use/RenameResourceWizard.RenameResourceRefactoringConfigurationPage.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/class-use/RenameResourceWizard.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/package-summary.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/package-tree.html: different reference/api/org/eclipse/ltk/ui/refactoring/resource/package-use.html: different reference/api/org/eclipse/osgi/framework/console/CommandInterpreter.html: different reference/api/org/eclipse/osgi/framework/console/CommandProvider.html: different reference/api/org/eclipse/osgi/framework/console/ConsoleSession.html: different reference/api/org/eclipse/osgi/framework/console/class-use/CommandInterpreter.html: different reference/api/org/eclipse/osgi/framework/console/class-use/CommandProvider.html: different reference/api/org/eclipse/osgi/framework/console/class-use/ConsoleSession.html: different reference/api/org/eclipse/osgi/framework/console/package-summary.html: different reference/api/org/eclipse/osgi/framework/console/package-tree.html: different reference/api/org/eclipse/osgi/framework/console/package-use.html: different reference/api/org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap.html: different reference/api/org/eclipse/osgi/framework/eventmgr/EventDispatcher.html: different reference/api/org/eclipse/osgi/framework/eventmgr/EventListeners.html: different reference/api/org/eclipse/osgi/framework/eventmgr/EventManager.html: different reference/api/org/eclipse/osgi/framework/eventmgr/ListenerQueue.html: different reference/api/org/eclipse/osgi/framework/eventmgr/class-use/CopyOnWriteIdentityMap.html: different reference/api/org/eclipse/osgi/framework/eventmgr/class-use/EventDispatcher.html: different reference/api/org/eclipse/osgi/framework/eventmgr/class-use/EventListeners.html: different reference/api/org/eclipse/osgi/framework/eventmgr/class-use/EventManager.html: different reference/api/org/eclipse/osgi/framework/eventmgr/class-use/ListenerQueue.html: different reference/api/org/eclipse/osgi/framework/eventmgr/package-summary.html: different reference/api/org/eclipse/osgi/framework/eventmgr/package-tree.html: different reference/api/org/eclipse/osgi/framework/eventmgr/package-use.html: different reference/api/org/eclipse/osgi/framework/log/FrameworkLog.html: different reference/api/org/eclipse/osgi/framework/log/FrameworkLogEntry.html: different reference/api/org/eclipse/osgi/framework/log/class-use/FrameworkLog.html: different reference/api/org/eclipse/osgi/framework/log/class-use/FrameworkLogEntry.html: different reference/api/org/eclipse/osgi/framework/log/package-summary.html: different reference/api/org/eclipse/osgi/framework/log/package-tree.html: different reference/api/org/eclipse/osgi/framework/log/package-use.html: different reference/api/org/eclipse/osgi/launch/Equinox.html: different reference/api/org/eclipse/osgi/launch/EquinoxFactory.html: different reference/api/org/eclipse/osgi/launch/class-use/Equinox.html: different reference/api/org/eclipse/osgi/launch/class-use/EquinoxFactory.html: different reference/api/org/eclipse/osgi/launch/package-summary.html: different reference/api/org/eclipse/osgi/launch/package-tree.html: different reference/api/org/eclipse/osgi/launch/package-use.html: different reference/api/org/eclipse/osgi/service/datalocation/Location.html: different reference/api/org/eclipse/osgi/service/datalocation/class-use/Location.html: different reference/api/org/eclipse/osgi/service/datalocation/package-summary.html: different reference/api/org/eclipse/osgi/service/datalocation/package-tree.html: different reference/api/org/eclipse/osgi/service/datalocation/package-use.html: different reference/api/org/eclipse/osgi/service/debug/DebugOptions.html: different reference/api/org/eclipse/osgi/service/debug/DebugOptionsListener.html: different reference/api/org/eclipse/osgi/service/debug/DebugTrace.html: different reference/api/org/eclipse/osgi/service/debug/class-use/DebugOptions.html: different reference/api/org/eclipse/osgi/service/debug/class-use/DebugOptionsListener.html: different reference/api/org/eclipse/osgi/service/debug/class-use/DebugTrace.html: different reference/api/org/eclipse/osgi/service/debug/package-summary.html: different reference/api/org/eclipse/osgi/service/debug/package-tree.html: different reference/api/org/eclipse/osgi/service/debug/package-use.html: different reference/api/org/eclipse/osgi/service/environment/Constants.html: different reference/api/org/eclipse/osgi/service/environment/EnvironmentInfo.html: different reference/api/org/eclipse/osgi/service/environment/class-use/Constants.html: different reference/api/org/eclipse/osgi/service/environment/class-use/EnvironmentInfo.html: different reference/api/org/eclipse/osgi/service/environment/package-summary.html: different reference/api/org/eclipse/osgi/service/environment/package-tree.html: different reference/api/org/eclipse/osgi/service/environment/package-use.html: different reference/api/org/eclipse/osgi/service/localization/BundleLocalization.html: different reference/api/org/eclipse/osgi/service/localization/LocaleProvider.html: different reference/api/org/eclipse/osgi/service/localization/class-use/BundleLocalization.html: different reference/api/org/eclipse/osgi/service/localization/class-use/LocaleProvider.html: different reference/api/org/eclipse/osgi/service/localization/package-summary.html: different reference/api/org/eclipse/osgi/service/localization/package-tree.html: different reference/api/org/eclipse/osgi/service/localization/package-use.html: different reference/api/org/eclipse/osgi/service/resolver/BaseDescription.html: different reference/api/org/eclipse/osgi/service/resolver/BundleDelta.html: different reference/api/org/eclipse/osgi/service/resolver/BundleDescription.html: different reference/api/org/eclipse/osgi/service/resolver/BundleSpecification.html: different reference/api/org/eclipse/osgi/service/resolver/DisabledInfo.html: different reference/api/org/eclipse/osgi/service/resolver/ExportPackageDescription.html: different reference/api/org/eclipse/osgi/service/resolver/GenericDescription.html: different reference/api/org/eclipse/osgi/service/resolver/GenericSpecification.html: different reference/api/org/eclipse/osgi/service/resolver/HostSpecification.html: different reference/api/org/eclipse/osgi/service/resolver/ImportPackageSpecification.html: different reference/api/org/eclipse/osgi/service/resolver/NativeCodeDescription.html: different reference/api/org/eclipse/osgi/service/resolver/NativeCodeSpecification.html: different reference/api/org/eclipse/osgi/service/resolver/PlatformAdmin.html: different reference/api/org/eclipse/osgi/service/resolver/Resolver.html: different reference/api/org/eclipse/osgi/service/resolver/ResolverError.html: different reference/api/org/eclipse/osgi/service/resolver/ResolverHookException.html: different reference/api/org/eclipse/osgi/service/resolver/State.html: different reference/api/org/eclipse/osgi/service/resolver/StateDelta.html: different reference/api/org/eclipse/osgi/service/resolver/StateHelper.html: different reference/api/org/eclipse/osgi/service/resolver/StateObjectFactory.StateObjectFactoryProxy.html: different reference/api/org/eclipse/osgi/service/resolver/StateObjectFactory.html: different reference/api/org/eclipse/osgi/service/resolver/StateWire.html: different reference/api/org/eclipse/osgi/service/resolver/VersionConstraint.html: different reference/api/org/eclipse/osgi/service/resolver/VersionRange.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/BaseDescription.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/BundleDelta.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/BundleDescription.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/BundleSpecification.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/DisabledInfo.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/ExportPackageDescription.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/GenericDescription.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/GenericSpecification.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/HostSpecification.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/ImportPackageSpecification.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/NativeCodeDescription.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/NativeCodeSpecification.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/PlatformAdmin.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/Resolver.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/ResolverError.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/ResolverHookException.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/State.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/StateDelta.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/StateHelper.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/StateObjectFactory.StateObjectFactoryProxy.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/StateObjectFactory.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/StateWire.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/VersionConstraint.html: different reference/api/org/eclipse/osgi/service/resolver/class-use/VersionRange.html: different reference/api/org/eclipse/osgi/service/resolver/package-summary.html: different reference/api/org/eclipse/osgi/service/resolver/package-tree.html: different reference/api/org/eclipse/osgi/service/resolver/package-use.html: different reference/api/org/eclipse/osgi/service/runnable/ApplicationLauncher.html: different reference/api/org/eclipse/osgi/service/runnable/ApplicationRunnable.html: different reference/api/org/eclipse/osgi/service/runnable/ParameterizedRunnable.html: different reference/api/org/eclipse/osgi/service/runnable/StartupMonitor.html: different reference/api/org/eclipse/osgi/service/runnable/class-use/ApplicationLauncher.html: different reference/api/org/eclipse/osgi/service/runnable/class-use/ApplicationRunnable.html: different reference/api/org/eclipse/osgi/service/runnable/class-use/ParameterizedRunnable.html: different reference/api/org/eclipse/osgi/service/runnable/class-use/StartupMonitor.html: different reference/api/org/eclipse/osgi/service/runnable/package-summary.html: different reference/api/org/eclipse/osgi/service/runnable/package-tree.html: different reference/api/org/eclipse/osgi/service/runnable/package-use.html: different reference/api/org/eclipse/osgi/service/security/TrustEngine.html: different reference/api/org/eclipse/osgi/service/security/class-use/TrustEngine.html: different reference/api/org/eclipse/osgi/service/security/package-summary.html: different reference/api/org/eclipse/osgi/service/security/package-tree.html: different reference/api/org/eclipse/osgi/service/security/package-use.html: different reference/api/org/eclipse/osgi/signedcontent/InvalidContentException.html: different reference/api/org/eclipse/osgi/signedcontent/SignedContent.html: different reference/api/org/eclipse/osgi/signedcontent/SignedContentEntry.html: different reference/api/org/eclipse/osgi/signedcontent/SignedContentFactory.html: different reference/api/org/eclipse/osgi/signedcontent/SignerInfo.html: different reference/api/org/eclipse/osgi/signedcontent/class-use/InvalidContentException.html: different reference/api/org/eclipse/osgi/signedcontent/class-use/SignedContent.html: different reference/api/org/eclipse/osgi/signedcontent/class-use/SignedContentEntry.html: different reference/api/org/eclipse/osgi/signedcontent/class-use/SignedContentFactory.html: different reference/api/org/eclipse/osgi/signedcontent/class-use/SignerInfo.html: different reference/api/org/eclipse/osgi/signedcontent/package-summary.html: different reference/api/org/eclipse/osgi/signedcontent/package-tree.html: different reference/api/org/eclipse/osgi/signedcontent/package-use.html: different reference/api/org/eclipse/osgi/storagemanager/ManagedOutputStream.html: different reference/api/org/eclipse/osgi/storagemanager/StorageManager.html: different reference/api/org/eclipse/osgi/storagemanager/class-use/ManagedOutputStream.html: different reference/api/org/eclipse/osgi/storagemanager/class-use/StorageManager.html: different reference/api/org/eclipse/osgi/storagemanager/package-summary.html: different reference/api/org/eclipse/osgi/storagemanager/package-tree.html: different reference/api/org/eclipse/osgi/storagemanager/package-use.html: different reference/api/org/eclipse/osgi/util/ManifestElement.html: different reference/api/org/eclipse/osgi/util/NLS.html: different reference/api/org/eclipse/osgi/util/TextProcessor.html: different reference/api/org/eclipse/osgi/util/class-use/ManifestElement.html: different reference/api/org/eclipse/osgi/util/class-use/NLS.html: different reference/api/org/eclipse/osgi/util/class-use/TextProcessor.html: different reference/api/org/eclipse/osgi/util/package-summary.html: different reference/api/org/eclipse/osgi/util/package-tree.html: different reference/api/org/eclipse/osgi/util/package-use.html: different reference/api/org/eclipse/search/core/text/TextSearchEngine.html: different reference/api/org/eclipse/search/core/text/TextSearchMatchAccess.html: different reference/api/org/eclipse/search/core/text/TextSearchRequestor.html: different reference/api/org/eclipse/search/core/text/TextSearchScope.html: different reference/api/org/eclipse/search/core/text/class-use/TextSearchEngine.html: different reference/api/org/eclipse/search/core/text/class-use/TextSearchMatchAccess.html: different reference/api/org/eclipse/search/core/text/class-use/TextSearchRequestor.html: different reference/api/org/eclipse/search/core/text/class-use/TextSearchScope.html: different reference/api/org/eclipse/search/core/text/package-summary.html: different reference/api/org/eclipse/search/core/text/package-tree.html: different reference/api/org/eclipse/search/core/text/package-use.html: different reference/api/org/eclipse/search/ui/IActionGroupFactory.html: different reference/api/org/eclipse/search/ui/IContextMenuConstants.html: different reference/api/org/eclipse/search/ui/IContextMenuContributor.html: different reference/api/org/eclipse/search/ui/IGroupByKeyComputer.html: different reference/api/org/eclipse/search/ui/IQueryListener.html: different reference/api/org/eclipse/search/ui/IReplacePage.html: different reference/api/org/eclipse/search/ui/ISearchPage.html: different reference/api/org/eclipse/search/ui/ISearchPageContainer.html: different reference/api/org/eclipse/search/ui/ISearchPageScoreComputer.html: different reference/api/org/eclipse/search/ui/ISearchQuery.html: different reference/api/org/eclipse/search/ui/ISearchResult.html: different reference/api/org/eclipse/search/ui/ISearchResultListener.html: different reference/api/org/eclipse/search/ui/ISearchResultPage.html: different reference/api/org/eclipse/search/ui/ISearchResultView.html: different reference/api/org/eclipse/search/ui/ISearchResultViewEntry.html: different reference/api/org/eclipse/search/ui/ISearchResultViewPart.html: different reference/api/org/eclipse/search/ui/NewSearchUI.html: different reference/api/org/eclipse/search/ui/SearchResultEvent.html: different reference/api/org/eclipse/search/ui/SearchUI.html: different reference/api/org/eclipse/search/ui/actions/TextSearchGroup.html: different reference/api/org/eclipse/search/ui/actions/class-use/TextSearchGroup.html: different reference/api/org/eclipse/search/ui/actions/package-summary.html: different reference/api/org/eclipse/search/ui/actions/package-tree.html: different reference/api/org/eclipse/search/ui/actions/package-use.html: different reference/api/org/eclipse/search/ui/class-use/IActionGroupFactory.html: different reference/api/org/eclipse/search/ui/class-use/IContextMenuConstants.html: different reference/api/org/eclipse/search/ui/class-use/IContextMenuContributor.html: different reference/api/org/eclipse/search/ui/class-use/IGroupByKeyComputer.html: different reference/api/org/eclipse/search/ui/class-use/IQueryListener.html: different reference/api/org/eclipse/search/ui/class-use/IReplacePage.html: different reference/api/org/eclipse/search/ui/class-use/ISearchPage.html: different reference/api/org/eclipse/search/ui/class-use/ISearchPageContainer.html: different reference/api/org/eclipse/search/ui/class-use/ISearchPageScoreComputer.html: different reference/api/org/eclipse/search/ui/class-use/ISearchQuery.html: different reference/api/org/eclipse/search/ui/class-use/ISearchResult.html: different reference/api/org/eclipse/search/ui/class-use/ISearchResultListener.html: different reference/api/org/eclipse/search/ui/class-use/ISearchResultPage.html: different reference/api/org/eclipse/search/ui/class-use/ISearchResultView.html: different reference/api/org/eclipse/search/ui/class-use/ISearchResultViewEntry.html: different reference/api/org/eclipse/search/ui/class-use/ISearchResultViewPart.html: different reference/api/org/eclipse/search/ui/class-use/NewSearchUI.html: different reference/api/org/eclipse/search/ui/class-use/SearchResultEvent.html: different reference/api/org/eclipse/search/ui/class-use/SearchUI.html: different reference/api/org/eclipse/search/ui/package-summary.html: different reference/api/org/eclipse/search/ui/package-tree.html: different reference/api/org/eclipse/search/ui/package-use.html: different reference/api/org/eclipse/search/ui/text/AbstractTextSearchResult.html: different reference/api/org/eclipse/search/ui/text/AbstractTextSearchViewPage.html: different reference/api/org/eclipse/search/ui/text/FileTextSearchScope.html: different reference/api/org/eclipse/search/ui/text/FilterUpdateEvent.html: different reference/api/org/eclipse/search/ui/text/IEditorMatchAdapter.html: different reference/api/org/eclipse/search/ui/text/IFileMatchAdapter.html: different reference/api/org/eclipse/search/ui/text/ISearchEditorAccess.html: different reference/api/org/eclipse/search/ui/text/Match.html: different reference/api/org/eclipse/search/ui/text/MatchEvent.html: different reference/api/org/eclipse/search/ui/text/MatchFilter.html: different reference/api/org/eclipse/search/ui/text/RemoveAllEvent.html: different reference/api/org/eclipse/search/ui/text/TextSearchQueryProvider.TextSearchInput.html: different reference/api/org/eclipse/search/ui/text/TextSearchQueryProvider.html: different reference/api/org/eclipse/search/ui/text/class-use/AbstractTextSearchResult.html: different reference/api/org/eclipse/search/ui/text/class-use/AbstractTextSearchViewPage.html: different reference/api/org/eclipse/search/ui/text/class-use/FileTextSearchScope.html: different reference/api/org/eclipse/search/ui/text/class-use/FilterUpdateEvent.html: different reference/api/org/eclipse/search/ui/text/class-use/IEditorMatchAdapter.html: different reference/api/org/eclipse/search/ui/text/class-use/IFileMatchAdapter.html: different reference/api/org/eclipse/search/ui/text/class-use/ISearchEditorAccess.html: different reference/api/org/eclipse/search/ui/text/class-use/Match.html: different reference/api/org/eclipse/search/ui/text/class-use/MatchEvent.html: different reference/api/org/eclipse/search/ui/text/class-use/MatchFilter.html: different reference/api/org/eclipse/search/ui/text/class-use/RemoveAllEvent.html: different reference/api/org/eclipse/search/ui/text/class-use/TextSearchQueryProvider.TextSearchInput.html: different reference/api/org/eclipse/search/ui/text/class-use/TextSearchQueryProvider.html: different reference/api/org/eclipse/search/ui/text/package-summary.html: different reference/api/org/eclipse/search/ui/text/package-tree.html: different reference/api/org/eclipse/search/ui/text/package-use.html: different reference/api/org/eclipse/swt/SWT.html: different reference/api/org/eclipse/swt/SWTError.html: different reference/api/org/eclipse/swt/SWTException.html: different reference/api/org/eclipse/swt/SwtCallable.html: different reference/api/org/eclipse/swt/SwtRunnable.html: different reference/api/org/eclipse/swt/accessibility/ACC.html: different reference/api/org/eclipse/swt/accessibility/Accessible.html: different reference/api/org/eclipse/swt/accessibility/AccessibleActionAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleActionEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleActionListener.html: different reference/api/org/eclipse/swt/accessibility/AccessibleAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleAttributeAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleAttributeEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleAttributeListener.html: different reference/api/org/eclipse/swt/accessibility/AccessibleControlAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleControlEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleControlListener.html: different reference/api/org/eclipse/swt/accessibility/AccessibleEditableTextAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleEditableTextEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleEditableTextListener.html: different reference/api/org/eclipse/swt/accessibility/AccessibleEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleHyperlinkAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleHyperlinkEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleHyperlinkListener.html: different reference/api/org/eclipse/swt/accessibility/AccessibleListener.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTableAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTableCellAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTableCellEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTableCellListener.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTableEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTableListener.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTextAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTextAttributeEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTextEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTextExtendedAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTextExtendedListener.html: different reference/api/org/eclipse/swt/accessibility/AccessibleTextListener.html: different reference/api/org/eclipse/swt/accessibility/AccessibleValueAdapter.html: different reference/api/org/eclipse/swt/accessibility/AccessibleValueEvent.html: different reference/api/org/eclipse/swt/accessibility/AccessibleValueListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/ACC.html: different reference/api/org/eclipse/swt/accessibility/class-use/Accessible.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleActionAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleActionEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleActionListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleAttributeAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleAttributeEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleAttributeListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleControlAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleControlEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleControlListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleEditableTextAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleEditableTextEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleEditableTextListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleHyperlinkAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleHyperlinkEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleHyperlinkListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTableAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTableCellAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTableCellEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTableCellListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTableEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTableListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTextAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTextAttributeEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTextEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTextExtendedAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTextExtendedListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleTextListener.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleValueAdapter.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleValueEvent.html: different reference/api/org/eclipse/swt/accessibility/class-use/AccessibleValueListener.html: different reference/api/org/eclipse/swt/accessibility/package-summary.html: different reference/api/org/eclipse/swt/accessibility/package-tree.html: different reference/api/org/eclipse/swt/accessibility/package-use.html: different reference/api/org/eclipse/swt/awt/SWT_AWT.html: different reference/api/org/eclipse/swt/awt/class-use/SWT_AWT.html: different reference/api/org/eclipse/swt/awt/package-summary.html: different reference/api/org/eclipse/swt/awt/package-tree.html: different reference/api/org/eclipse/swt/awt/package-use.html: different reference/api/org/eclipse/swt/browser/AuthenticationEvent.html: different reference/api/org/eclipse/swt/browser/AuthenticationListener.html: different reference/api/org/eclipse/swt/browser/Browser.html: different reference/api/org/eclipse/swt/browser/BrowserFunction.html: different reference/api/org/eclipse/swt/browser/CloseWindowListener.html: different reference/api/org/eclipse/swt/browser/LocationAdapter.html: different reference/api/org/eclipse/swt/browser/LocationEvent.html: different reference/api/org/eclipse/swt/browser/LocationListener.html: different reference/api/org/eclipse/swt/browser/OpenWindowListener.html: different reference/api/org/eclipse/swt/browser/ProgressAdapter.html: different reference/api/org/eclipse/swt/browser/ProgressEvent.html: different reference/api/org/eclipse/swt/browser/ProgressListener.html: different reference/api/org/eclipse/swt/browser/StatusTextEvent.html: different reference/api/org/eclipse/swt/browser/StatusTextListener.html: different reference/api/org/eclipse/swt/browser/TitleEvent.html: different reference/api/org/eclipse/swt/browser/TitleListener.html: different reference/api/org/eclipse/swt/browser/VisibilityWindowAdapter.html: different reference/api/org/eclipse/swt/browser/VisibilityWindowListener.html: different reference/api/org/eclipse/swt/browser/WindowEvent.html: different reference/api/org/eclipse/swt/browser/class-use/AuthenticationEvent.html: different reference/api/org/eclipse/swt/browser/class-use/AuthenticationListener.html: different reference/api/org/eclipse/swt/browser/class-use/Browser.html: different reference/api/org/eclipse/swt/browser/class-use/BrowserFunction.html: different reference/api/org/eclipse/swt/browser/class-use/CloseWindowListener.html: different reference/api/org/eclipse/swt/browser/class-use/LocationAdapter.html: different reference/api/org/eclipse/swt/browser/class-use/LocationEvent.html: different reference/api/org/eclipse/swt/browser/class-use/LocationListener.html: different reference/api/org/eclipse/swt/browser/class-use/OpenWindowListener.html: different reference/api/org/eclipse/swt/browser/class-use/ProgressAdapter.html: different reference/api/org/eclipse/swt/browser/class-use/ProgressEvent.html: different reference/api/org/eclipse/swt/browser/class-use/ProgressListener.html: different reference/api/org/eclipse/swt/browser/class-use/StatusTextEvent.html: different reference/api/org/eclipse/swt/browser/class-use/StatusTextListener.html: different reference/api/org/eclipse/swt/browser/class-use/TitleEvent.html: different reference/api/org/eclipse/swt/browser/class-use/TitleListener.html: different reference/api/org/eclipse/swt/browser/class-use/VisibilityWindowAdapter.html: different reference/api/org/eclipse/swt/browser/class-use/VisibilityWindowListener.html: different reference/api/org/eclipse/swt/browser/class-use/WindowEvent.html: different reference/api/org/eclipse/swt/browser/package-summary.html: different reference/api/org/eclipse/swt/browser/package-tree.html: different reference/api/org/eclipse/swt/browser/package-use.html: different reference/api/org/eclipse/swt/class-use/SWT.html: different reference/api/org/eclipse/swt/class-use/SWTError.html: different reference/api/org/eclipse/swt/class-use/SWTException.html: different reference/api/org/eclipse/swt/class-use/SwtCallable.html: different reference/api/org/eclipse/swt/class-use/SwtRunnable.html: different reference/api/org/eclipse/swt/custom/AnimatedProgress.html: different reference/api/org/eclipse/swt/custom/BidiSegmentEvent.html: different reference/api/org/eclipse/swt/custom/BidiSegmentListener.html: different reference/api/org/eclipse/swt/custom/Bullet.html: different reference/api/org/eclipse/swt/custom/BusyIndicator.html: different reference/api/org/eclipse/swt/custom/CBanner.html: different reference/api/org/eclipse/swt/custom/CCombo.html: different reference/api/org/eclipse/swt/custom/CLabel.html: different reference/api/org/eclipse/swt/custom/CTabFolder.html: different reference/api/org/eclipse/swt/custom/CTabFolder2Adapter.html: different reference/api/org/eclipse/swt/custom/CTabFolder2Listener.html: different reference/api/org/eclipse/swt/custom/CTabFolderAdapter.html: different reference/api/org/eclipse/swt/custom/CTabFolderEvent.html: different reference/api/org/eclipse/swt/custom/CTabFolderListener.html: different reference/api/org/eclipse/swt/custom/CTabFolderRenderer.html: different reference/api/org/eclipse/swt/custom/CTabItem.html: different reference/api/org/eclipse/swt/custom/CaretEvent.html: different reference/api/org/eclipse/swt/custom/CaretListener.html: different reference/api/org/eclipse/swt/custom/ControlEditor.html: different reference/api/org/eclipse/swt/custom/ExtendedModifyEvent.html: different reference/api/org/eclipse/swt/custom/ExtendedModifyListener.html: different reference/api/org/eclipse/swt/custom/LineBackgroundEvent.html: different reference/api/org/eclipse/swt/custom/LineBackgroundListener.html: different reference/api/org/eclipse/swt/custom/LineStyleEvent.html: different reference/api/org/eclipse/swt/custom/LineStyleListener.html: different reference/api/org/eclipse/swt/custom/MovementEvent.html: different reference/api/org/eclipse/swt/custom/MovementListener.html: different reference/api/org/eclipse/swt/custom/PaintObjectEvent.html: different reference/api/org/eclipse/swt/custom/PaintObjectListener.html: different reference/api/org/eclipse/swt/custom/PopupList.html: different reference/api/org/eclipse/swt/custom/ST.html: different reference/api/org/eclipse/swt/custom/SashForm.html: different reference/api/org/eclipse/swt/custom/ScrolledComposite.html: different reference/api/org/eclipse/swt/custom/StackLayout.html: different reference/api/org/eclipse/swt/custom/StyleRange.html: different reference/api/org/eclipse/swt/custom/StyledText.html: different reference/api/org/eclipse/swt/custom/StyledTextContent.html: different reference/api/org/eclipse/swt/custom/StyledTextDropTargetEffect.html: different reference/api/org/eclipse/swt/custom/StyledTextLineSpacingProvider.html: different reference/api/org/eclipse/swt/custom/StyledTextPrintOptions.html: different reference/api/org/eclipse/swt/custom/TableCursor.html: different reference/api/org/eclipse/swt/custom/TableEditor.html: different reference/api/org/eclipse/swt/custom/TextChangeListener.html: different reference/api/org/eclipse/swt/custom/TextChangedEvent.html: different reference/api/org/eclipse/swt/custom/TextChangingEvent.html: different reference/api/org/eclipse/swt/custom/TreeCursor.html: different reference/api/org/eclipse/swt/custom/TreeEditor.html: different reference/api/org/eclipse/swt/custom/VerifyKeyListener.html: different reference/api/org/eclipse/swt/custom/ViewForm.html: different reference/api/org/eclipse/swt/custom/class-use/AnimatedProgress.html: different reference/api/org/eclipse/swt/custom/class-use/BidiSegmentEvent.html: different reference/api/org/eclipse/swt/custom/class-use/BidiSegmentListener.html: different reference/api/org/eclipse/swt/custom/class-use/Bullet.html: different reference/api/org/eclipse/swt/custom/class-use/BusyIndicator.html: different reference/api/org/eclipse/swt/custom/class-use/CBanner.html: different reference/api/org/eclipse/swt/custom/class-use/CCombo.html: different reference/api/org/eclipse/swt/custom/class-use/CLabel.html: different reference/api/org/eclipse/swt/custom/class-use/CTabFolder.html: different reference/api/org/eclipse/swt/custom/class-use/CTabFolder2Adapter.html: different reference/api/org/eclipse/swt/custom/class-use/CTabFolder2Listener.html: different reference/api/org/eclipse/swt/custom/class-use/CTabFolderAdapter.html: different reference/api/org/eclipse/swt/custom/class-use/CTabFolderEvent.html: different reference/api/org/eclipse/swt/custom/class-use/CTabFolderListener.html: different reference/api/org/eclipse/swt/custom/class-use/CTabFolderRenderer.html: different reference/api/org/eclipse/swt/custom/class-use/CTabItem.html: different reference/api/org/eclipse/swt/custom/class-use/CaretEvent.html: different reference/api/org/eclipse/swt/custom/class-use/CaretListener.html: different reference/api/org/eclipse/swt/custom/class-use/ControlEditor.html: different reference/api/org/eclipse/swt/custom/class-use/ExtendedModifyEvent.html: different reference/api/org/eclipse/swt/custom/class-use/ExtendedModifyListener.html: different reference/api/org/eclipse/swt/custom/class-use/LineBackgroundEvent.html: different reference/api/org/eclipse/swt/custom/class-use/LineBackgroundListener.html: different reference/api/org/eclipse/swt/custom/class-use/LineStyleEvent.html: different reference/api/org/eclipse/swt/custom/class-use/LineStyleListener.html: different reference/api/org/eclipse/swt/custom/class-use/MovementEvent.html: different reference/api/org/eclipse/swt/custom/class-use/MovementListener.html: different reference/api/org/eclipse/swt/custom/class-use/PaintObjectEvent.html: different reference/api/org/eclipse/swt/custom/class-use/PaintObjectListener.html: different reference/api/org/eclipse/swt/custom/class-use/PopupList.html: different reference/api/org/eclipse/swt/custom/class-use/ST.html: different reference/api/org/eclipse/swt/custom/class-use/SashForm.html: different reference/api/org/eclipse/swt/custom/class-use/ScrolledComposite.html: different reference/api/org/eclipse/swt/custom/class-use/StackLayout.html: different reference/api/org/eclipse/swt/custom/class-use/StyleRange.html: different reference/api/org/eclipse/swt/custom/class-use/StyledText.html: different reference/api/org/eclipse/swt/custom/class-use/StyledTextContent.html: different reference/api/org/eclipse/swt/custom/class-use/StyledTextDropTargetEffect.html: different reference/api/org/eclipse/swt/custom/class-use/StyledTextLineSpacingProvider.html: different reference/api/org/eclipse/swt/custom/class-use/StyledTextPrintOptions.html: different reference/api/org/eclipse/swt/custom/class-use/TableCursor.html: different reference/api/org/eclipse/swt/custom/class-use/TableEditor.html: different reference/api/org/eclipse/swt/custom/class-use/TextChangeListener.html: different reference/api/org/eclipse/swt/custom/class-use/TextChangedEvent.html: different reference/api/org/eclipse/swt/custom/class-use/TextChangingEvent.html: different reference/api/org/eclipse/swt/custom/class-use/TreeCursor.html: different reference/api/org/eclipse/swt/custom/class-use/TreeEditor.html: different reference/api/org/eclipse/swt/custom/class-use/VerifyKeyListener.html: different reference/api/org/eclipse/swt/custom/class-use/ViewForm.html: different reference/api/org/eclipse/swt/custom/package-summary.html: different reference/api/org/eclipse/swt/custom/package-tree.html: different reference/api/org/eclipse/swt/custom/package-use.html: different reference/api/org/eclipse/swt/dnd/ByteArrayTransfer.html: different reference/api/org/eclipse/swt/dnd/Clipboard.html: different reference/api/org/eclipse/swt/dnd/DND.html: different reference/api/org/eclipse/swt/dnd/DragSource.html: different reference/api/org/eclipse/swt/dnd/DragSourceAdapter.html: different reference/api/org/eclipse/swt/dnd/DragSourceEffect.html: different reference/api/org/eclipse/swt/dnd/DragSourceEvent.html: different reference/api/org/eclipse/swt/dnd/DragSourceListener.html: different reference/api/org/eclipse/swt/dnd/DropTarget.html: different reference/api/org/eclipse/swt/dnd/DropTargetAdapter.html: different reference/api/org/eclipse/swt/dnd/DropTargetEffect.html: different reference/api/org/eclipse/swt/dnd/DropTargetEvent.html: different reference/api/org/eclipse/swt/dnd/DropTargetListener.html: different reference/api/org/eclipse/swt/dnd/FileTransfer.html: different reference/api/org/eclipse/swt/dnd/HTMLTransfer.html: different reference/api/org/eclipse/swt/dnd/ImageTransfer.html: different reference/api/org/eclipse/swt/dnd/RTFTransfer.html: different reference/api/org/eclipse/swt/dnd/TableDragSourceEffect.html: different reference/api/org/eclipse/swt/dnd/TableDropTargetEffect.html: different reference/api/org/eclipse/swt/dnd/TextTransfer.html: different reference/api/org/eclipse/swt/dnd/Transfer.html: different reference/api/org/eclipse/swt/dnd/TransferData.html: different reference/api/org/eclipse/swt/dnd/TreeDragSourceEffect.html: different reference/api/org/eclipse/swt/dnd/TreeDropTargetEffect.html: different reference/api/org/eclipse/swt/dnd/URLTransfer.html: different reference/api/org/eclipse/swt/dnd/class-use/ByteArrayTransfer.html: different reference/api/org/eclipse/swt/dnd/class-use/Clipboard.html: different reference/api/org/eclipse/swt/dnd/class-use/DND.html: different reference/api/org/eclipse/swt/dnd/class-use/DragSource.html: different reference/api/org/eclipse/swt/dnd/class-use/DragSourceAdapter.html: different reference/api/org/eclipse/swt/dnd/class-use/DragSourceEffect.html: different reference/api/org/eclipse/swt/dnd/class-use/DragSourceEvent.html: different reference/api/org/eclipse/swt/dnd/class-use/DragSourceListener.html: different reference/api/org/eclipse/swt/dnd/class-use/DropTarget.html: different reference/api/org/eclipse/swt/dnd/class-use/DropTargetAdapter.html: different reference/api/org/eclipse/swt/dnd/class-use/DropTargetEffect.html: different reference/api/org/eclipse/swt/dnd/class-use/DropTargetEvent.html: different reference/api/org/eclipse/swt/dnd/class-use/DropTargetListener.html: different reference/api/org/eclipse/swt/dnd/class-use/FileTransfer.html: different reference/api/org/eclipse/swt/dnd/class-use/HTMLTransfer.html: different reference/api/org/eclipse/swt/dnd/class-use/ImageTransfer.html: different reference/api/org/eclipse/swt/dnd/class-use/RTFTransfer.html: different reference/api/org/eclipse/swt/dnd/class-use/TableDragSourceEffect.html: different reference/api/org/eclipse/swt/dnd/class-use/TableDropTargetEffect.html: different reference/api/org/eclipse/swt/dnd/class-use/TextTransfer.html: different reference/api/org/eclipse/swt/dnd/class-use/Transfer.html: different reference/api/org/eclipse/swt/dnd/class-use/TransferData.html: different reference/api/org/eclipse/swt/dnd/class-use/TreeDragSourceEffect.html: different reference/api/org/eclipse/swt/dnd/class-use/TreeDropTargetEffect.html: different reference/api/org/eclipse/swt/dnd/class-use/URLTransfer.html: different reference/api/org/eclipse/swt/dnd/package-summary.html: different reference/api/org/eclipse/swt/dnd/package-tree.html: different reference/api/org/eclipse/swt/dnd/package-use.html: different reference/api/org/eclipse/swt/events/ArmEvent.html: different reference/api/org/eclipse/swt/events/ArmListener.html: different reference/api/org/eclipse/swt/events/ControlAdapter.html: different reference/api/org/eclipse/swt/events/ControlEvent.html: different reference/api/org/eclipse/swt/events/ControlListener.html: different reference/api/org/eclipse/swt/events/DisposeEvent.html: different reference/api/org/eclipse/swt/events/DisposeListener.html: different reference/api/org/eclipse/swt/events/DragDetectEvent.html: different reference/api/org/eclipse/swt/events/DragDetectListener.html: different reference/api/org/eclipse/swt/events/ExpandAdapter.html: different reference/api/org/eclipse/swt/events/ExpandEvent.html: different reference/api/org/eclipse/swt/events/ExpandListener.html: different reference/api/org/eclipse/swt/events/FocusAdapter.html: different reference/api/org/eclipse/swt/events/FocusEvent.html: different reference/api/org/eclipse/swt/events/FocusListener.html: different reference/api/org/eclipse/swt/events/GestureEvent.html: different reference/api/org/eclipse/swt/events/GestureListener.html: different reference/api/org/eclipse/swt/events/HelpEvent.html: different reference/api/org/eclipse/swt/events/HelpListener.html: different reference/api/org/eclipse/swt/events/KeyAdapter.html: different reference/api/org/eclipse/swt/events/KeyEvent.html: different reference/api/org/eclipse/swt/events/KeyListener.html: different reference/api/org/eclipse/swt/events/MenuAdapter.html: different reference/api/org/eclipse/swt/events/MenuDetectEvent.html: different reference/api/org/eclipse/swt/events/MenuDetectListener.html: different reference/api/org/eclipse/swt/events/MenuEvent.html: different reference/api/org/eclipse/swt/events/MenuListener.html: different reference/api/org/eclipse/swt/events/ModifyEvent.html: different reference/api/org/eclipse/swt/events/ModifyListener.html: different reference/api/org/eclipse/swt/events/MouseAdapter.html: different reference/api/org/eclipse/swt/events/MouseEvent.html: different reference/api/org/eclipse/swt/events/MouseListener.html: different reference/api/org/eclipse/swt/events/MouseMoveListener.html: different reference/api/org/eclipse/swt/events/MouseTrackAdapter.html: different reference/api/org/eclipse/swt/events/MouseTrackListener.html: different reference/api/org/eclipse/swt/events/MouseWheelListener.html: different reference/api/org/eclipse/swt/events/PaintEvent.html: different reference/api/org/eclipse/swt/events/PaintListener.html: different reference/api/org/eclipse/swt/events/SegmentEvent.html: different reference/api/org/eclipse/swt/events/SegmentListener.html: different reference/api/org/eclipse/swt/events/SelectionAdapter.html: different reference/api/org/eclipse/swt/events/SelectionEvent.html: different reference/api/org/eclipse/swt/events/SelectionListener.html: different reference/api/org/eclipse/swt/events/ShellAdapter.html: different reference/api/org/eclipse/swt/events/ShellEvent.html: different reference/api/org/eclipse/swt/events/ShellListener.html: different reference/api/org/eclipse/swt/events/TouchEvent.html: different reference/api/org/eclipse/swt/events/TouchListener.html: different reference/api/org/eclipse/swt/events/TraverseEvent.html: different reference/api/org/eclipse/swt/events/TraverseListener.html: different reference/api/org/eclipse/swt/events/TreeAdapter.html: different reference/api/org/eclipse/swt/events/TreeEvent.html: different reference/api/org/eclipse/swt/events/TreeListener.html: different reference/api/org/eclipse/swt/events/TypedEvent.html: different reference/api/org/eclipse/swt/events/VerifyEvent.html: different reference/api/org/eclipse/swt/events/VerifyListener.html: different reference/api/org/eclipse/swt/events/class-use/ArmEvent.html: different reference/api/org/eclipse/swt/events/class-use/ArmListener.html: different reference/api/org/eclipse/swt/events/class-use/ControlAdapter.html: different reference/api/org/eclipse/swt/events/class-use/ControlEvent.html: different reference/api/org/eclipse/swt/events/class-use/ControlListener.html: different reference/api/org/eclipse/swt/events/class-use/DisposeEvent.html: different reference/api/org/eclipse/swt/events/class-use/DisposeListener.html: different reference/api/org/eclipse/swt/events/class-use/DragDetectEvent.html: different reference/api/org/eclipse/swt/events/class-use/DragDetectListener.html: different reference/api/org/eclipse/swt/events/class-use/ExpandAdapter.html: different reference/api/org/eclipse/swt/events/class-use/ExpandEvent.html: different reference/api/org/eclipse/swt/events/class-use/ExpandListener.html: different reference/api/org/eclipse/swt/events/class-use/FocusAdapter.html: different reference/api/org/eclipse/swt/events/class-use/FocusEvent.html: different reference/api/org/eclipse/swt/events/class-use/FocusListener.html: different reference/api/org/eclipse/swt/events/class-use/GestureEvent.html: different reference/api/org/eclipse/swt/events/class-use/GestureListener.html: different reference/api/org/eclipse/swt/events/class-use/HelpEvent.html: different reference/api/org/eclipse/swt/events/class-use/HelpListener.html: different reference/api/org/eclipse/swt/events/class-use/KeyAdapter.html: different reference/api/org/eclipse/swt/events/class-use/KeyEvent.html: different reference/api/org/eclipse/swt/events/class-use/KeyListener.html: different reference/api/org/eclipse/swt/events/class-use/MenuAdapter.html: different reference/api/org/eclipse/swt/events/class-use/MenuDetectEvent.html: different reference/api/org/eclipse/swt/events/class-use/MenuDetectListener.html: different reference/api/org/eclipse/swt/events/class-use/MenuEvent.html: different reference/api/org/eclipse/swt/events/class-use/MenuListener.html: different reference/api/org/eclipse/swt/events/class-use/ModifyEvent.html: different reference/api/org/eclipse/swt/events/class-use/ModifyListener.html: different reference/api/org/eclipse/swt/events/class-use/MouseAdapter.html: different reference/api/org/eclipse/swt/events/class-use/MouseEvent.html: different reference/api/org/eclipse/swt/events/class-use/MouseListener.html: different reference/api/org/eclipse/swt/events/class-use/MouseMoveListener.html: different reference/api/org/eclipse/swt/events/class-use/MouseTrackAdapter.html: different reference/api/org/eclipse/swt/events/class-use/MouseTrackListener.html: different reference/api/org/eclipse/swt/events/class-use/MouseWheelListener.html: different reference/api/org/eclipse/swt/events/class-use/PaintEvent.html: different reference/api/org/eclipse/swt/events/class-use/PaintListener.html: different reference/api/org/eclipse/swt/events/class-use/SegmentEvent.html: different reference/api/org/eclipse/swt/events/class-use/SegmentListener.html: different reference/api/org/eclipse/swt/events/class-use/SelectionAdapter.html: different reference/api/org/eclipse/swt/events/class-use/SelectionEvent.html: different reference/api/org/eclipse/swt/events/class-use/SelectionListener.html: different reference/api/org/eclipse/swt/events/class-use/ShellAdapter.html: different reference/api/org/eclipse/swt/events/class-use/ShellEvent.html: different reference/api/org/eclipse/swt/events/class-use/ShellListener.html: different reference/api/org/eclipse/swt/events/class-use/TouchEvent.html: different reference/api/org/eclipse/swt/events/class-use/TouchListener.html: different reference/api/org/eclipse/swt/events/class-use/TraverseEvent.html: different reference/api/org/eclipse/swt/events/class-use/TraverseListener.html: different reference/api/org/eclipse/swt/events/class-use/TreeAdapter.html: different reference/api/org/eclipse/swt/events/class-use/TreeEvent.html: different reference/api/org/eclipse/swt/events/class-use/TreeListener.html: different reference/api/org/eclipse/swt/events/class-use/TypedEvent.html: different reference/api/org/eclipse/swt/events/class-use/VerifyEvent.html: different reference/api/org/eclipse/swt/events/class-use/VerifyListener.html: different reference/api/org/eclipse/swt/events/package-summary.html: different reference/api/org/eclipse/swt/events/package-tree.html: different reference/api/org/eclipse/swt/events/package-use.html: different reference/api/org/eclipse/swt/graphics/Color.html: different reference/api/org/eclipse/swt/graphics/Cursor.html: different reference/api/org/eclipse/swt/graphics/Device.html: different reference/api/org/eclipse/swt/graphics/DeviceData.html: different reference/api/org/eclipse/swt/graphics/Drawable.html: different reference/api/org/eclipse/swt/graphics/Font.html: different reference/api/org/eclipse/swt/graphics/FontData.html: different reference/api/org/eclipse/swt/graphics/FontMetrics.html: different reference/api/org/eclipse/swt/graphics/GC.html: different reference/api/org/eclipse/swt/graphics/GCData.html: different reference/api/org/eclipse/swt/graphics/GlyphMetrics.html: different reference/api/org/eclipse/swt/graphics/Image.html: different reference/api/org/eclipse/swt/graphics/ImageData.html: different reference/api/org/eclipse/swt/graphics/ImageDataProvider.html: different reference/api/org/eclipse/swt/graphics/ImageFileNameProvider.html: different reference/api/org/eclipse/swt/graphics/ImageLoader.html: different reference/api/org/eclipse/swt/graphics/ImageLoaderEvent.html: different reference/api/org/eclipse/swt/graphics/ImageLoaderListener.html: different reference/api/org/eclipse/swt/graphics/LineAttributes.html: different reference/api/org/eclipse/swt/graphics/PaletteData.html: different reference/api/org/eclipse/swt/graphics/Path.html: different reference/api/org/eclipse/swt/graphics/PathData.html: different reference/api/org/eclipse/swt/graphics/Pattern.html: different reference/api/org/eclipse/swt/graphics/Point.html: different reference/api/org/eclipse/swt/graphics/RGB.html: different reference/api/org/eclipse/swt/graphics/RGBA.html: different reference/api/org/eclipse/swt/graphics/Rectangle.html: different reference/api/org/eclipse/swt/graphics/Region.html: different reference/api/org/eclipse/swt/graphics/Resource.html: different reference/api/org/eclipse/swt/graphics/TextLayout.html: different reference/api/org/eclipse/swt/graphics/TextStyle.html: different reference/api/org/eclipse/swt/graphics/Transform.html: different reference/api/org/eclipse/swt/graphics/class-use/Color.html: different reference/api/org/eclipse/swt/graphics/class-use/Cursor.html: different reference/api/org/eclipse/swt/graphics/class-use/Device.html: different reference/api/org/eclipse/swt/graphics/class-use/DeviceData.html: different reference/api/org/eclipse/swt/graphics/class-use/Drawable.html: different reference/api/org/eclipse/swt/graphics/class-use/Font.html: different reference/api/org/eclipse/swt/graphics/class-use/FontData.html: different reference/api/org/eclipse/swt/graphics/class-use/FontMetrics.html: different reference/api/org/eclipse/swt/graphics/class-use/GC.html: different reference/api/org/eclipse/swt/graphics/class-use/GCData.html: different reference/api/org/eclipse/swt/graphics/class-use/GlyphMetrics.html: different reference/api/org/eclipse/swt/graphics/class-use/Image.html: different reference/api/org/eclipse/swt/graphics/class-use/ImageData.html: different reference/api/org/eclipse/swt/graphics/class-use/ImageDataProvider.html: different reference/api/org/eclipse/swt/graphics/class-use/ImageFileNameProvider.html: different reference/api/org/eclipse/swt/graphics/class-use/ImageLoader.html: different reference/api/org/eclipse/swt/graphics/class-use/ImageLoaderEvent.html: different reference/api/org/eclipse/swt/graphics/class-use/ImageLoaderListener.html: different reference/api/org/eclipse/swt/graphics/class-use/LineAttributes.html: different reference/api/org/eclipse/swt/graphics/class-use/PaletteData.html: different reference/api/org/eclipse/swt/graphics/class-use/Path.html: different reference/api/org/eclipse/swt/graphics/class-use/PathData.html: different reference/api/org/eclipse/swt/graphics/class-use/Pattern.html: different reference/api/org/eclipse/swt/graphics/class-use/Point.html: different reference/api/org/eclipse/swt/graphics/class-use/RGB.html: different reference/api/org/eclipse/swt/graphics/class-use/RGBA.html: different reference/api/org/eclipse/swt/graphics/class-use/Rectangle.html: different reference/api/org/eclipse/swt/graphics/class-use/Region.html: different reference/api/org/eclipse/swt/graphics/class-use/Resource.html: different reference/api/org/eclipse/swt/graphics/class-use/TextLayout.html: different reference/api/org/eclipse/swt/graphics/class-use/TextStyle.html: different reference/api/org/eclipse/swt/graphics/class-use/Transform.html: different reference/api/org/eclipse/swt/graphics/package-summary.html: different reference/api/org/eclipse/swt/graphics/package-tree.html: different reference/api/org/eclipse/swt/graphics/package-use.html: different reference/api/org/eclipse/swt/internal/SWTEventListener.html: different reference/api/org/eclipse/swt/internal/class-use/SWTEventListener.html: different reference/api/org/eclipse/swt/internal/package-summary.html: different reference/api/org/eclipse/swt/internal/package-tree.html: different reference/api/org/eclipse/swt/internal/package-use.html: different reference/api/org/eclipse/swt/layout/BorderData.html: different reference/api/org/eclipse/swt/layout/BorderLayout.html: different reference/api/org/eclipse/swt/layout/FillLayout.html: different reference/api/org/eclipse/swt/layout/FormAttachment.html: different reference/api/org/eclipse/swt/layout/FormData.html: different reference/api/org/eclipse/swt/layout/FormLayout.html: different reference/api/org/eclipse/swt/layout/GridData.html: different reference/api/org/eclipse/swt/layout/GridLayout.html: different reference/api/org/eclipse/swt/layout/RowData.html: different reference/api/org/eclipse/swt/layout/RowLayout.html: different reference/api/org/eclipse/swt/layout/class-use/BorderData.html: different reference/api/org/eclipse/swt/layout/class-use/BorderLayout.html: different reference/api/org/eclipse/swt/layout/class-use/FillLayout.html: different reference/api/org/eclipse/swt/layout/class-use/FormAttachment.html: different reference/api/org/eclipse/swt/layout/class-use/FormData.html: different reference/api/org/eclipse/swt/layout/class-use/FormLayout.html: different reference/api/org/eclipse/swt/layout/class-use/GridData.html: different reference/api/org/eclipse/swt/layout/class-use/GridLayout.html: different reference/api/org/eclipse/swt/layout/class-use/RowData.html: different reference/api/org/eclipse/swt/layout/class-use/RowLayout.html: different reference/api/org/eclipse/swt/layout/package-summary.html: different reference/api/org/eclipse/swt/layout/package-tree.html: different reference/api/org/eclipse/swt/layout/package-use.html: different reference/api/org/eclipse/swt/ole/win32/OLE.html: different reference/api/org/eclipse/swt/ole/win32/OleAutomation.html: different reference/api/org/eclipse/swt/ole/win32/OleClientSite.html: different reference/api/org/eclipse/swt/ole/win32/OleControlSite.html: different reference/api/org/eclipse/swt/ole/win32/OleEvent.html: different reference/api/org/eclipse/swt/ole/win32/OleFrame.html: different reference/api/org/eclipse/swt/ole/win32/OleFunctionDescription.html: different reference/api/org/eclipse/swt/ole/win32/OleListener.html: different reference/api/org/eclipse/swt/ole/win32/OleParameterDescription.html: different reference/api/org/eclipse/swt/ole/win32/OlePropertyDescription.html: different reference/api/org/eclipse/swt/ole/win32/Variant.html: different reference/api/org/eclipse/swt/ole/win32/class-use/OLE.html: different reference/api/org/eclipse/swt/ole/win32/class-use/OleAutomation.html: different reference/api/org/eclipse/swt/ole/win32/class-use/OleClientSite.html: different reference/api/org/eclipse/swt/ole/win32/class-use/OleControlSite.html: different reference/api/org/eclipse/swt/ole/win32/class-use/OleEvent.html: different reference/api/org/eclipse/swt/ole/win32/class-use/OleFrame.html: different reference/api/org/eclipse/swt/ole/win32/class-use/OleFunctionDescription.html: different reference/api/org/eclipse/swt/ole/win32/class-use/OleListener.html: different reference/api/org/eclipse/swt/ole/win32/class-use/OleParameterDescription.html: different reference/api/org/eclipse/swt/ole/win32/class-use/OlePropertyDescription.html: different reference/api/org/eclipse/swt/ole/win32/class-use/Variant.html: different reference/api/org/eclipse/swt/ole/win32/package-summary.html: different reference/api/org/eclipse/swt/ole/win32/package-tree.html: different reference/api/org/eclipse/swt/ole/win32/package-use.html: different reference/api/org/eclipse/swt/opengl/GLCanvas.html: different reference/api/org/eclipse/swt/opengl/GLData.html: different reference/api/org/eclipse/swt/opengl/class-use/GLCanvas.html: different reference/api/org/eclipse/swt/opengl/class-use/GLData.html: different reference/api/org/eclipse/swt/opengl/package-summary.html: different reference/api/org/eclipse/swt/opengl/package-tree.html: different reference/api/org/eclipse/swt/opengl/package-use.html: different reference/api/org/eclipse/swt/package-summary.html: different reference/api/org/eclipse/swt/package-tree.html: different reference/api/org/eclipse/swt/package-use.html: different reference/api/org/eclipse/swt/printing/PrintDialog.html: different reference/api/org/eclipse/swt/printing/Printer.html: different reference/api/org/eclipse/swt/printing/PrinterData.html: different reference/api/org/eclipse/swt/printing/class-use/PrintDialog.html: different reference/api/org/eclipse/swt/printing/class-use/Printer.html: different reference/api/org/eclipse/swt/printing/class-use/PrinterData.html: different reference/api/org/eclipse/swt/printing/package-summary.html: different reference/api/org/eclipse/swt/printing/package-tree.html: different reference/api/org/eclipse/swt/printing/package-use.html: different reference/api/org/eclipse/swt/program/Program.html: different reference/api/org/eclipse/swt/program/class-use/Program.html: different reference/api/org/eclipse/swt/program/package-summary.html: different reference/api/org/eclipse/swt/program/package-tree.html: different reference/api/org/eclipse/swt/program/package-use.html: different reference/api/org/eclipse/swt/widgets/Button.html: different reference/api/org/eclipse/swt/widgets/Canvas.html: different reference/api/org/eclipse/swt/widgets/Caret.html: different reference/api/org/eclipse/swt/widgets/ColorDialog.html: different reference/api/org/eclipse/swt/widgets/Combo.html: different reference/api/org/eclipse/swt/widgets/Composite.html: different reference/api/org/eclipse/swt/widgets/Control.html: different reference/api/org/eclipse/swt/widgets/CoolBar.html: different reference/api/org/eclipse/swt/widgets/CoolItem.html: different reference/api/org/eclipse/swt/widgets/DateTime.html: different reference/api/org/eclipse/swt/widgets/Decorations.html: different reference/api/org/eclipse/swt/widgets/Dialog.html: different reference/api/org/eclipse/swt/widgets/DirectoryDialog.html: different reference/api/org/eclipse/swt/widgets/Display.html: different reference/api/org/eclipse/swt/widgets/Event.html: different reference/api/org/eclipse/swt/widgets/ExpandBar.html: different reference/api/org/eclipse/swt/widgets/ExpandItem.html: different reference/api/org/eclipse/swt/widgets/FileDialog.html: different reference/api/org/eclipse/swt/widgets/FontDialog.html: different reference/api/org/eclipse/swt/widgets/Group.html: different reference/api/org/eclipse/swt/widgets/IME.html: different reference/api/org/eclipse/swt/widgets/Item.html: different reference/api/org/eclipse/swt/widgets/Label.html: different reference/api/org/eclipse/swt/widgets/Layout.html: different reference/api/org/eclipse/swt/widgets/Link.html: different reference/api/org/eclipse/swt/widgets/List.html: different reference/api/org/eclipse/swt/widgets/Listener.html: different reference/api/org/eclipse/swt/widgets/Menu.html: different reference/api/org/eclipse/swt/widgets/MenuItem.html: different reference/api/org/eclipse/swt/widgets/MessageBox.html: different reference/api/org/eclipse/swt/widgets/Monitor.html: different reference/api/org/eclipse/swt/widgets/ProgressBar.html: different reference/api/org/eclipse/swt/widgets/Sash.html: different reference/api/org/eclipse/swt/widgets/Scale.html: different reference/api/org/eclipse/swt/widgets/ScrollBar.html: different reference/api/org/eclipse/swt/widgets/Scrollable.html: different reference/api/org/eclipse/swt/widgets/Shell.html: different reference/api/org/eclipse/swt/widgets/Slider.html: different reference/api/org/eclipse/swt/widgets/Spinner.html: different reference/api/org/eclipse/swt/widgets/Synchronizer.html: different reference/api/org/eclipse/swt/widgets/TabFolder.html: different reference/api/org/eclipse/swt/widgets/TabItem.html: different reference/api/org/eclipse/swt/widgets/Table.html: different reference/api/org/eclipse/swt/widgets/TableColumn.html: different reference/api/org/eclipse/swt/widgets/TableItem.html: different reference/api/org/eclipse/swt/widgets/TaskBar.html: different reference/api/org/eclipse/swt/widgets/TaskItem.html: different reference/api/org/eclipse/swt/widgets/Text.html: different reference/api/org/eclipse/swt/widgets/ToolBar.html: different reference/api/org/eclipse/swt/widgets/ToolItem.html: different reference/api/org/eclipse/swt/widgets/ToolTip.html: different reference/api/org/eclipse/swt/widgets/Touch.html: different reference/api/org/eclipse/swt/widgets/TouchSource.html: different reference/api/org/eclipse/swt/widgets/Tracker.html: different reference/api/org/eclipse/swt/widgets/Tray.html: different reference/api/org/eclipse/swt/widgets/TrayItem.html: different reference/api/org/eclipse/swt/widgets/Tree.html: different reference/api/org/eclipse/swt/widgets/TreeColumn.html: different reference/api/org/eclipse/swt/widgets/TreeItem.html: different reference/api/org/eclipse/swt/widgets/TypedListener.html: different reference/api/org/eclipse/swt/widgets/Widget.html: different reference/api/org/eclipse/swt/widgets/class-use/Button.html: different reference/api/org/eclipse/swt/widgets/class-use/Canvas.html: different reference/api/org/eclipse/swt/widgets/class-use/Caret.html: different reference/api/org/eclipse/swt/widgets/class-use/ColorDialog.html: different reference/api/org/eclipse/swt/widgets/class-use/Combo.html: different reference/api/org/eclipse/swt/widgets/class-use/Composite.html: different reference/api/org/eclipse/swt/widgets/class-use/Control.html: different reference/api/org/eclipse/swt/widgets/class-use/CoolBar.html: different reference/api/org/eclipse/swt/widgets/class-use/CoolItem.html: different reference/api/org/eclipse/swt/widgets/class-use/DateTime.html: different reference/api/org/eclipse/swt/widgets/class-use/Decorations.html: different reference/api/org/eclipse/swt/widgets/class-use/Dialog.html: different reference/api/org/eclipse/swt/widgets/class-use/DirectoryDialog.html: different reference/api/org/eclipse/swt/widgets/class-use/Display.html: different reference/api/org/eclipse/swt/widgets/class-use/Event.html: different reference/api/org/eclipse/swt/widgets/class-use/ExpandBar.html: different reference/api/org/eclipse/swt/widgets/class-use/ExpandItem.html: different reference/api/org/eclipse/swt/widgets/class-use/FileDialog.html: different reference/api/org/eclipse/swt/widgets/class-use/FontDialog.html: different reference/api/org/eclipse/swt/widgets/class-use/Group.html: different reference/api/org/eclipse/swt/widgets/class-use/IME.html: different reference/api/org/eclipse/swt/widgets/class-use/Item.html: different reference/api/org/eclipse/swt/widgets/class-use/Label.html: different reference/api/org/eclipse/swt/widgets/class-use/Layout.html: different reference/api/org/eclipse/swt/widgets/class-use/Link.html: different reference/api/org/eclipse/swt/widgets/class-use/List.html: different reference/api/org/eclipse/swt/widgets/class-use/Listener.html: different reference/api/org/eclipse/swt/widgets/class-use/Menu.html: different reference/api/org/eclipse/swt/widgets/class-use/MenuItem.html: different reference/api/org/eclipse/swt/widgets/class-use/MessageBox.html: different reference/api/org/eclipse/swt/widgets/class-use/Monitor.html: different reference/api/org/eclipse/swt/widgets/class-use/ProgressBar.html: different reference/api/org/eclipse/swt/widgets/class-use/Sash.html: different reference/api/org/eclipse/swt/widgets/class-use/Scale.html: different reference/api/org/eclipse/swt/widgets/class-use/ScrollBar.html: different reference/api/org/eclipse/swt/widgets/class-use/Scrollable.html: different reference/api/org/eclipse/swt/widgets/class-use/Shell.html: different reference/api/org/eclipse/swt/widgets/class-use/Slider.html: different reference/api/org/eclipse/swt/widgets/class-use/Spinner.html: different reference/api/org/eclipse/swt/widgets/class-use/Synchronizer.html: different reference/api/org/eclipse/swt/widgets/class-use/TabFolder.html: different reference/api/org/eclipse/swt/widgets/class-use/TabItem.html: different reference/api/org/eclipse/swt/widgets/class-use/Table.html: different reference/api/org/eclipse/swt/widgets/class-use/TableColumn.html: different reference/api/org/eclipse/swt/widgets/class-use/TableItem.html: different reference/api/org/eclipse/swt/widgets/class-use/TaskBar.html: different reference/api/org/eclipse/swt/widgets/class-use/TaskItem.html: different reference/api/org/eclipse/swt/widgets/class-use/Text.html: different reference/api/org/eclipse/swt/widgets/class-use/ToolBar.html: different reference/api/org/eclipse/swt/widgets/class-use/ToolItem.html: different reference/api/org/eclipse/swt/widgets/class-use/ToolTip.html: different reference/api/org/eclipse/swt/widgets/class-use/Touch.html: different reference/api/org/eclipse/swt/widgets/class-use/TouchSource.html: different reference/api/org/eclipse/swt/widgets/class-use/Tracker.html: different reference/api/org/eclipse/swt/widgets/class-use/Tray.html: different reference/api/org/eclipse/swt/widgets/class-use/TrayItem.html: different reference/api/org/eclipse/swt/widgets/class-use/Tree.html: different reference/api/org/eclipse/swt/widgets/class-use/TreeColumn.html: different reference/api/org/eclipse/swt/widgets/class-use/TreeItem.html: different reference/api/org/eclipse/swt/widgets/class-use/TypedListener.html: different reference/api/org/eclipse/swt/widgets/class-use/Widget.html: different reference/api/org/eclipse/swt/widgets/package-summary.html: different reference/api/org/eclipse/swt/widgets/package-tree.html: different reference/api/org/eclipse/swt/widgets/package-use.html: different reference/api/org/eclipse/team/core/DefaultRepositoryProviderType.html: different reference/api/org/eclipse/team/core/ICache.html: different reference/api/org/eclipse/team/core/ICacheListener.html: different reference/api/org/eclipse/team/core/IFileContentManager.html: different reference/api/org/eclipse/team/core/IFileTypeInfo.html: different reference/api/org/eclipse/team/core/IIgnoreInfo.html: different reference/api/org/eclipse/team/core/IProjectSetSerializer.html: different reference/api/org/eclipse/team/core/IStringMapping.html: different reference/api/org/eclipse/team/core/ITeamStatus.html: different reference/api/org/eclipse/team/core/ProjectSetCapability.html: different reference/api/org/eclipse/team/core/ProjectSetSerializationContext.html: different reference/api/org/eclipse/team/core/RepositoryProvider.html: different reference/api/org/eclipse/team/core/RepositoryProviderType.html: different reference/api/org/eclipse/team/core/ScmUrlImportDescription.html: different reference/api/org/eclipse/team/core/Team.html: different reference/api/org/eclipse/team/core/TeamException.html: different reference/api/org/eclipse/team/core/TeamStatus.html: different reference/api/org/eclipse/team/core/class-use/DefaultRepositoryProviderType.html: different reference/api/org/eclipse/team/core/class-use/ICache.html: different reference/api/org/eclipse/team/core/class-use/ICacheListener.html: different reference/api/org/eclipse/team/core/class-use/IFileContentManager.html: different reference/api/org/eclipse/team/core/class-use/IFileTypeInfo.html: different reference/api/org/eclipse/team/core/class-use/IIgnoreInfo.html: different reference/api/org/eclipse/team/core/class-use/IProjectSetSerializer.html: different reference/api/org/eclipse/team/core/class-use/IStringMapping.html: different reference/api/org/eclipse/team/core/class-use/ITeamStatus.html: different reference/api/org/eclipse/team/core/class-use/ProjectSetCapability.html: different reference/api/org/eclipse/team/core/class-use/ProjectSetSerializationContext.html: different reference/api/org/eclipse/team/core/class-use/RepositoryProvider.html: different reference/api/org/eclipse/team/core/class-use/RepositoryProviderType.html: different reference/api/org/eclipse/team/core/class-use/ScmUrlImportDescription.html: different reference/api/org/eclipse/team/core/class-use/Team.html: different reference/api/org/eclipse/team/core/class-use/TeamException.html: different reference/api/org/eclipse/team/core/class-use/TeamStatus.html: different reference/api/org/eclipse/team/core/diff/DiffFilter.html: different reference/api/org/eclipse/team/core/diff/FastDiffFilter.html: different reference/api/org/eclipse/team/core/diff/IDiff.html: different reference/api/org/eclipse/team/core/diff/IDiffChangeEvent.html: different reference/api/org/eclipse/team/core/diff/IDiffChangeListener.html: different reference/api/org/eclipse/team/core/diff/IDiffTree.html: different reference/api/org/eclipse/team/core/diff/IDiffVisitor.html: different reference/api/org/eclipse/team/core/diff/IThreeWayDiff.html: different reference/api/org/eclipse/team/core/diff/ITwoWayDiff.html: different reference/api/org/eclipse/team/core/diff/class-use/DiffFilter.html: different reference/api/org/eclipse/team/core/diff/class-use/FastDiffFilter.html: different reference/api/org/eclipse/team/core/diff/class-use/IDiff.html: different reference/api/org/eclipse/team/core/diff/class-use/IDiffChangeEvent.html: different reference/api/org/eclipse/team/core/diff/class-use/IDiffChangeListener.html: different reference/api/org/eclipse/team/core/diff/class-use/IDiffTree.html: different reference/api/org/eclipse/team/core/diff/class-use/IDiffVisitor.html: different reference/api/org/eclipse/team/core/diff/class-use/IThreeWayDiff.html: different reference/api/org/eclipse/team/core/diff/class-use/ITwoWayDiff.html: different reference/api/org/eclipse/team/core/diff/package-summary.html: different reference/api/org/eclipse/team/core/diff/package-tree.html: different reference/api/org/eclipse/team/core/diff/package-use.html: different reference/api/org/eclipse/team/core/diff/provider/Diff.html: different reference/api/org/eclipse/team/core/diff/provider/DiffTree.html: different reference/api/org/eclipse/team/core/diff/provider/ThreeWayDiff.html: different reference/api/org/eclipse/team/core/diff/provider/TwoWayDiff.html: different reference/api/org/eclipse/team/core/diff/provider/class-use/Diff.html: different reference/api/org/eclipse/team/core/diff/provider/class-use/DiffTree.html: different reference/api/org/eclipse/team/core/diff/provider/class-use/ThreeWayDiff.html: different reference/api/org/eclipse/team/core/diff/provider/class-use/TwoWayDiff.html: different reference/api/org/eclipse/team/core/diff/provider/package-summary.html: different reference/api/org/eclipse/team/core/diff/provider/package-tree.html: different reference/api/org/eclipse/team/core/diff/provider/package-use.html: different reference/api/org/eclipse/team/core/history/IFileHistory.html: different reference/api/org/eclipse/team/core/history/IFileHistoryProvider.html: different reference/api/org/eclipse/team/core/history/IFileRevision.html: different reference/api/org/eclipse/team/core/history/ITag.html: different reference/api/org/eclipse/team/core/history/class-use/IFileHistory.html: different reference/api/org/eclipse/team/core/history/class-use/IFileHistoryProvider.html: different reference/api/org/eclipse/team/core/history/class-use/IFileRevision.html: different reference/api/org/eclipse/team/core/history/class-use/ITag.html: different reference/api/org/eclipse/team/core/history/package-summary.html: different reference/api/org/eclipse/team/core/history/package-tree.html: different reference/api/org/eclipse/team/core/history/package-use.html: different reference/api/org/eclipse/team/core/history/provider/FileHistory.html: different reference/api/org/eclipse/team/core/history/provider/FileHistoryProvider.html: different reference/api/org/eclipse/team/core/history/provider/FileRevision.html: different reference/api/org/eclipse/team/core/history/provider/class-use/FileHistory.html: different reference/api/org/eclipse/team/core/history/provider/class-use/FileHistoryProvider.html: different reference/api/org/eclipse/team/core/history/provider/class-use/FileRevision.html: different reference/api/org/eclipse/team/core/history/provider/package-summary.html: different reference/api/org/eclipse/team/core/history/provider/package-tree.html: different reference/api/org/eclipse/team/core/history/provider/package-use.html: different reference/api/org/eclipse/team/core/mapping/ChangeTracker.html: different reference/api/org/eclipse/team/core/mapping/DelegatingStorageMerger.html: different reference/api/org/eclipse/team/core/mapping/IChangeGroupingRequestor.html: different reference/api/org/eclipse/team/core/mapping/IMergeContext.html: different reference/api/org/eclipse/team/core/mapping/IMergeStatus.html: different reference/api/org/eclipse/team/core/mapping/IResourceDiff.html: different reference/api/org/eclipse/team/core/mapping/IResourceDiffTree.html: different reference/api/org/eclipse/team/core/mapping/IResourceMappingMerger.html: different reference/api/org/eclipse/team/core/mapping/IStorageMerger.html: different reference/api/org/eclipse/team/core/mapping/ISynchronizationContext.html: different reference/api/org/eclipse/team/core/mapping/ISynchronizationScope.html: different reference/api/org/eclipse/team/core/mapping/ISynchronizationScopeChangeListener.html: different reference/api/org/eclipse/team/core/mapping/ISynchronizationScopeManager.html: different reference/api/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.html: different reference/api/org/eclipse/team/core/mapping/ISynchronizationScopeParticipantFactory.html: different reference/api/org/eclipse/team/core/mapping/ResourceMappingMerger.html: different reference/api/org/eclipse/team/core/mapping/class-use/ChangeTracker.html: different reference/api/org/eclipse/team/core/mapping/class-use/DelegatingStorageMerger.html: different reference/api/org/eclipse/team/core/mapping/class-use/IChangeGroupingRequestor.html: different reference/api/org/eclipse/team/core/mapping/class-use/IMergeContext.html: different reference/api/org/eclipse/team/core/mapping/class-use/IMergeStatus.html: different reference/api/org/eclipse/team/core/mapping/class-use/IResourceDiff.html: different reference/api/org/eclipse/team/core/mapping/class-use/IResourceDiffTree.html: different reference/api/org/eclipse/team/core/mapping/class-use/IResourceMappingMerger.html: different reference/api/org/eclipse/team/core/mapping/class-use/IStorageMerger.html: different reference/api/org/eclipse/team/core/mapping/class-use/ISynchronizationContext.html: different reference/api/org/eclipse/team/core/mapping/class-use/ISynchronizationScope.html: different reference/api/org/eclipse/team/core/mapping/class-use/ISynchronizationScopeChangeListener.html: different reference/api/org/eclipse/team/core/mapping/class-use/ISynchronizationScopeManager.html: different reference/api/org/eclipse/team/core/mapping/class-use/ISynchronizationScopeParticipant.html: different reference/api/org/eclipse/team/core/mapping/class-use/ISynchronizationScopeParticipantFactory.html: different reference/api/org/eclipse/team/core/mapping/class-use/ResourceMappingMerger.html: different reference/api/org/eclipse/team/core/mapping/package-summary.html: different reference/api/org/eclipse/team/core/mapping/package-tree.html: different reference/api/org/eclipse/team/core/mapping/package-use.html: different reference/api/org/eclipse/team/core/mapping/provider/MergeContext.html: different reference/api/org/eclipse/team/core/mapping/provider/MergeStatus.html: different reference/api/org/eclipse/team/core/mapping/provider/ResourceDiff.html: different reference/api/org/eclipse/team/core/mapping/provider/ResourceDiffTree.html: different reference/api/org/eclipse/team/core/mapping/provider/SynchronizationContext.html: different reference/api/org/eclipse/team/core/mapping/provider/SynchronizationScopeManager.html: different reference/api/org/eclipse/team/core/mapping/provider/class-use/MergeContext.html: different reference/api/org/eclipse/team/core/mapping/provider/class-use/MergeStatus.html: different reference/api/org/eclipse/team/core/mapping/provider/class-use/ResourceDiff.html: different reference/api/org/eclipse/team/core/mapping/provider/class-use/ResourceDiffTree.html: different reference/api/org/eclipse/team/core/mapping/provider/class-use/SynchronizationContext.html: different reference/api/org/eclipse/team/core/mapping/provider/class-use/SynchronizationScopeManager.html: different reference/api/org/eclipse/team/core/mapping/provider/package-summary.html: different reference/api/org/eclipse/team/core/mapping/provider/package-tree.html: different reference/api/org/eclipse/team/core/mapping/provider/package-use.html: different reference/api/org/eclipse/team/core/package-summary.html: different reference/api/org/eclipse/team/core/package-tree.html: different reference/api/org/eclipse/team/core/package-use.html: different reference/api/org/eclipse/team/core/subscribers/ISubscriberChangeEvent.html: different reference/api/org/eclipse/team/core/subscribers/ISubscriberChangeListener.html: different reference/api/org/eclipse/team/core/subscribers/Subscriber.html: different reference/api/org/eclipse/team/core/subscribers/SubscriberChangeEvent.html: different reference/api/org/eclipse/team/core/subscribers/SubscriberMergeContext.html: different reference/api/org/eclipse/team/core/subscribers/SubscriberResourceMappingContext.html: different reference/api/org/eclipse/team/core/subscribers/SubscriberScopeManager.html: different reference/api/org/eclipse/team/core/subscribers/class-use/ISubscriberChangeEvent.html: different reference/api/org/eclipse/team/core/subscribers/class-use/ISubscriberChangeListener.html: different reference/api/org/eclipse/team/core/subscribers/class-use/Subscriber.html: different reference/api/org/eclipse/team/core/subscribers/class-use/SubscriberChangeEvent.html: different reference/api/org/eclipse/team/core/subscribers/class-use/SubscriberMergeContext.html: different reference/api/org/eclipse/team/core/subscribers/class-use/SubscriberResourceMappingContext.html: different reference/api/org/eclipse/team/core/subscribers/class-use/SubscriberScopeManager.html: different reference/api/org/eclipse/team/core/subscribers/package-summary.html: different reference/api/org/eclipse/team/core/subscribers/package-tree.html: different reference/api/org/eclipse/team/core/subscribers/package-use.html: different reference/api/org/eclipse/team/core/synchronize/FastSyncInfoFilter.AndSyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/FastSyncInfoFilter.AutomergableFilter.html: different reference/api/org/eclipse/team/core/synchronize/FastSyncInfoFilter.CompoundSyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/FastSyncInfoFilter.OrSyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/FastSyncInfoFilter.PseudoConflictFilter.html: different reference/api/org/eclipse/team/core/synchronize/FastSyncInfoFilter.SyncInfoChangeTypeFilter.html: different reference/api/org/eclipse/team/core/synchronize/FastSyncInfoFilter.SyncInfoDirectionFilter.html: different reference/api/org/eclipse/team/core/synchronize/FastSyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/ISyncInfoSetChangeEvent.html: different reference/api/org/eclipse/team/core/synchronize/ISyncInfoSetChangeListener.html: different reference/api/org/eclipse/team/core/synchronize/ISyncInfoTreeChangeEvent.html: different reference/api/org/eclipse/team/core/synchronize/SyncInfo.html: different reference/api/org/eclipse/team/core/synchronize/SyncInfoFilter.ContentComparisonSyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/SyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/SyncInfoSet.html: different reference/api/org/eclipse/team/core/synchronize/SyncInfoSetChangeEvent.html: different reference/api/org/eclipse/team/core/synchronize/SyncInfoTree.html: different reference/api/org/eclipse/team/core/synchronize/class-use/FastSyncInfoFilter.AndSyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/class-use/FastSyncInfoFilter.AutomergableFilter.html: different reference/api/org/eclipse/team/core/synchronize/class-use/FastSyncInfoFilter.CompoundSyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/class-use/FastSyncInfoFilter.OrSyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/class-use/FastSyncInfoFilter.PseudoConflictFilter.html: different reference/api/org/eclipse/team/core/synchronize/class-use/FastSyncInfoFilter.SyncInfoChangeTypeFilter.html: different reference/api/org/eclipse/team/core/synchronize/class-use/FastSyncInfoFilter.SyncInfoDirectionFilter.html: different reference/api/org/eclipse/team/core/synchronize/class-use/FastSyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/class-use/ISyncInfoSetChangeEvent.html: different reference/api/org/eclipse/team/core/synchronize/class-use/ISyncInfoSetChangeListener.html: different reference/api/org/eclipse/team/core/synchronize/class-use/ISyncInfoTreeChangeEvent.html: different reference/api/org/eclipse/team/core/synchronize/class-use/SyncInfo.html: different reference/api/org/eclipse/team/core/synchronize/class-use/SyncInfoFilter.ContentComparisonSyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/class-use/SyncInfoFilter.html: different reference/api/org/eclipse/team/core/synchronize/class-use/SyncInfoSet.html: different reference/api/org/eclipse/team/core/synchronize/class-use/SyncInfoSetChangeEvent.html: different reference/api/org/eclipse/team/core/synchronize/class-use/SyncInfoTree.html: different reference/api/org/eclipse/team/core/synchronize/package-summary.html: different reference/api/org/eclipse/team/core/synchronize/package-tree.html: different reference/api/org/eclipse/team/core/synchronize/package-use.html: different reference/api/org/eclipse/team/core/variants/AbstractResourceVariantTree.html: different reference/api/org/eclipse/team/core/variants/CachedResourceVariant.html: different reference/api/org/eclipse/team/core/variants/IResourceVariant.html: different reference/api/org/eclipse/team/core/variants/IResourceVariantComparator.html: different reference/api/org/eclipse/team/core/variants/IResourceVariantTree.html: different reference/api/org/eclipse/team/core/variants/ISynchronizerChangeListener.html: different reference/api/org/eclipse/team/core/variants/PersistantResourceVariantByteStore.html: different reference/api/org/eclipse/team/core/variants/ResourceVariantByteStore.html: different reference/api/org/eclipse/team/core/variants/ResourceVariantTree.html: different reference/api/org/eclipse/team/core/variants/ResourceVariantTreeSubscriber.html: different reference/api/org/eclipse/team/core/variants/SessionResourceVariantByteStore.html: different reference/api/org/eclipse/team/core/variants/ThreeWayRemoteTree.html: different reference/api/org/eclipse/team/core/variants/ThreeWayResourceComparator.html: different reference/api/org/eclipse/team/core/variants/ThreeWaySubscriber.html: different reference/api/org/eclipse/team/core/variants/ThreeWaySynchronizer.html: different reference/api/org/eclipse/team/core/variants/class-use/AbstractResourceVariantTree.html: different reference/api/org/eclipse/team/core/variants/class-use/CachedResourceVariant.html: different reference/api/org/eclipse/team/core/variants/class-use/IResourceVariant.html: different reference/api/org/eclipse/team/core/variants/class-use/IResourceVariantComparator.html: different reference/api/org/eclipse/team/core/variants/class-use/IResourceVariantTree.html: different reference/api/org/eclipse/team/core/variants/class-use/ISynchronizerChangeListener.html: different reference/api/org/eclipse/team/core/variants/class-use/PersistantResourceVariantByteStore.html: different reference/api/org/eclipse/team/core/variants/class-use/ResourceVariantByteStore.html: different reference/api/org/eclipse/team/core/variants/class-use/ResourceVariantTree.html: different reference/api/org/eclipse/team/core/variants/class-use/ResourceVariantTreeSubscriber.html: different reference/api/org/eclipse/team/core/variants/class-use/SessionResourceVariantByteStore.html: different reference/api/org/eclipse/team/core/variants/class-use/ThreeWayRemoteTree.html: different reference/api/org/eclipse/team/core/variants/class-use/ThreeWayResourceComparator.html: different reference/api/org/eclipse/team/core/variants/class-use/ThreeWaySubscriber.html: different reference/api/org/eclipse/team/core/variants/class-use/ThreeWaySynchronizer.html: different reference/api/org/eclipse/team/core/variants/package-summary.html: different reference/api/org/eclipse/team/core/variants/package-tree.html: different reference/api/org/eclipse/team/core/variants/package-use.html: different reference/api/org/eclipse/team/ui/IConfigurationWizard.html: different reference/api/org/eclipse/team/ui/IConfigurationWizardExtension.html: different reference/api/org/eclipse/team/ui/ISaveableWorkbenchPart.html: different reference/api/org/eclipse/team/ui/IScmUrlImportWizardPage.html: different reference/api/org/eclipse/team/ui/ISharedImages.html: different reference/api/org/eclipse/team/ui/PageCompareEditorInput.html: different reference/api/org/eclipse/team/ui/PageSaveablePart.html: different reference/api/org/eclipse/team/ui/SaveablePartAdapter.html: different reference/api/org/eclipse/team/ui/SaveablePartDialog.html: different reference/api/org/eclipse/team/ui/TeamImages.html: different reference/api/org/eclipse/team/ui/TeamOperation.html: different reference/api/org/eclipse/team/ui/TeamUI.html: different reference/api/org/eclipse/team/ui/class-use/IConfigurationWizard.html: different reference/api/org/eclipse/team/ui/class-use/IConfigurationWizardExtension.html: different reference/api/org/eclipse/team/ui/class-use/ISaveableWorkbenchPart.html: different reference/api/org/eclipse/team/ui/class-use/IScmUrlImportWizardPage.html: different reference/api/org/eclipse/team/ui/class-use/ISharedImages.html: different reference/api/org/eclipse/team/ui/class-use/PageCompareEditorInput.html: different reference/api/org/eclipse/team/ui/class-use/PageSaveablePart.html: different reference/api/org/eclipse/team/ui/class-use/SaveablePartAdapter.html: different reference/api/org/eclipse/team/ui/class-use/SaveablePartDialog.html: different reference/api/org/eclipse/team/ui/class-use/TeamImages.html: different reference/api/org/eclipse/team/ui/class-use/TeamOperation.html: different reference/api/org/eclipse/team/ui/class-use/TeamUI.html: different reference/api/org/eclipse/team/ui/history/ElementLocalHistoryPageSource.html: different reference/api/org/eclipse/team/ui/history/HistoryPage.html: different reference/api/org/eclipse/team/ui/history/HistoryPageCompareEditorInput.html: different reference/api/org/eclipse/team/ui/history/HistoryPageSaveablePart.html: different reference/api/org/eclipse/team/ui/history/HistoryPageSource.html: different reference/api/org/eclipse/team/ui/history/IHistoryCompareAdapter.html: different reference/api/org/eclipse/team/ui/history/IHistoryPage.html: different reference/api/org/eclipse/team/ui/history/IHistoryPageSite.html: different reference/api/org/eclipse/team/ui/history/IHistoryPageSource.html: different reference/api/org/eclipse/team/ui/history/IHistoryView.html: different reference/api/org/eclipse/team/ui/history/RevisionAnnotationController.html: different reference/api/org/eclipse/team/ui/history/class-use/ElementLocalHistoryPageSource.html: different reference/api/org/eclipse/team/ui/history/class-use/HistoryPage.html: different reference/api/org/eclipse/team/ui/history/class-use/HistoryPageCompareEditorInput.html: different reference/api/org/eclipse/team/ui/history/class-use/HistoryPageSaveablePart.html: different reference/api/org/eclipse/team/ui/history/class-use/HistoryPageSource.html: different reference/api/org/eclipse/team/ui/history/class-use/IHistoryCompareAdapter.html: different reference/api/org/eclipse/team/ui/history/class-use/IHistoryPage.html: different reference/api/org/eclipse/team/ui/history/class-use/IHistoryPageSite.html: different reference/api/org/eclipse/team/ui/history/class-use/IHistoryPageSource.html: different reference/api/org/eclipse/team/ui/history/class-use/IHistoryView.html: different reference/api/org/eclipse/team/ui/history/class-use/RevisionAnnotationController.html: different reference/api/org/eclipse/team/ui/history/package-summary.html: different reference/api/org/eclipse/team/ui/history/package-tree.html: different reference/api/org/eclipse/team/ui/history/package-use.html: different reference/api/org/eclipse/team/ui/mapping/ISynchronizationCompareAdapter.html: different reference/api/org/eclipse/team/ui/mapping/ISynchronizationCompareInput.html: different reference/api/org/eclipse/team/ui/mapping/ITeamContentProviderDescriptor.html: different reference/api/org/eclipse/team/ui/mapping/ITeamContentProviderManager.html: different reference/api/org/eclipse/team/ui/mapping/ITeamStateChangeEvent.html: different reference/api/org/eclipse/team/ui/mapping/ITeamStateChangeListener.html: different reference/api/org/eclipse/team/ui/mapping/ITeamStateDescription.html: different reference/api/org/eclipse/team/ui/mapping/ITeamStateProvider.html: different reference/api/org/eclipse/team/ui/mapping/MergeActionHandler.html: different reference/api/org/eclipse/team/ui/mapping/SaveableComparison.html: different reference/api/org/eclipse/team/ui/mapping/SynchronizationActionProvider.html: different reference/api/org/eclipse/team/ui/mapping/SynchronizationCompareAdapter.html: different reference/api/org/eclipse/team/ui/mapping/SynchronizationContentProvider.html: different reference/api/org/eclipse/team/ui/mapping/SynchronizationLabelProvider.html: different reference/api/org/eclipse/team/ui/mapping/SynchronizationOperation.html: different reference/api/org/eclipse/team/ui/mapping/SynchronizationStateTester.html: different reference/api/org/eclipse/team/ui/mapping/class-use/ISynchronizationCompareAdapter.html: different reference/api/org/eclipse/team/ui/mapping/class-use/ISynchronizationCompareInput.html: different reference/api/org/eclipse/team/ui/mapping/class-use/ITeamContentProviderDescriptor.html: different reference/api/org/eclipse/team/ui/mapping/class-use/ITeamContentProviderManager.html: different reference/api/org/eclipse/team/ui/mapping/class-use/ITeamStateChangeEvent.html: different reference/api/org/eclipse/team/ui/mapping/class-use/ITeamStateChangeListener.html: different reference/api/org/eclipse/team/ui/mapping/class-use/ITeamStateDescription.html: different reference/api/org/eclipse/team/ui/mapping/class-use/ITeamStateProvider.html: different reference/api/org/eclipse/team/ui/mapping/class-use/MergeActionHandler.html: different reference/api/org/eclipse/team/ui/mapping/class-use/SaveableComparison.html: different reference/api/org/eclipse/team/ui/mapping/class-use/SynchronizationActionProvider.html: different reference/api/org/eclipse/team/ui/mapping/class-use/SynchronizationCompareAdapter.html: different reference/api/org/eclipse/team/ui/mapping/class-use/SynchronizationContentProvider.html: different reference/api/org/eclipse/team/ui/mapping/class-use/SynchronizationLabelProvider.html: different reference/api/org/eclipse/team/ui/mapping/class-use/SynchronizationOperation.html: different reference/api/org/eclipse/team/ui/mapping/class-use/SynchronizationStateTester.html: different reference/api/org/eclipse/team/ui/mapping/package-summary.html: different reference/api/org/eclipse/team/ui/mapping/package-tree.html: different reference/api/org/eclipse/team/ui/mapping/package-use.html: different reference/api/org/eclipse/team/ui/package-summary.html: different reference/api/org/eclipse/team/ui/package-tree.html: different reference/api/org/eclipse/team/ui/package-use.html: different reference/api/org/eclipse/team/ui/synchronize/AbstractSynchronizeLabelProvider.html: different reference/api/org/eclipse/team/ui/synchronize/AbstractSynchronizeParticipant.html: different reference/api/org/eclipse/team/ui/synchronize/AbstractSynchronizeScope.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizeManager.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizeModelChangeListener.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizeModelElement.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizePage.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizePageConfiguration.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizePageSite.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizeParticipant.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizeParticipantDescriptor.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizeParticipantListener.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizeParticipantReference.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizeScope.html: different reference/api/org/eclipse/team/ui/synchronize/ISynchronizeView.html: different reference/api/org/eclipse/team/ui/synchronize/ModelMergeOperation.html: different reference/api/org/eclipse/team/ui/synchronize/ModelOperation.html: different reference/api/org/eclipse/team/ui/synchronize/ModelParticipantAction.html: different reference/api/org/eclipse/team/ui/synchronize/ModelParticipantMergeOperation.html: different reference/api/org/eclipse/team/ui/synchronize/ModelParticipantWizard.html: different reference/api/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipant.html: different reference/api/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.html: different reference/api/org/eclipse/team/ui/synchronize/ParticipantPageCompareEditorInput.html: different reference/api/org/eclipse/team/ui/synchronize/ParticipantPageDialog.html: different reference/api/org/eclipse/team/ui/synchronize/ParticipantPagePane.html: different reference/api/org/eclipse/team/ui/synchronize/ParticipantPageSaveablePart.html: different reference/api/org/eclipse/team/ui/synchronize/ParticipantSynchronizeWizard.html: different reference/api/org/eclipse/team/ui/synchronize/ResourceScope.html: different reference/api/org/eclipse/team/ui/synchronize/SaveableCompareEditorInput.html: different reference/api/org/eclipse/team/ui/synchronize/SubscriberParticipant.html: different reference/api/org/eclipse/team/ui/synchronize/SubscriberParticipantWizard.html: different reference/api/org/eclipse/team/ui/synchronize/SubscriberTeamStateProvider.html: different reference/api/org/eclipse/team/ui/synchronize/SyncInfoCompareInput.html: different reference/api/org/eclipse/team/ui/synchronize/SynchronizeModelAction.html: different reference/api/org/eclipse/team/ui/synchronize/SynchronizeModelOperation.html: different reference/api/org/eclipse/team/ui/synchronize/SynchronizePageActionGroup.html: different reference/api/org/eclipse/team/ui/synchronize/TeamStateChangeEvent.html: different reference/api/org/eclipse/team/ui/synchronize/TeamStateDescription.html: different reference/api/org/eclipse/team/ui/synchronize/TeamStateProvider.html: different reference/api/org/eclipse/team/ui/synchronize/WorkingSetScope.html: different reference/api/org/eclipse/team/ui/synchronize/WorkspaceScope.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/AbstractSynchronizeLabelProvider.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/AbstractSynchronizeParticipant.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/AbstractSynchronizeScope.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizeManager.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizeModelChangeListener.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizeModelElement.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizePage.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizePageConfiguration.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizePageSite.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizeParticipant.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizeParticipantDescriptor.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizeParticipantListener.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizeParticipantReference.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizeScope.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ISynchronizeView.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ModelMergeOperation.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ModelOperation.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ModelParticipantAction.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ModelParticipantMergeOperation.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ModelParticipantWizard.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ModelSynchronizeParticipant.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ModelSynchronizeParticipantActionGroup.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ParticipantPageCompareEditorInput.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ParticipantPageDialog.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ParticipantPagePane.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ParticipantPageSaveablePart.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ParticipantSynchronizeWizard.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/ResourceScope.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/SaveableCompareEditorInput.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/SubscriberParticipant.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/SubscriberParticipantWizard.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/SubscriberTeamStateProvider.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/SyncInfoCompareInput.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/SynchronizeModelAction.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/SynchronizeModelOperation.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/SynchronizePageActionGroup.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/TeamStateChangeEvent.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/TeamStateDescription.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/TeamStateProvider.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/WorkingSetScope.html: different reference/api/org/eclipse/team/ui/synchronize/class-use/WorkspaceScope.html: different reference/api/org/eclipse/team/ui/synchronize/package-summary.html: different reference/api/org/eclipse/team/ui/synchronize/package-tree.html: different reference/api/org/eclipse/team/ui/synchronize/package-use.html: different reference/api/org/eclipse/text/edits/CopySourceEdit.html: different reference/api/org/eclipse/text/edits/CopyTargetEdit.html: different reference/api/org/eclipse/text/edits/CopyingRangeMarker.html: different reference/api/org/eclipse/text/edits/DeleteEdit.html: different reference/api/org/eclipse/text/edits/ISourceModifier.html: different reference/api/org/eclipse/text/edits/InsertEdit.html: different reference/api/org/eclipse/text/edits/MalformedTreeException.html: different reference/api/org/eclipse/text/edits/MoveSourceEdit.html: different reference/api/org/eclipse/text/edits/MoveTargetEdit.html: different reference/api/org/eclipse/text/edits/MultiTextEdit.html: different reference/api/org/eclipse/text/edits/RangeMarker.html: different reference/api/org/eclipse/text/edits/ReplaceEdit.html: different reference/api/org/eclipse/text/edits/TextEdit.html: different reference/api/org/eclipse/text/edits/TextEditCopier.html: different reference/api/org/eclipse/text/edits/TextEditGroup.html: different reference/api/org/eclipse/text/edits/TextEditProcessor.html: different reference/api/org/eclipse/text/edits/TextEditVisitor.html: different reference/api/org/eclipse/text/edits/UndoEdit.html: different reference/api/org/eclipse/text/edits/class-use/CopySourceEdit.html: different reference/api/org/eclipse/text/edits/class-use/CopyTargetEdit.html: different reference/api/org/eclipse/text/edits/class-use/CopyingRangeMarker.html: different reference/api/org/eclipse/text/edits/class-use/DeleteEdit.html: different reference/api/org/eclipse/text/edits/class-use/ISourceModifier.html: different reference/api/org/eclipse/text/edits/class-use/InsertEdit.html: different reference/api/org/eclipse/text/edits/class-use/MalformedTreeException.html: different reference/api/org/eclipse/text/edits/class-use/MoveSourceEdit.html: different reference/api/org/eclipse/text/edits/class-use/MoveTargetEdit.html: different reference/api/org/eclipse/text/edits/class-use/MultiTextEdit.html: different reference/api/org/eclipse/text/edits/class-use/RangeMarker.html: different reference/api/org/eclipse/text/edits/class-use/ReplaceEdit.html: different reference/api/org/eclipse/text/edits/class-use/TextEdit.html: different reference/api/org/eclipse/text/edits/class-use/TextEditCopier.html: different reference/api/org/eclipse/text/edits/class-use/TextEditGroup.html: different reference/api/org/eclipse/text/edits/class-use/TextEditProcessor.html: different reference/api/org/eclipse/text/edits/class-use/TextEditVisitor.html: different reference/api/org/eclipse/text/edits/class-use/UndoEdit.html: different reference/api/org/eclipse/text/edits/package-summary.html: different reference/api/org/eclipse/text/edits/package-tree.html: different reference/api/org/eclipse/text/edits/package-use.html: different reference/api/org/eclipse/text/undo/DocumentUndoEvent.html: different reference/api/org/eclipse/text/undo/DocumentUndoManager.html: different reference/api/org/eclipse/text/undo/DocumentUndoManagerRegistry.html: different reference/api/org/eclipse/text/undo/IDocumentUndoListener.html: different reference/api/org/eclipse/text/undo/IDocumentUndoManager.html: different reference/api/org/eclipse/text/undo/class-use/DocumentUndoEvent.html: different reference/api/org/eclipse/text/undo/class-use/DocumentUndoManager.html: different reference/api/org/eclipse/text/undo/class-use/DocumentUndoManagerRegistry.html: different reference/api/org/eclipse/text/undo/class-use/IDocumentUndoListener.html: different reference/api/org/eclipse/text/undo/class-use/IDocumentUndoManager.html: different reference/api/org/eclipse/text/undo/package-summary.html: different reference/api/org/eclipse/text/undo/package-tree.html: different reference/api/org/eclipse/text/undo/package-use.html: different reference/api/org/eclipse/ui/AbstractSourceProvider.html: different reference/api/org/eclipse/ui/ActiveShellExpression.html: different reference/api/org/eclipse/ui/BasicWorkingSetElementAdapter.html: different reference/api/org/eclipse/ui/ExtensionFactory.html: different reference/api/org/eclipse/ui/IActionBars.html: different reference/api/org/eclipse/ui/IActionBars2.html: different reference/api/org/eclipse/ui/IActionDelegate.html: different reference/api/org/eclipse/ui/IActionDelegate2.html: different reference/api/org/eclipse/ui/IActionDelegateWithEvent.html: different reference/api/org/eclipse/ui/IActionFilter.html: different reference/api/org/eclipse/ui/IAggregateWorkingSet.html: different reference/api/org/eclipse/ui/IContainmentAdapter.html: different reference/api/org/eclipse/ui/IContributorResourceAdapter.html: different reference/api/org/eclipse/ui/IDecoratorManager.html: different reference/api/org/eclipse/ui/IEditorActionBarContributor.html: different reference/api/org/eclipse/ui/IEditorActionDelegate.html: different reference/api/org/eclipse/ui/IEditorDescriptor.html: different reference/api/org/eclipse/ui/IEditorInput.html: different reference/api/org/eclipse/ui/IEditorLauncher.html: different reference/api/org/eclipse/ui/IEditorMatchingStrategy.html: different reference/api/org/eclipse/ui/IEditorPart.html: different reference/api/org/eclipse/ui/IEditorReference.html: different reference/api/org/eclipse/ui/IEditorRegistry.html: different reference/api/org/eclipse/ui/IEditorSite.html: different reference/api/org/eclipse/ui/IElementFactory.html: different reference/api/org/eclipse/ui/IExportWizard.html: different reference/api/org/eclipse/ui/IFileEditorInput.html: different reference/api/org/eclipse/ui/IFileEditorMapping.html: different reference/api/org/eclipse/ui/IFolderLayout.html: different reference/api/org/eclipse/ui/IImportWizard.html: different reference/api/org/eclipse/ui/IInPlaceEditor.html: different reference/api/org/eclipse/ui/IInPlaceEditorInput.html: different reference/api/org/eclipse/ui/IKeyBindingService.html: different reference/api/org/eclipse/ui/ILocalWorkingSetManager.html: different reference/api/org/eclipse/ui/IMarkerActionFilter.html: different reference/api/org/eclipse/ui/IMarkerHelpContextProvider.html: different reference/api/org/eclipse/ui/IMarkerHelpRegistry.html: different reference/api/org/eclipse/ui/IMarkerResolution.html: different reference/api/org/eclipse/ui/IMarkerResolution2.html: different reference/api/org/eclipse/ui/IMarkerResolutionGenerator.html: different reference/api/org/eclipse/ui/IMarkerResolutionGenerator2.html: different reference/api/org/eclipse/ui/IMarkerResolutionRelevance.html: different reference/api/org/eclipse/ui/IMemento.html: different reference/api/org/eclipse/ui/INavigationHistory.html: different reference/api/org/eclipse/ui/INavigationLocation.html: different reference/api/org/eclipse/ui/INavigationLocationProvider.html: different reference/api/org/eclipse/ui/INestableKeyBindingService.html: different reference/api/org/eclipse/ui/INewWizard.html: different reference/api/org/eclipse/ui/INullSelectionListener.html: different reference/api/org/eclipse/ui/IObjectActionDelegate.html: different reference/api/org/eclipse/ui/IPageLayout.html: different reference/api/org/eclipse/ui/IPageListener.html: different reference/api/org/eclipse/ui/IPageService.html: different reference/api/org/eclipse/ui/IPartListener.html: different reference/api/org/eclipse/ui/IPartListener2.html: different reference/api/org/eclipse/ui/IPartService.html: different reference/api/org/eclipse/ui/IPathEditorInput.html: different reference/api/org/eclipse/ui/IPersistable.html: different reference/api/org/eclipse/ui/IPersistableEditor.html: different reference/api/org/eclipse/ui/IPersistableElement.html: different reference/api/org/eclipse/ui/IPerspectiveDescriptor.html: different reference/api/org/eclipse/ui/IPerspectiveFactory.html: different reference/api/org/eclipse/ui/IPerspectiveListener.html: different reference/api/org/eclipse/ui/IPerspectiveListener2.html: different reference/api/org/eclipse/ui/IPerspectiveListener3.html: different reference/api/org/eclipse/ui/IPerspectiveListener4.html: different reference/api/org/eclipse/ui/IPerspectiveRegistry.html: different reference/api/org/eclipse/ui/IPlaceholderFolderLayout.html: different reference/api/org/eclipse/ui/IPluginContribution.html: different reference/api/org/eclipse/ui/IProjectActionFilter.html: different reference/api/org/eclipse/ui/IPropertyListener.html: different reference/api/org/eclipse/ui/IResourceActionFilter.html: different reference/api/org/eclipse/ui/IReusableEditor.html: different reference/api/org/eclipse/ui/ISaveableFilter.html: different reference/api/org/eclipse/ui/ISaveablePart.html: different reference/api/org/eclipse/ui/ISaveablePart2.html: different reference/api/org/eclipse/ui/ISaveablesLifecycleListener.html: different reference/api/org/eclipse/ui/ISaveablesSource.html: different reference/api/org/eclipse/ui/ISecondarySaveableSource.html: different reference/api/org/eclipse/ui/ISelectionListener.html: different reference/api/org/eclipse/ui/ISelectionService.html: different reference/api/org/eclipse/ui/ISharedImages.html: different reference/api/org/eclipse/ui/IShowEditorInput.html: different reference/api/org/eclipse/ui/ISizeProvider.html: different reference/api/org/eclipse/ui/ISourceProvider.html: different reference/api/org/eclipse/ui/ISourceProviderListener.html: different reference/api/org/eclipse/ui/ISources.html: different reference/api/org/eclipse/ui/IStartup.html: different reference/api/org/eclipse/ui/IStorageEditorInput.html: different reference/api/org/eclipse/ui/IURIEditorInput.html: different reference/api/org/eclipse/ui/IViewActionDelegate.html: different reference/api/org/eclipse/ui/IViewLayout.html: different reference/api/org/eclipse/ui/IViewPart.html: different reference/api/org/eclipse/ui/IViewReference.html: different reference/api/org/eclipse/ui/IViewSite.html: different reference/api/org/eclipse/ui/IWindowListener.html: different reference/api/org/eclipse/ui/IWorkbench.html: different reference/api/org/eclipse/ui/IWorkbenchActionConstants.html: different reference/api/org/eclipse/ui/IWorkbenchCommandConstants.html: different reference/api/org/eclipse/ui/IWorkbenchListener.html: different reference/api/org/eclipse/ui/IWorkbenchPage.html: different reference/api/org/eclipse/ui/IWorkbenchPart.html: different reference/api/org/eclipse/ui/IWorkbenchPart2.html: different reference/api/org/eclipse/ui/IWorkbenchPart3.html: different reference/api/org/eclipse/ui/IWorkbenchPartConstants.html: different reference/api/org/eclipse/ui/IWorkbenchPartDescriptor.html: different reference/api/org/eclipse/ui/IWorkbenchPartReference.html: different reference/api/org/eclipse/ui/IWorkbenchPartSite.html: different reference/api/org/eclipse/ui/IWorkbenchPreferenceConstants.html: different reference/api/org/eclipse/ui/IWorkbenchPreferencePage.html: different reference/api/org/eclipse/ui/IWorkbenchPropertyPage.html: different reference/api/org/eclipse/ui/IWorkbenchPropertyPageMulti.html: different reference/api/org/eclipse/ui/IWorkbenchSite.html: different reference/api/org/eclipse/ui/IWorkbenchWindow.html: different reference/api/org/eclipse/ui/IWorkbenchWindowActionDelegate.html: different reference/api/org/eclipse/ui/IWorkbenchWindowPulldownDelegate.html: different reference/api/org/eclipse/ui/IWorkbenchWindowPulldownDelegate2.html: different reference/api/org/eclipse/ui/IWorkbenchWizard.html: different reference/api/org/eclipse/ui/IWorkingSet.html: different reference/api/org/eclipse/ui/IWorkingSetElementAdapter.html: different reference/api/org/eclipse/ui/IWorkingSetManager.html: different reference/api/org/eclipse/ui/IWorkingSetUpdater.html: different reference/api/org/eclipse/ui/IWorkingSetUpdater2.html: different reference/api/org/eclipse/ui/LegacyHandlerSubmissionExpression.html: different reference/api/org/eclipse/ui/MultiPartInitException.html: different reference/api/org/eclipse/ui/NavigationLocation.html: different reference/api/org/eclipse/ui/OpenAndLinkWithEditorHelper.html: different reference/api/org/eclipse/ui/PartInitException.html: different reference/api/org/eclipse/ui/PerspectiveAdapter.html: different reference/api/org/eclipse/ui/PlatformUI.html: different reference/api/org/eclipse/ui/ResourceWorkingSetFilter.html: different reference/api/org/eclipse/ui/Saveable.html: different reference/api/org/eclipse/ui/SaveablesLifecycleEvent.html: different reference/api/org/eclipse/ui/SelectionEnabler.html: different reference/api/org/eclipse/ui/SelectionListenerFactory.ISelectionModel.html: different reference/api/org/eclipse/ui/SelectionListenerFactory.Predicates.html: different reference/api/org/eclipse/ui/SelectionListenerFactory.html: different reference/api/org/eclipse/ui/SubActionBars.html: different reference/api/org/eclipse/ui/SubActionBars2.html: different reference/api/org/eclipse/ui/WorkbenchEncoding.html: different reference/api/org/eclipse/ui/WorkbenchException.html: different reference/api/org/eclipse/ui/XMLMemento.html: different reference/api/org/eclipse/ui/about/IInstallationPageContainer.html: different reference/api/org/eclipse/ui/about/ISystemSummarySection.html: different reference/api/org/eclipse/ui/about/InstallationPage.html: different reference/api/org/eclipse/ui/about/class-use/IInstallationPageContainer.html: different reference/api/org/eclipse/ui/about/class-use/ISystemSummarySection.html: different reference/api/org/eclipse/ui/about/class-use/InstallationPage.html: different reference/api/org/eclipse/ui/about/package-summary.html: different reference/api/org/eclipse/ui/about/package-tree.html: different reference/api/org/eclipse/ui/about/package-use.html: different reference/api/org/eclipse/ui/actions/ActionContext.html: different reference/api/org/eclipse/ui/actions/ActionDelegate.html: different reference/api/org/eclipse/ui/actions/ActionFactory.IWorkbenchAction.html: different reference/api/org/eclipse/ui/actions/ActionFactory.html: different reference/api/org/eclipse/ui/actions/ActionGroup.html: different reference/api/org/eclipse/ui/actions/AddBookmarkAction.html: different reference/api/org/eclipse/ui/actions/AddTaskAction.html: different reference/api/org/eclipse/ui/actions/BaseNewWizardMenu.html: different reference/api/org/eclipse/ui/actions/BaseSelectionListenerAction.html: different reference/api/org/eclipse/ui/actions/BuildAction.html: different reference/api/org/eclipse/ui/actions/CloseResourceAction.html: different reference/api/org/eclipse/ui/actions/CloseUnrelatedProjectsAction.html: different reference/api/org/eclipse/ui/actions/CommandNotMappedException.html: different reference/api/org/eclipse/ui/actions/CompoundContributionItem.html: different reference/api/org/eclipse/ui/actions/ContributedAction.html: different reference/api/org/eclipse/ui/actions/ContributionItemFactory.html: different reference/api/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.html: different reference/api/org/eclipse/ui/actions/CopyProjectAction.html: different reference/api/org/eclipse/ui/actions/CopyProjectOperation.html: different reference/api/org/eclipse/ui/actions/CopyResourceAction.html: different reference/api/org/eclipse/ui/actions/CreateFileAction.html: different reference/api/org/eclipse/ui/actions/CreateFolderAction.html: different reference/api/org/eclipse/ui/actions/DeleteResourceAction.html: different reference/api/org/eclipse/ui/actions/ExportResourcesAction.html: different reference/api/org/eclipse/ui/actions/GlobalBuildAction.html: different reference/api/org/eclipse/ui/actions/ImportResourcesAction.html: different reference/api/org/eclipse/ui/actions/LabelRetargetAction.html: different reference/api/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.html: different reference/api/org/eclipse/ui/actions/MoveProjectAction.html: different reference/api/org/eclipse/ui/actions/MoveResourceAction.html: different reference/api/org/eclipse/ui/actions/NewExampleAction.html: different reference/api/org/eclipse/ui/actions/NewProjectAction.html: different reference/api/org/eclipse/ui/actions/NewWizardAction.html: different reference/api/org/eclipse/ui/actions/NewWizardDropDownAction.html: different reference/api/org/eclipse/ui/actions/NewWizardMenu.html: different reference/api/org/eclipse/ui/actions/OpenFileAction.html: different reference/api/org/eclipse/ui/actions/OpenInNewWindowAction.html: different reference/api/org/eclipse/ui/actions/OpenNewPageMenu.html: different reference/api/org/eclipse/ui/actions/OpenNewWindowMenu.html: different reference/api/org/eclipse/ui/actions/OpenPerspectiveAction.html: different reference/api/org/eclipse/ui/actions/OpenPerspectiveMenu.html: different reference/api/org/eclipse/ui/actions/OpenResourceAction.html: different reference/api/org/eclipse/ui/actions/OpenSystemEditorAction.html: different reference/api/org/eclipse/ui/actions/OpenWithMenu.html: different reference/api/org/eclipse/ui/actions/PartEventAction.html: different reference/api/org/eclipse/ui/actions/PerspectiveMenu.html: different reference/api/org/eclipse/ui/actions/QuickMenuCreator.html: different reference/api/org/eclipse/ui/actions/QuickStartAction.html: different reference/api/org/eclipse/ui/actions/ReadOnlyStateChecker.html: different reference/api/org/eclipse/ui/actions/RefreshAction.html: different reference/api/org/eclipse/ui/actions/RenameResourceAction.html: different reference/api/org/eclipse/ui/actions/RetargetAction.html: different reference/api/org/eclipse/ui/actions/ScrubLocalAction.html: different reference/api/org/eclipse/ui/actions/SelectionListenerAction.html: different reference/api/org/eclipse/ui/actions/SelectionProviderAction.html: different reference/api/org/eclipse/ui/actions/SimpleWildcardTester.html: different reference/api/org/eclipse/ui/actions/TextActionHandler.html: different reference/api/org/eclipse/ui/actions/WorkingSetFilterActionGroup.html: different reference/api/org/eclipse/ui/actions/WorkspaceAction.html: different reference/api/org/eclipse/ui/actions/WorkspaceModifyDelegatingOperation.html: different reference/api/org/eclipse/ui/actions/WorkspaceModifyOperation.html: different reference/api/org/eclipse/ui/actions/class-use/ActionContext.html: different reference/api/org/eclipse/ui/actions/class-use/ActionDelegate.html: different reference/api/org/eclipse/ui/actions/class-use/ActionFactory.IWorkbenchAction.html: different reference/api/org/eclipse/ui/actions/class-use/ActionFactory.html: different reference/api/org/eclipse/ui/actions/class-use/ActionGroup.html: different reference/api/org/eclipse/ui/actions/class-use/AddBookmarkAction.html: different reference/api/org/eclipse/ui/actions/class-use/AddTaskAction.html: different reference/api/org/eclipse/ui/actions/class-use/BaseNewWizardMenu.html: different reference/api/org/eclipse/ui/actions/class-use/BaseSelectionListenerAction.html: different reference/api/org/eclipse/ui/actions/class-use/BuildAction.html: different reference/api/org/eclipse/ui/actions/class-use/CloseResourceAction.html: different reference/api/org/eclipse/ui/actions/class-use/CloseUnrelatedProjectsAction.html: different reference/api/org/eclipse/ui/actions/class-use/CommandNotMappedException.html: different reference/api/org/eclipse/ui/actions/class-use/CompoundContributionItem.html: different reference/api/org/eclipse/ui/actions/class-use/ContributedAction.html: different reference/api/org/eclipse/ui/actions/class-use/ContributionItemFactory.html: different reference/api/org/eclipse/ui/actions/class-use/CopyFilesAndFoldersOperation.html: different reference/api/org/eclipse/ui/actions/class-use/CopyProjectAction.html: different reference/api/org/eclipse/ui/actions/class-use/CopyProjectOperation.html: different reference/api/org/eclipse/ui/actions/class-use/CopyResourceAction.html: different reference/api/org/eclipse/ui/actions/class-use/CreateFileAction.html: different reference/api/org/eclipse/ui/actions/class-use/CreateFolderAction.html: different reference/api/org/eclipse/ui/actions/class-use/DeleteResourceAction.html: different reference/api/org/eclipse/ui/actions/class-use/ExportResourcesAction.html: different reference/api/org/eclipse/ui/actions/class-use/GlobalBuildAction.html: different reference/api/org/eclipse/ui/actions/class-use/ImportResourcesAction.html: different reference/api/org/eclipse/ui/actions/class-use/LabelRetargetAction.html: different reference/api/org/eclipse/ui/actions/class-use/MoveFilesAndFoldersOperation.html: different reference/api/org/eclipse/ui/actions/class-use/MoveProjectAction.html: different reference/api/org/eclipse/ui/actions/class-use/MoveResourceAction.html: different reference/api/org/eclipse/ui/actions/class-use/NewExampleAction.html: different reference/api/org/eclipse/ui/actions/class-use/NewProjectAction.html: different reference/api/org/eclipse/ui/actions/class-use/NewWizardAction.html: different reference/api/org/eclipse/ui/actions/class-use/NewWizardDropDownAction.html: different reference/api/org/eclipse/ui/actions/class-use/NewWizardMenu.html: different reference/api/org/eclipse/ui/actions/class-use/OpenFileAction.html: different reference/api/org/eclipse/ui/actions/class-use/OpenInNewWindowAction.html: different reference/api/org/eclipse/ui/actions/class-use/OpenNewPageMenu.html: different reference/api/org/eclipse/ui/actions/class-use/OpenNewWindowMenu.html: different reference/api/org/eclipse/ui/actions/class-use/OpenPerspectiveAction.html: different reference/api/org/eclipse/ui/actions/class-use/OpenPerspectiveMenu.html: different reference/api/org/eclipse/ui/actions/class-use/OpenResourceAction.html: different reference/api/org/eclipse/ui/actions/class-use/OpenSystemEditorAction.html: different reference/api/org/eclipse/ui/actions/class-use/OpenWithMenu.html: different reference/api/org/eclipse/ui/actions/class-use/PartEventAction.html: different reference/api/org/eclipse/ui/actions/class-use/PerspectiveMenu.html: different reference/api/org/eclipse/ui/actions/class-use/QuickMenuCreator.html: different reference/api/org/eclipse/ui/actions/class-use/QuickStartAction.html: different reference/api/org/eclipse/ui/actions/class-use/ReadOnlyStateChecker.html: different reference/api/org/eclipse/ui/actions/class-use/RefreshAction.html: different reference/api/org/eclipse/ui/actions/class-use/RenameResourceAction.html: different reference/api/org/eclipse/ui/actions/class-use/RetargetAction.html: different reference/api/org/eclipse/ui/actions/class-use/ScrubLocalAction.html: different reference/api/org/eclipse/ui/actions/class-use/SelectionListenerAction.html: different reference/api/org/eclipse/ui/actions/class-use/SelectionProviderAction.html: different reference/api/org/eclipse/ui/actions/class-use/SimpleWildcardTester.html: different reference/api/org/eclipse/ui/actions/class-use/TextActionHandler.html: different reference/api/org/eclipse/ui/actions/class-use/WorkingSetFilterActionGroup.html: different reference/api/org/eclipse/ui/actions/class-use/WorkspaceAction.html: different reference/api/org/eclipse/ui/actions/class-use/WorkspaceModifyDelegatingOperation.html: different reference/api/org/eclipse/ui/actions/class-use/WorkspaceModifyOperation.html: different reference/api/org/eclipse/ui/actions/package-summary.html: different reference/api/org/eclipse/ui/actions/package-tree.html: different reference/api/org/eclipse/ui/actions/package-use.html: different reference/api/org/eclipse/ui/activities/ActivitiesPreferencePage.html: different reference/api/org/eclipse/ui/activities/ActivityCategoryPreferencePage.html: different reference/api/org/eclipse/ui/activities/ActivityEvent.html: different reference/api/org/eclipse/ui/activities/ActivityManagerEvent.html: different reference/api/org/eclipse/ui/activities/CategoryEvent.html: different reference/api/org/eclipse/ui/activities/IActivity.html: different reference/api/org/eclipse/ui/activities/IActivityListener.html: different reference/api/org/eclipse/ui/activities/IActivityManager.html: different reference/api/org/eclipse/ui/activities/IActivityManagerListener.html: different reference/api/org/eclipse/ui/activities/IActivityPatternBinding.html: different reference/api/org/eclipse/ui/activities/IActivityRequirementBinding.html: different reference/api/org/eclipse/ui/activities/ICategory.html: different reference/api/org/eclipse/ui/activities/ICategoryActivityBinding.html: different reference/api/org/eclipse/ui/activities/ICategoryListener.html: different reference/api/org/eclipse/ui/activities/IIdentifier.html: different reference/api/org/eclipse/ui/activities/IIdentifierListener.html: different reference/api/org/eclipse/ui/activities/IMutableActivityManager.html: different reference/api/org/eclipse/ui/activities/ITriggerPoint.html: different reference/api/org/eclipse/ui/activities/ITriggerPointAdvisor.html: different reference/api/org/eclipse/ui/activities/ITriggerPointManager.html: different reference/api/org/eclipse/ui/activities/IWorkbenchActivitySupport.html: different reference/api/org/eclipse/ui/activities/IdentifierEvent.html: different reference/api/org/eclipse/ui/activities/NotDefinedException.html: different reference/api/org/eclipse/ui/activities/WorkbenchActivityHelper.html: different reference/api/org/eclipse/ui/activities/WorkbenchTriggerPointAdvisor.html: different reference/api/org/eclipse/ui/activities/class-use/ActivitiesPreferencePage.html: different reference/api/org/eclipse/ui/activities/class-use/ActivityCategoryPreferencePage.html: different reference/api/org/eclipse/ui/activities/class-use/ActivityEvent.html: different reference/api/org/eclipse/ui/activities/class-use/ActivityManagerEvent.html: different reference/api/org/eclipse/ui/activities/class-use/CategoryEvent.html: different reference/api/org/eclipse/ui/activities/class-use/IActivity.html: different reference/api/org/eclipse/ui/activities/class-use/IActivityListener.html: different reference/api/org/eclipse/ui/activities/class-use/IActivityManager.html: different reference/api/org/eclipse/ui/activities/class-use/IActivityManagerListener.html: different reference/api/org/eclipse/ui/activities/class-use/IActivityPatternBinding.html: different reference/api/org/eclipse/ui/activities/class-use/IActivityRequirementBinding.html: different reference/api/org/eclipse/ui/activities/class-use/ICategory.html: different reference/api/org/eclipse/ui/activities/class-use/ICategoryActivityBinding.html: different reference/api/org/eclipse/ui/activities/class-use/ICategoryListener.html: different reference/api/org/eclipse/ui/activities/class-use/IIdentifier.html: different reference/api/org/eclipse/ui/activities/class-use/IIdentifierListener.html: different reference/api/org/eclipse/ui/activities/class-use/IMutableActivityManager.html: different reference/api/org/eclipse/ui/activities/class-use/ITriggerPoint.html: different reference/api/org/eclipse/ui/activities/class-use/ITriggerPointAdvisor.html: different reference/api/org/eclipse/ui/activities/class-use/ITriggerPointManager.html: different reference/api/org/eclipse/ui/activities/class-use/IWorkbenchActivitySupport.html: different reference/api/org/eclipse/ui/activities/class-use/IdentifierEvent.html: different reference/api/org/eclipse/ui/activities/class-use/NotDefinedException.html: different reference/api/org/eclipse/ui/activities/class-use/WorkbenchActivityHelper.html: different reference/api/org/eclipse/ui/activities/class-use/WorkbenchTriggerPointAdvisor.html: different reference/api/org/eclipse/ui/activities/package-summary.html: different reference/api/org/eclipse/ui/activities/package-tree.html: different reference/api/org/eclipse/ui/activities/package-use.html: different reference/api/org/eclipse/ui/application/ActionBarAdvisor.html: different reference/api/org/eclipse/ui/application/DisplayAccess.html: different reference/api/org/eclipse/ui/application/IActionBarConfigurer.html: different reference/api/org/eclipse/ui/application/IWorkbenchConfigurer.html: different reference/api/org/eclipse/ui/application/IWorkbenchWindowConfigurer.html: different reference/api/org/eclipse/ui/application/WorkbenchAdvisor.html: different reference/api/org/eclipse/ui/application/WorkbenchWindowAdvisor.html: different reference/api/org/eclipse/ui/application/class-use/ActionBarAdvisor.html: different reference/api/org/eclipse/ui/application/class-use/DisplayAccess.html: different reference/api/org/eclipse/ui/application/class-use/IActionBarConfigurer.html: different reference/api/org/eclipse/ui/application/class-use/IWorkbenchConfigurer.html: different reference/api/org/eclipse/ui/application/class-use/IWorkbenchWindowConfigurer.html: different reference/api/org/eclipse/ui/application/class-use/WorkbenchAdvisor.html: different reference/api/org/eclipse/ui/application/class-use/WorkbenchWindowAdvisor.html: different reference/api/org/eclipse/ui/application/package-summary.html: different reference/api/org/eclipse/ui/application/package-tree.html: different reference/api/org/eclipse/ui/application/package-use.html: different reference/api/org/eclipse/ui/branding/IBundleGroupConstants.html: different reference/api/org/eclipse/ui/branding/IProductConstants.html: different reference/api/org/eclipse/ui/branding/class-use/IBundleGroupConstants.html: different reference/api/org/eclipse/ui/branding/class-use/IProductConstants.html: different reference/api/org/eclipse/ui/branding/package-summary.html: different reference/api/org/eclipse/ui/branding/package-tree.html: different reference/api/org/eclipse/ui/branding/package-use.html: different reference/api/org/eclipse/ui/browser/AbstractWebBrowser.html: different reference/api/org/eclipse/ui/browser/AbstractWorkbenchBrowserSupport.html: different reference/api/org/eclipse/ui/browser/IWebBrowser.html: different reference/api/org/eclipse/ui/browser/IWorkbenchBrowserSupport.html: different reference/api/org/eclipse/ui/browser/class-use/AbstractWebBrowser.html: different reference/api/org/eclipse/ui/browser/class-use/AbstractWorkbenchBrowserSupport.html: different reference/api/org/eclipse/ui/browser/class-use/IWebBrowser.html: different reference/api/org/eclipse/ui/browser/class-use/IWorkbenchBrowserSupport.html: different reference/api/org/eclipse/ui/browser/package-summary.html: different reference/api/org/eclipse/ui/browser/package-tree.html: different reference/api/org/eclipse/ui/browser/package-use.html: different reference/api/org/eclipse/ui/cheatsheets/AbstractItemExtensionElement.html: different reference/api/org/eclipse/ui/cheatsheets/CheatSheetExtensionFactory.html: different reference/api/org/eclipse/ui/cheatsheets/CheatSheetListener.html: different reference/api/org/eclipse/ui/cheatsheets/CheatSheetViewerFactory.html: different reference/api/org/eclipse/ui/cheatsheets/ICheatSheetAction.html: different reference/api/org/eclipse/ui/cheatsheets/ICheatSheetEvent.html: different reference/api/org/eclipse/ui/cheatsheets/ICheatSheetManager.html: different reference/api/org/eclipse/ui/cheatsheets/ICheatSheetViewer.html: different reference/api/org/eclipse/ui/cheatsheets/OpenCheatSheetAction.html: different reference/api/org/eclipse/ui/cheatsheets/OpenCheatSheetFromHelpAction.html: different reference/api/org/eclipse/ui/cheatsheets/class-use/AbstractItemExtensionElement.html: different reference/api/org/eclipse/ui/cheatsheets/class-use/CheatSheetExtensionFactory.html: different reference/api/org/eclipse/ui/cheatsheets/class-use/CheatSheetListener.html: different reference/api/org/eclipse/ui/cheatsheets/class-use/CheatSheetViewerFactory.html: different reference/api/org/eclipse/ui/cheatsheets/class-use/ICheatSheetAction.html: different reference/api/org/eclipse/ui/cheatsheets/class-use/ICheatSheetEvent.html: different reference/api/org/eclipse/ui/cheatsheets/class-use/ICheatSheetManager.html: different reference/api/org/eclipse/ui/cheatsheets/class-use/ICheatSheetViewer.html: different reference/api/org/eclipse/ui/cheatsheets/class-use/OpenCheatSheetAction.html: different reference/api/org/eclipse/ui/cheatsheets/class-use/OpenCheatSheetFromHelpAction.html: different reference/api/org/eclipse/ui/cheatsheets/package-summary.html: different reference/api/org/eclipse/ui/cheatsheets/package-tree.html: different reference/api/org/eclipse/ui/cheatsheets/package-use.html: different reference/api/org/eclipse/ui/class-use/AbstractSourceProvider.html: different reference/api/org/eclipse/ui/class-use/ActiveShellExpression.html: different reference/api/org/eclipse/ui/class-use/BasicWorkingSetElementAdapter.html: different reference/api/org/eclipse/ui/class-use/ExtensionFactory.html: different reference/api/org/eclipse/ui/class-use/IActionBars.html: different reference/api/org/eclipse/ui/class-use/IActionBars2.html: different reference/api/org/eclipse/ui/class-use/IActionDelegate.html: different reference/api/org/eclipse/ui/class-use/IActionDelegate2.html: different reference/api/org/eclipse/ui/class-use/IActionDelegateWithEvent.html: different reference/api/org/eclipse/ui/class-use/IActionFilter.html: different reference/api/org/eclipse/ui/class-use/IAggregateWorkingSet.html: different reference/api/org/eclipse/ui/class-use/IContainmentAdapter.html: different reference/api/org/eclipse/ui/class-use/IContributorResourceAdapter.html: different reference/api/org/eclipse/ui/class-use/IDecoratorManager.html: different reference/api/org/eclipse/ui/class-use/IEditorActionBarContributor.html: different reference/api/org/eclipse/ui/class-use/IEditorActionDelegate.html: different reference/api/org/eclipse/ui/class-use/IEditorDescriptor.html: different reference/api/org/eclipse/ui/class-use/IEditorInput.html: different reference/api/org/eclipse/ui/class-use/IEditorLauncher.html: different reference/api/org/eclipse/ui/class-use/IEditorMatchingStrategy.html: different reference/api/org/eclipse/ui/class-use/IEditorPart.html: different reference/api/org/eclipse/ui/class-use/IEditorReference.html: different reference/api/org/eclipse/ui/class-use/IEditorRegistry.html: different reference/api/org/eclipse/ui/class-use/IEditorSite.html: different reference/api/org/eclipse/ui/class-use/IElementFactory.html: different reference/api/org/eclipse/ui/class-use/IExportWizard.html: different reference/api/org/eclipse/ui/class-use/IFileEditorInput.html: different reference/api/org/eclipse/ui/class-use/IFileEditorMapping.html: different reference/api/org/eclipse/ui/class-use/IFolderLayout.html: different reference/api/org/eclipse/ui/class-use/IImportWizard.html: different reference/api/org/eclipse/ui/class-use/IInPlaceEditor.html: different reference/api/org/eclipse/ui/class-use/IInPlaceEditorInput.html: different reference/api/org/eclipse/ui/class-use/IKeyBindingService.html: different reference/api/org/eclipse/ui/class-use/ILocalWorkingSetManager.html: different reference/api/org/eclipse/ui/class-use/IMarkerActionFilter.html: different reference/api/org/eclipse/ui/class-use/IMarkerHelpContextProvider.html: different reference/api/org/eclipse/ui/class-use/IMarkerHelpRegistry.html: different reference/api/org/eclipse/ui/class-use/IMarkerResolution.html: different reference/api/org/eclipse/ui/class-use/IMarkerResolution2.html: different reference/api/org/eclipse/ui/class-use/IMarkerResolutionGenerator.html: different reference/api/org/eclipse/ui/class-use/IMarkerResolutionGenerator2.html: different reference/api/org/eclipse/ui/class-use/IMarkerResolutionRelevance.html: different reference/api/org/eclipse/ui/class-use/IMemento.html: different reference/api/org/eclipse/ui/class-use/INavigationHistory.html: different reference/api/org/eclipse/ui/class-use/INavigationLocation.html: different reference/api/org/eclipse/ui/class-use/INavigationLocationProvider.html: different reference/api/org/eclipse/ui/class-use/INestableKeyBindingService.html: different reference/api/org/eclipse/ui/class-use/INewWizard.html: different reference/api/org/eclipse/ui/class-use/INullSelectionListener.html: different reference/api/org/eclipse/ui/class-use/IObjectActionDelegate.html: different reference/api/org/eclipse/ui/class-use/IPageLayout.html: different reference/api/org/eclipse/ui/class-use/IPageListener.html: different reference/api/org/eclipse/ui/class-use/IPageService.html: different reference/api/org/eclipse/ui/class-use/IPartListener.html: different reference/api/org/eclipse/ui/class-use/IPartListener2.html: different reference/api/org/eclipse/ui/class-use/IPartService.html: different reference/api/org/eclipse/ui/class-use/IPathEditorInput.html: different reference/api/org/eclipse/ui/class-use/IPersistable.html: different reference/api/org/eclipse/ui/class-use/IPersistableEditor.html: different reference/api/org/eclipse/ui/class-use/IPersistableElement.html: different reference/api/org/eclipse/ui/class-use/IPerspectiveDescriptor.html: different reference/api/org/eclipse/ui/class-use/IPerspectiveFactory.html: different reference/api/org/eclipse/ui/class-use/IPerspectiveListener.html: different reference/api/org/eclipse/ui/class-use/IPerspectiveListener2.html: different reference/api/org/eclipse/ui/class-use/IPerspectiveListener3.html: different reference/api/org/eclipse/ui/class-use/IPerspectiveListener4.html: different reference/api/org/eclipse/ui/class-use/IPerspectiveRegistry.html: different reference/api/org/eclipse/ui/class-use/IPlaceholderFolderLayout.html: different reference/api/org/eclipse/ui/class-use/IPluginContribution.html: different reference/api/org/eclipse/ui/class-use/IProjectActionFilter.html: different reference/api/org/eclipse/ui/class-use/IPropertyListener.html: different reference/api/org/eclipse/ui/class-use/IResourceActionFilter.html: different reference/api/org/eclipse/ui/class-use/IReusableEditor.html: different reference/api/org/eclipse/ui/class-use/ISaveableFilter.html: different reference/api/org/eclipse/ui/class-use/ISaveablePart.html: different reference/api/org/eclipse/ui/class-use/ISaveablePart2.html: different reference/api/org/eclipse/ui/class-use/ISaveablesLifecycleListener.html: different reference/api/org/eclipse/ui/class-use/ISaveablesSource.html: different reference/api/org/eclipse/ui/class-use/ISecondarySaveableSource.html: different reference/api/org/eclipse/ui/class-use/ISelectionListener.html: different reference/api/org/eclipse/ui/class-use/ISelectionService.html: different reference/api/org/eclipse/ui/class-use/ISharedImages.html: different reference/api/org/eclipse/ui/class-use/IShowEditorInput.html: different reference/api/org/eclipse/ui/class-use/ISizeProvider.html: different reference/api/org/eclipse/ui/class-use/ISourceProvider.html: different reference/api/org/eclipse/ui/class-use/ISourceProviderListener.html: different reference/api/org/eclipse/ui/class-use/ISources.html: different reference/api/org/eclipse/ui/class-use/IStartup.html: different reference/api/org/eclipse/ui/class-use/IStorageEditorInput.html: different reference/api/org/eclipse/ui/class-use/IURIEditorInput.html: different reference/api/org/eclipse/ui/class-use/IViewActionDelegate.html: different reference/api/org/eclipse/ui/class-use/IViewLayout.html: different reference/api/org/eclipse/ui/class-use/IViewPart.html: different reference/api/org/eclipse/ui/class-use/IViewReference.html: different reference/api/org/eclipse/ui/class-use/IViewSite.html: different reference/api/org/eclipse/ui/class-use/IWindowListener.html: different reference/api/org/eclipse/ui/class-use/IWorkbench.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchActionConstants.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchCommandConstants.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchListener.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPage.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPart.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPart2.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPart3.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPartConstants.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPartDescriptor.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPartReference.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPartSite.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPreferenceConstants.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPreferencePage.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPropertyPage.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchPropertyPageMulti.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchSite.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchWindow.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchWindowActionDelegate.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchWindowPulldownDelegate.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchWindowPulldownDelegate2.html: different reference/api/org/eclipse/ui/class-use/IWorkbenchWizard.html: different reference/api/org/eclipse/ui/class-use/IWorkingSet.html: different reference/api/org/eclipse/ui/class-use/IWorkingSetElementAdapter.html: different reference/api/org/eclipse/ui/class-use/IWorkingSetManager.html: different reference/api/org/eclipse/ui/class-use/IWorkingSetUpdater.html: different reference/api/org/eclipse/ui/class-use/IWorkingSetUpdater2.html: different reference/api/org/eclipse/ui/class-use/LegacyHandlerSubmissionExpression.html: different reference/api/org/eclipse/ui/class-use/MultiPartInitException.html: different reference/api/org/eclipse/ui/class-use/NavigationLocation.html: different reference/api/org/eclipse/ui/class-use/OpenAndLinkWithEditorHelper.html: different reference/api/org/eclipse/ui/class-use/PartInitException.html: different reference/api/org/eclipse/ui/class-use/PerspectiveAdapter.html: different reference/api/org/eclipse/ui/class-use/PlatformUI.html: different reference/api/org/eclipse/ui/class-use/ResourceWorkingSetFilter.html: different reference/api/org/eclipse/ui/class-use/Saveable.html: different reference/api/org/eclipse/ui/class-use/SaveablesLifecycleEvent.html: different reference/api/org/eclipse/ui/class-use/SelectionEnabler.html: different reference/api/org/eclipse/ui/class-use/SelectionListenerFactory.ISelectionModel.html: different reference/api/org/eclipse/ui/class-use/SelectionListenerFactory.Predicates.html: different reference/api/org/eclipse/ui/class-use/SelectionListenerFactory.html: different reference/api/org/eclipse/ui/class-use/SubActionBars.html: different reference/api/org/eclipse/ui/class-use/SubActionBars2.html: different reference/api/org/eclipse/ui/class-use/WorkbenchEncoding.html: different reference/api/org/eclipse/ui/class-use/WorkbenchException.html: different reference/api/org/eclipse/ui/class-use/XMLMemento.html: different reference/api/org/eclipse/ui/commands/AbstractHandler.html: different reference/api/org/eclipse/ui/commands/ActionHandler.html: different reference/api/org/eclipse/ui/commands/CategoryEvent.html: different reference/api/org/eclipse/ui/commands/CommandEvent.html: different reference/api/org/eclipse/ui/commands/CommandException.html: different reference/api/org/eclipse/ui/commands/CommandManagerEvent.html: different reference/api/org/eclipse/ui/commands/ExecutionException.html: different reference/api/org/eclipse/ui/commands/ExtensionParameterValues.html: different reference/api/org/eclipse/ui/commands/HandlerEvent.html: different reference/api/org/eclipse/ui/commands/HandlerSubmission.html: different reference/api/org/eclipse/ui/commands/ICategory.html: different reference/api/org/eclipse/ui/commands/ICategoryListener.html: different reference/api/org/eclipse/ui/commands/ICommand.html: different reference/api/org/eclipse/ui/commands/ICommandImageService.html: different reference/api/org/eclipse/ui/commands/ICommandListener.html: different reference/api/org/eclipse/ui/commands/ICommandManager.html: different reference/api/org/eclipse/ui/commands/ICommandManagerListener.html: different reference/api/org/eclipse/ui/commands/ICommandService.html: different reference/api/org/eclipse/ui/commands/IElementReference.html: different reference/api/org/eclipse/ui/commands/IElementUpdater.html: different reference/api/org/eclipse/ui/commands/IHandler.html: different reference/api/org/eclipse/ui/commands/IHandlerListener.html: different reference/api/org/eclipse/ui/commands/IKeyConfiguration.html: different reference/api/org/eclipse/ui/commands/IKeyConfigurationListener.html: different reference/api/org/eclipse/ui/commands/IKeySequenceBinding.html: different reference/api/org/eclipse/ui/commands/IWorkbenchCommandSupport.html: different reference/api/org/eclipse/ui/commands/KeyConfigurationEvent.html: different reference/api/org/eclipse/ui/commands/NotDefinedException.html: different reference/api/org/eclipse/ui/commands/NotHandledException.html: different reference/api/org/eclipse/ui/commands/Priority.html: different reference/api/org/eclipse/ui/commands/class-use/AbstractHandler.html: different reference/api/org/eclipse/ui/commands/class-use/ActionHandler.html: different reference/api/org/eclipse/ui/commands/class-use/CategoryEvent.html: different reference/api/org/eclipse/ui/commands/class-use/CommandEvent.html: different reference/api/org/eclipse/ui/commands/class-use/CommandException.html: different reference/api/org/eclipse/ui/commands/class-use/CommandManagerEvent.html: different reference/api/org/eclipse/ui/commands/class-use/ExecutionException.html: different reference/api/org/eclipse/ui/commands/class-use/ExtensionParameterValues.html: different reference/api/org/eclipse/ui/commands/class-use/HandlerEvent.html: different reference/api/org/eclipse/ui/commands/class-use/HandlerSubmission.html: different reference/api/org/eclipse/ui/commands/class-use/ICategory.html: different reference/api/org/eclipse/ui/commands/class-use/ICategoryListener.html: different reference/api/org/eclipse/ui/commands/class-use/ICommand.html: different reference/api/org/eclipse/ui/commands/class-use/ICommandImageService.html: different reference/api/org/eclipse/ui/commands/class-use/ICommandListener.html: different reference/api/org/eclipse/ui/commands/class-use/ICommandManager.html: different reference/api/org/eclipse/ui/commands/class-use/ICommandManagerListener.html: different reference/api/org/eclipse/ui/commands/class-use/ICommandService.html: different reference/api/org/eclipse/ui/commands/class-use/IElementReference.html: different reference/api/org/eclipse/ui/commands/class-use/IElementUpdater.html: different reference/api/org/eclipse/ui/commands/class-use/IHandler.html: different reference/api/org/eclipse/ui/commands/class-use/IHandlerListener.html: different reference/api/org/eclipse/ui/commands/class-use/IKeyConfiguration.html: different reference/api/org/eclipse/ui/commands/class-use/IKeyConfigurationListener.html: different reference/api/org/eclipse/ui/commands/class-use/IKeySequenceBinding.html: different reference/api/org/eclipse/ui/commands/class-use/IWorkbenchCommandSupport.html: different reference/api/org/eclipse/ui/commands/class-use/KeyConfigurationEvent.html: different reference/api/org/eclipse/ui/commands/class-use/NotDefinedException.html: different reference/api/org/eclipse/ui/commands/class-use/NotHandledException.html: different reference/api/org/eclipse/ui/commands/class-use/Priority.html: different reference/api/org/eclipse/ui/commands/package-summary.html: different reference/api/org/eclipse/ui/commands/package-tree.html: different reference/api/org/eclipse/ui/commands/package-use.html: different reference/api/org/eclipse/ui/console/AbstractConsole.html: different reference/api/org/eclipse/ui/console/ConsolePlugin.html: different reference/api/org/eclipse/ui/console/IConsole.html: different reference/api/org/eclipse/ui/console/IConsoleConstants.html: different reference/api/org/eclipse/ui/console/IConsoleDocumentPartitioner.html: different reference/api/org/eclipse/ui/console/IConsoleDocumentPartitionerExtension.html: different reference/api/org/eclipse/ui/console/IConsoleFactory.html: different reference/api/org/eclipse/ui/console/IConsoleListener.html: different reference/api/org/eclipse/ui/console/IConsoleManager.html: different reference/api/org/eclipse/ui/console/IConsolePageParticipant.html: different reference/api/org/eclipse/ui/console/IConsoleView.html: different reference/api/org/eclipse/ui/console/IHyperlink.html: different reference/api/org/eclipse/ui/console/IHyperlink2.html: different reference/api/org/eclipse/ui/console/IOConsole.html: different reference/api/org/eclipse/ui/console/IOConsoleInputStream.html: different reference/api/org/eclipse/ui/console/IOConsoleOutputStream.html: different reference/api/org/eclipse/ui/console/IPatternMatchListener.html: different reference/api/org/eclipse/ui/console/IPatternMatchListenerDelegate.html: different reference/api/org/eclipse/ui/console/IScrollLockStateProvider.html: different reference/api/org/eclipse/ui/console/MessageConsole.html: different reference/api/org/eclipse/ui/console/MessageConsoleStream.html: different reference/api/org/eclipse/ui/console/PatternMatchEvent.html: different reference/api/org/eclipse/ui/console/TextConsole.html: different reference/api/org/eclipse/ui/console/TextConsolePage.html: different reference/api/org/eclipse/ui/console/TextConsoleViewer.html: different reference/api/org/eclipse/ui/console/actions/ClearOutputAction.html: different reference/api/org/eclipse/ui/console/actions/CloseConsoleAction.html: different reference/api/org/eclipse/ui/console/actions/TextViewerAction.html: different reference/api/org/eclipse/ui/console/actions/TextViewerGotoLineAction.html: different reference/api/org/eclipse/ui/console/actions/class-use/ClearOutputAction.html: different reference/api/org/eclipse/ui/console/actions/class-use/CloseConsoleAction.html: different reference/api/org/eclipse/ui/console/actions/class-use/TextViewerAction.html: different reference/api/org/eclipse/ui/console/actions/class-use/TextViewerGotoLineAction.html: different reference/api/org/eclipse/ui/console/actions/package-summary.html: different reference/api/org/eclipse/ui/console/actions/package-tree.html: different reference/api/org/eclipse/ui/console/actions/package-use.html: different reference/api/org/eclipse/ui/console/class-use/AbstractConsole.html: different reference/api/org/eclipse/ui/console/class-use/ConsolePlugin.html: different reference/api/org/eclipse/ui/console/class-use/IConsole.html: different reference/api/org/eclipse/ui/console/class-use/IConsoleConstants.html: different reference/api/org/eclipse/ui/console/class-use/IConsoleDocumentPartitioner.html: different reference/api/org/eclipse/ui/console/class-use/IConsoleDocumentPartitionerExtension.html: different reference/api/org/eclipse/ui/console/class-use/IConsoleFactory.html: different reference/api/org/eclipse/ui/console/class-use/IConsoleListener.html: different reference/api/org/eclipse/ui/console/class-use/IConsoleManager.html: different reference/api/org/eclipse/ui/console/class-use/IConsolePageParticipant.html: different reference/api/org/eclipse/ui/console/class-use/IConsoleView.html: different reference/api/org/eclipse/ui/console/class-use/IHyperlink.html: different reference/api/org/eclipse/ui/console/class-use/IHyperlink2.html: different reference/api/org/eclipse/ui/console/class-use/IOConsole.html: different reference/api/org/eclipse/ui/console/class-use/IOConsoleInputStream.html: different reference/api/org/eclipse/ui/console/class-use/IOConsoleOutputStream.html: different reference/api/org/eclipse/ui/console/class-use/IPatternMatchListener.html: different reference/api/org/eclipse/ui/console/class-use/IPatternMatchListenerDelegate.html: different reference/api/org/eclipse/ui/console/class-use/IScrollLockStateProvider.html: different reference/api/org/eclipse/ui/console/class-use/MessageConsole.html: different reference/api/org/eclipse/ui/console/class-use/MessageConsoleStream.html: different reference/api/org/eclipse/ui/console/class-use/PatternMatchEvent.html: different reference/api/org/eclipse/ui/console/class-use/TextConsole.html: different reference/api/org/eclipse/ui/console/class-use/TextConsolePage.html: different reference/api/org/eclipse/ui/console/class-use/TextConsoleViewer.html: different reference/api/org/eclipse/ui/console/package-summary.html: different reference/api/org/eclipse/ui/console/package-tree.html: different reference/api/org/eclipse/ui/console/package-use.html: different reference/api/org/eclipse/ui/contentassist/ContentAssistHandler.html: different reference/api/org/eclipse/ui/contentassist/class-use/ContentAssistHandler.html: different reference/api/org/eclipse/ui/contentassist/package-summary.html: different reference/api/org/eclipse/ui/contentassist/package-tree.html: different reference/api/org/eclipse/ui/contentassist/package-use.html: different reference/api/org/eclipse/ui/contexts/ContextEvent.html: different reference/api/org/eclipse/ui/contexts/ContextException.html: different reference/api/org/eclipse/ui/contexts/ContextManagerEvent.html: different reference/api/org/eclipse/ui/contexts/EnabledSubmission.html: different reference/api/org/eclipse/ui/contexts/IContext.html: different reference/api/org/eclipse/ui/contexts/IContextActivation.html: different reference/api/org/eclipse/ui/contexts/IContextListener.html: different reference/api/org/eclipse/ui/contexts/IContextManager.html: different reference/api/org/eclipse/ui/contexts/IContextManagerListener.html: different reference/api/org/eclipse/ui/contexts/IContextService.html: different reference/api/org/eclipse/ui/contexts/IWorkbenchContextSupport.html: different reference/api/org/eclipse/ui/contexts/NotDefinedException.html: different reference/api/org/eclipse/ui/contexts/class-use/ContextEvent.html: different reference/api/org/eclipse/ui/contexts/class-use/ContextException.html: different reference/api/org/eclipse/ui/contexts/class-use/ContextManagerEvent.html: different reference/api/org/eclipse/ui/contexts/class-use/EnabledSubmission.html: different reference/api/org/eclipse/ui/contexts/class-use/IContext.html: different reference/api/org/eclipse/ui/contexts/class-use/IContextActivation.html: different reference/api/org/eclipse/ui/contexts/class-use/IContextListener.html: different reference/api/org/eclipse/ui/contexts/class-use/IContextManager.html: different reference/api/org/eclipse/ui/contexts/class-use/IContextManagerListener.html: different reference/api/org/eclipse/ui/contexts/class-use/IContextService.html: different reference/api/org/eclipse/ui/contexts/class-use/IWorkbenchContextSupport.html: different reference/api/org/eclipse/ui/contexts/class-use/NotDefinedException.html: different reference/api/org/eclipse/ui/contexts/package-summary.html: different reference/api/org/eclipse/ui/contexts/package-tree.html: different reference/api/org/eclipse/ui/contexts/package-use.html: different reference/api/org/eclipse/ui/databinding/typed/WorkbenchProperties.html: different reference/api/org/eclipse/ui/databinding/typed/class-use/WorkbenchProperties.html: different reference/api/org/eclipse/ui/databinding/typed/package-summary.html: different reference/api/org/eclipse/ui/databinding/typed/package-tree.html: different reference/api/org/eclipse/ui/databinding/typed/package-use.html: different reference/api/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/ContainerCheckedTreeViewer.html: different reference/api/org/eclipse/ui/dialogs/ContainerGenerator.html: different reference/api/org/eclipse/ui/dialogs/ContainerSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/EditorSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/ElementListSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/FileEditorMappingContentProvider.html: different reference/api/org/eclipse/ui/dialogs/FileEditorMappingLabelProvider.html: different reference/api/org/eclipse/ui/dialogs/FileSystemElement.html: different reference/api/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.AbstractContentProvider.html: different reference/api/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.ItemsFilter.html: different reference/api/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.SelectionHistory.html: different reference/api/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/FilteredList.FilterMatcher.html: different reference/api/org/eclipse/ui/dialogs/FilteredList.html: different reference/api/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.ResourceFilter.html: different reference/api/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/FilteredTree.html: different reference/api/org/eclipse/ui/dialogs/IOverwriteQuery.html: different reference/api/org/eclipse/ui/dialogs/ISelectionStatusValidator.html: different reference/api/org/eclipse/ui/dialogs/ISelectionValidator.html: different reference/api/org/eclipse/ui/dialogs/IStyledStringHighlighter.html: different reference/api/org/eclipse/ui/dialogs/IWorkingSetEditWizard.html: different reference/api/org/eclipse/ui/dialogs/IWorkingSetNewWizard.html: different reference/api/org/eclipse/ui/dialogs/IWorkingSetPage.html: different reference/api/org/eclipse/ui/dialogs/IWorkingSetSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/ListDialog.html: different reference/api/org/eclipse/ui/dialogs/ListSelectionDialog.Builder.html: different reference/api/org/eclipse/ui/dialogs/ListSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/MarkerResolutionSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/NewFolderDialog.html: different reference/api/org/eclipse/ui/dialogs/PatternFilter.html: different reference/api/org/eclipse/ui/dialogs/PreferenceLinkArea.html: different reference/api/org/eclipse/ui/dialogs/PreferencesUtil.html: different reference/api/org/eclipse/ui/dialogs/ProjectLocationMoveDialog.html: different reference/api/org/eclipse/ui/dialogs/ProjectLocationSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/PropertyDialogAction.html: different reference/api/org/eclipse/ui/dialogs/PropertyPage.html: different reference/api/org/eclipse/ui/dialogs/ResourceListSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/ResourceSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/SaveAsDialog.html: different reference/api/org/eclipse/ui/dialogs/SearchPattern.html: different reference/api/org/eclipse/ui/dialogs/SelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/SelectionStatusDialog.html: different reference/api/org/eclipse/ui/dialogs/StyledStringHighlighter.html: different reference/api/org/eclipse/ui/dialogs/TwoPaneElementSelector.html: different reference/api/org/eclipse/ui/dialogs/TypeFilteringDialog.html: different reference/api/org/eclipse/ui/dialogs/WizardDataTransferPage.html: different reference/api/org/eclipse/ui/dialogs/WizardExportResourcesPage.html: different reference/api/org/eclipse/ui/dialogs/WizardNewFileCreationPage.html: different reference/api/org/eclipse/ui/dialogs/WizardNewFolderMainPage.html: different reference/api/org/eclipse/ui/dialogs/WizardNewLinkPage.html: different reference/api/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.html: different reference/api/org/eclipse/ui/dialogs/WizardNewProjectReferencePage.html: different reference/api/org/eclipse/ui/dialogs/WizardResourceImportPage.html: different reference/api/org/eclipse/ui/dialogs/WorkingSetConfigurationBlock.html: different reference/api/org/eclipse/ui/dialogs/WorkingSetGroup.html: different reference/api/org/eclipse/ui/dialogs/YesNoCancelListSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/AbstractElementListSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/CheckedTreeSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/ContainerCheckedTreeViewer.html: different reference/api/org/eclipse/ui/dialogs/class-use/ContainerGenerator.html: different reference/api/org/eclipse/ui/dialogs/class-use/ContainerSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/EditorSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/ElementListSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/ElementTreeSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/FileEditorMappingContentProvider.html: different reference/api/org/eclipse/ui/dialogs/class-use/FileEditorMappingLabelProvider.html: different reference/api/org/eclipse/ui/dialogs/class-use/FileSystemElement.html: different reference/api/org/eclipse/ui/dialogs/class-use/FilteredItemsSelectionDialog.AbstractContentProvider.html: different reference/api/org/eclipse/ui/dialogs/class-use/FilteredItemsSelectionDialog.ItemsFilter.html: different reference/api/org/eclipse/ui/dialogs/class-use/FilteredItemsSelectionDialog.SelectionHistory.html: different reference/api/org/eclipse/ui/dialogs/class-use/FilteredItemsSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/FilteredList.FilterMatcher.html: different reference/api/org/eclipse/ui/dialogs/class-use/FilteredList.html: different reference/api/org/eclipse/ui/dialogs/class-use/FilteredResourcesSelectionDialog.ResourceFilter.html: different reference/api/org/eclipse/ui/dialogs/class-use/FilteredResourcesSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/FilteredTree.html: different reference/api/org/eclipse/ui/dialogs/class-use/IOverwriteQuery.html: different reference/api/org/eclipse/ui/dialogs/class-use/ISelectionStatusValidator.html: different reference/api/org/eclipse/ui/dialogs/class-use/ISelectionValidator.html: different reference/api/org/eclipse/ui/dialogs/class-use/IStyledStringHighlighter.html: different reference/api/org/eclipse/ui/dialogs/class-use/IWorkingSetEditWizard.html: different reference/api/org/eclipse/ui/dialogs/class-use/IWorkingSetNewWizard.html: different reference/api/org/eclipse/ui/dialogs/class-use/IWorkingSetPage.html: different reference/api/org/eclipse/ui/dialogs/class-use/IWorkingSetSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/ListDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/ListSelectionDialog.Builder.html: different reference/api/org/eclipse/ui/dialogs/class-use/ListSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/MarkerResolutionSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/NewFolderDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/PatternFilter.html: different reference/api/org/eclipse/ui/dialogs/class-use/PreferenceLinkArea.html: different reference/api/org/eclipse/ui/dialogs/class-use/PreferencesUtil.html: different reference/api/org/eclipse/ui/dialogs/class-use/ProjectLocationMoveDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/ProjectLocationSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/PropertyDialogAction.html: different reference/api/org/eclipse/ui/dialogs/class-use/PropertyPage.html: different reference/api/org/eclipse/ui/dialogs/class-use/ResourceListSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/ResourceSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/SaveAsDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/SearchPattern.html: different reference/api/org/eclipse/ui/dialogs/class-use/SelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/SelectionStatusDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/StyledStringHighlighter.html: different reference/api/org/eclipse/ui/dialogs/class-use/TwoPaneElementSelector.html: different reference/api/org/eclipse/ui/dialogs/class-use/TypeFilteringDialog.html: different reference/api/org/eclipse/ui/dialogs/class-use/WizardDataTransferPage.html: different reference/api/org/eclipse/ui/dialogs/class-use/WizardExportResourcesPage.html: different reference/api/org/eclipse/ui/dialogs/class-use/WizardNewFileCreationPage.html: different reference/api/org/eclipse/ui/dialogs/class-use/WizardNewFolderMainPage.html: different reference/api/org/eclipse/ui/dialogs/class-use/WizardNewLinkPage.html: different reference/api/org/eclipse/ui/dialogs/class-use/WizardNewProjectCreationPage.html: different reference/api/org/eclipse/ui/dialogs/class-use/WizardNewProjectReferencePage.html: different reference/api/org/eclipse/ui/dialogs/class-use/WizardResourceImportPage.html: different reference/api/org/eclipse/ui/dialogs/class-use/WorkingSetConfigurationBlock.html: different reference/api/org/eclipse/ui/dialogs/class-use/WorkingSetGroup.html: different reference/api/org/eclipse/ui/dialogs/class-use/YesNoCancelListSelectionDialog.html: different reference/api/org/eclipse/ui/dialogs/package-summary.html: different reference/api/org/eclipse/ui/dialogs/package-tree.html: different reference/api/org/eclipse/ui/dialogs/package-use.html: different reference/api/org/eclipse/ui/dnd/IDragAndDropService.html: different reference/api/org/eclipse/ui/dnd/class-use/IDragAndDropService.html: different reference/api/org/eclipse/ui/dnd/package-summary.html: different reference/api/org/eclipse/ui/dnd/package-tree.html: different reference/api/org/eclipse/ui/dnd/package-use.html: different reference/api/org/eclipse/ui/editors/text/DefaultEncodingSupport.html: different reference/api/org/eclipse/ui/editors/text/EditorsUI.html: different reference/api/org/eclipse/ui/editors/text/EncodingActionGroup.html: different reference/api/org/eclipse/ui/editors/text/FileBufferOperationAction.html: different reference/api/org/eclipse/ui/editors/text/FileBufferOperationHandler.html: different reference/api/org/eclipse/ui/editors/text/FileDocumentProvider.FileInfo.html: different reference/api/org/eclipse/ui/editors/text/FileDocumentProvider.FileSynchronizer.html: different reference/api/org/eclipse/ui/editors/text/FileDocumentProvider.SafeChange.html: different reference/api/org/eclipse/ui/editors/text/FileDocumentProvider.html: different reference/api/org/eclipse/ui/editors/text/ForwardingDocumentProvider.html: different reference/api/org/eclipse/ui/editors/text/IEncodingActionsConstants.html: different reference/api/org/eclipse/ui/editors/text/IEncodingActionsDefinitionIds.html: different reference/api/org/eclipse/ui/editors/text/IEncodingActionsHelpContextIds.html: different reference/api/org/eclipse/ui/editors/text/IEncodingSupport.html: different reference/api/org/eclipse/ui/editors/text/IFoldingCommandIds.html: different reference/api/org/eclipse/ui/editors/text/ILocationProvider.html: different reference/api/org/eclipse/ui/editors/text/ILocationProviderExtension.html: different reference/api/org/eclipse/ui/editors/text/IStorageDocumentProvider.html: different reference/api/org/eclipse/ui/editors/text/ITextEditorHelpContextIds.html: different reference/api/org/eclipse/ui/editors/text/StorageDocumentProvider.StorageInfo.html: different reference/api/org/eclipse/ui/editors/text/StorageDocumentProvider.html: different reference/api/org/eclipse/ui/editors/text/TextEditor.html: different reference/api/org/eclipse/ui/editors/text/TextEditorActionContributor.html: different reference/api/org/eclipse/ui/editors/text/TextEditorPreferenceConstants.html: different reference/api/org/eclipse/ui/editors/text/TextEditorPreferencePage.html: different reference/api/org/eclipse/ui/editors/text/TextFileDocumentProvider.DocumentProviderOperation.html: different reference/api/org/eclipse/ui/editors/text/TextFileDocumentProvider.FileBufferListener.html: different reference/api/org/eclipse/ui/editors/text/TextFileDocumentProvider.FileInfo.html: different reference/api/org/eclipse/ui/editors/text/TextFileDocumentProvider.NullProvider.html: different reference/api/org/eclipse/ui/editors/text/TextFileDocumentProvider.html: different reference/api/org/eclipse/ui/editors/text/TextSourceViewerConfiguration.html: different reference/api/org/eclipse/ui/editors/text/class-use/DefaultEncodingSupport.html: different reference/api/org/eclipse/ui/editors/text/class-use/EditorsUI.html: different reference/api/org/eclipse/ui/editors/text/class-use/EncodingActionGroup.html: different reference/api/org/eclipse/ui/editors/text/class-use/FileBufferOperationAction.html: different reference/api/org/eclipse/ui/editors/text/class-use/FileBufferOperationHandler.html: different reference/api/org/eclipse/ui/editors/text/class-use/FileDocumentProvider.FileInfo.html: different reference/api/org/eclipse/ui/editors/text/class-use/FileDocumentProvider.FileSynchronizer.html: different reference/api/org/eclipse/ui/editors/text/class-use/FileDocumentProvider.SafeChange.html: different reference/api/org/eclipse/ui/editors/text/class-use/FileDocumentProvider.html: different reference/api/org/eclipse/ui/editors/text/class-use/ForwardingDocumentProvider.html: different reference/api/org/eclipse/ui/editors/text/class-use/IEncodingActionsConstants.html: different reference/api/org/eclipse/ui/editors/text/class-use/IEncodingActionsDefinitionIds.html: different reference/api/org/eclipse/ui/editors/text/class-use/IEncodingActionsHelpContextIds.html: different reference/api/org/eclipse/ui/editors/text/class-use/IEncodingSupport.html: different reference/api/org/eclipse/ui/editors/text/class-use/IFoldingCommandIds.html: different reference/api/org/eclipse/ui/editors/text/class-use/ILocationProvider.html: different reference/api/org/eclipse/ui/editors/text/class-use/ILocationProviderExtension.html: different reference/api/org/eclipse/ui/editors/text/class-use/IStorageDocumentProvider.html: different reference/api/org/eclipse/ui/editors/text/class-use/ITextEditorHelpContextIds.html: different reference/api/org/eclipse/ui/editors/text/class-use/StorageDocumentProvider.StorageInfo.html: different reference/api/org/eclipse/ui/editors/text/class-use/StorageDocumentProvider.html: different reference/api/org/eclipse/ui/editors/text/class-use/TextEditor.html: different reference/api/org/eclipse/ui/editors/text/class-use/TextEditorActionContributor.html: different reference/api/org/eclipse/ui/editors/text/class-use/TextEditorPreferenceConstants.html: different reference/api/org/eclipse/ui/editors/text/class-use/TextEditorPreferencePage.html: different reference/api/org/eclipse/ui/editors/text/class-use/TextFileDocumentProvider.DocumentProviderOperation.html: different reference/api/org/eclipse/ui/editors/text/class-use/TextFileDocumentProvider.FileBufferListener.html: different reference/api/org/eclipse/ui/editors/text/class-use/TextFileDocumentProvider.FileInfo.html: different reference/api/org/eclipse/ui/editors/text/class-use/TextFileDocumentProvider.NullProvider.html: different reference/api/org/eclipse/ui/editors/text/class-use/TextFileDocumentProvider.html: different reference/api/org/eclipse/ui/editors/text/class-use/TextSourceViewerConfiguration.html: different reference/api/org/eclipse/ui/editors/text/package-summary.html: different reference/api/org/eclipse/ui/editors/text/package-tree.html: different reference/api/org/eclipse/ui/editors/text/package-use.html: different reference/api/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.html: different reference/api/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.html: different reference/api/org/eclipse/ui/editors/text/templates/class-use/ContributionContextTypeRegistry.html: different reference/api/org/eclipse/ui/editors/text/templates/class-use/ContributionTemplateStore.html: different reference/api/org/eclipse/ui/editors/text/templates/package-summary.html: different reference/api/org/eclipse/ui/editors/text/templates/package-tree.html: different reference/api/org/eclipse/ui/editors/text/templates/package-use.html: different reference/api/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.html: different reference/api/org/eclipse/ui/fieldassist/ContentAssistField.html: different reference/api/org/eclipse/ui/fieldassist/class-use/ContentAssistCommandAdapter.html: different reference/api/org/eclipse/ui/fieldassist/class-use/ContentAssistField.html: different reference/api/org/eclipse/ui/fieldassist/package-summary.html: different reference/api/org/eclipse/ui/fieldassist/package-tree.html: different reference/api/org/eclipse/ui/fieldassist/package-use.html: different reference/api/org/eclipse/ui/forms/AbstractFormPart.html: different reference/api/org/eclipse/ui/forms/DetailsPart.html: different reference/api/org/eclipse/ui/forms/FormColors.html: different reference/api/org/eclipse/ui/forms/FormDialog.html: different reference/api/org/eclipse/ui/forms/HyperlinkGroup.html: different reference/api/org/eclipse/ui/forms/HyperlinkSettings.html: different reference/api/org/eclipse/ui/forms/IDetailsPage.html: different reference/api/org/eclipse/ui/forms/IDetailsPageProvider.html: different reference/api/org/eclipse/ui/forms/IFormColors.html: different reference/api/org/eclipse/ui/forms/IFormPart.html: different reference/api/org/eclipse/ui/forms/IManagedForm.html: different reference/api/org/eclipse/ui/forms/IMessage.html: different reference/api/org/eclipse/ui/forms/IMessageManager.html: different reference/api/org/eclipse/ui/forms/IMessagePrefixProvider.html: different reference/api/org/eclipse/ui/forms/IPartSelectionListener.html: different reference/api/org/eclipse/ui/forms/ManagedForm.html: different reference/api/org/eclipse/ui/forms/MasterDetailsBlock.html: different reference/api/org/eclipse/ui/forms/SectionPart.html: different reference/api/org/eclipse/ui/forms/class-use/AbstractFormPart.html: different reference/api/org/eclipse/ui/forms/class-use/DetailsPart.html: different reference/api/org/eclipse/ui/forms/class-use/FormColors.html: different reference/api/org/eclipse/ui/forms/class-use/FormDialog.html: different reference/api/org/eclipse/ui/forms/class-use/HyperlinkGroup.html: different reference/api/org/eclipse/ui/forms/class-use/HyperlinkSettings.html: different reference/api/org/eclipse/ui/forms/class-use/IDetailsPage.html: different reference/api/org/eclipse/ui/forms/class-use/IDetailsPageProvider.html: different reference/api/org/eclipse/ui/forms/class-use/IFormColors.html: different reference/api/org/eclipse/ui/forms/class-use/IFormPart.html: different reference/api/org/eclipse/ui/forms/class-use/IManagedForm.html: different reference/api/org/eclipse/ui/forms/class-use/IMessage.html: different reference/api/org/eclipse/ui/forms/class-use/IMessageManager.html: different reference/api/org/eclipse/ui/forms/class-use/IMessagePrefixProvider.html: different reference/api/org/eclipse/ui/forms/class-use/IPartSelectionListener.html: different reference/api/org/eclipse/ui/forms/class-use/ManagedForm.html: different reference/api/org/eclipse/ui/forms/class-use/MasterDetailsBlock.html: different reference/api/org/eclipse/ui/forms/class-use/SectionPart.html: different reference/api/org/eclipse/ui/forms/editor/FormEditor.html: different reference/api/org/eclipse/ui/forms/editor/FormPage.html: different reference/api/org/eclipse/ui/forms/editor/IFormPage.html: different reference/api/org/eclipse/ui/forms/editor/SharedHeaderFormEditor.html: different reference/api/org/eclipse/ui/forms/editor/class-use/FormEditor.html: different reference/api/org/eclipse/ui/forms/editor/class-use/FormPage.html: different reference/api/org/eclipse/ui/forms/editor/class-use/IFormPage.html: different reference/api/org/eclipse/ui/forms/editor/class-use/SharedHeaderFormEditor.html: different reference/api/org/eclipse/ui/forms/editor/package-summary.html: different reference/api/org/eclipse/ui/forms/editor/package-tree.html: different reference/api/org/eclipse/ui/forms/editor/package-use.html: different reference/api/org/eclipse/ui/forms/events/ExpansionAdapter.html: different reference/api/org/eclipse/ui/forms/events/ExpansionEvent.html: different reference/api/org/eclipse/ui/forms/events/HyperlinkAdapter.html: different reference/api/org/eclipse/ui/forms/events/HyperlinkEvent.html: different reference/api/org/eclipse/ui/forms/events/IExpansionListener.html: different reference/api/org/eclipse/ui/forms/events/IHyperlinkListener.html: different reference/api/org/eclipse/ui/forms/events/class-use/ExpansionAdapter.html: different reference/api/org/eclipse/ui/forms/events/class-use/ExpansionEvent.html: different reference/api/org/eclipse/ui/forms/events/class-use/HyperlinkAdapter.html: different reference/api/org/eclipse/ui/forms/events/class-use/HyperlinkEvent.html: different reference/api/org/eclipse/ui/forms/events/class-use/IExpansionListener.html: different reference/api/org/eclipse/ui/forms/events/class-use/IHyperlinkListener.html: different reference/api/org/eclipse/ui/forms/events/package-summary.html: different reference/api/org/eclipse/ui/forms/events/package-tree.html: different reference/api/org/eclipse/ui/forms/events/package-use.html: different reference/api/org/eclipse/ui/forms/package-summary.html: different reference/api/org/eclipse/ui/forms/package-tree.html: different reference/api/org/eclipse/ui/forms/package-use.html: different reference/api/org/eclipse/ui/forms/widgets/AbstractHyperlink.html: different reference/api/org/eclipse/ui/forms/widgets/ColumnLayout.html: different reference/api/org/eclipse/ui/forms/widgets/ColumnLayoutData.html: different reference/api/org/eclipse/ui/forms/widgets/ExpandableComposite.html: different reference/api/org/eclipse/ui/forms/widgets/Form.html: different reference/api/org/eclipse/ui/forms/widgets/FormText.html: different reference/api/org/eclipse/ui/forms/widgets/FormToolkit.html: different reference/api/org/eclipse/ui/forms/widgets/Hyperlink.html: different reference/api/org/eclipse/ui/forms/widgets/ILayoutExtension.html: different reference/api/org/eclipse/ui/forms/widgets/ImageHyperlink.html: different reference/api/org/eclipse/ui/forms/widgets/LayoutCache.html: different reference/api/org/eclipse/ui/forms/widgets/ScrolledForm.html: different reference/api/org/eclipse/ui/forms/widgets/ScrolledFormText.html: different reference/api/org/eclipse/ui/forms/widgets/ScrolledPageBook.html: different reference/api/org/eclipse/ui/forms/widgets/Section.html: different reference/api/org/eclipse/ui/forms/widgets/SectionFactory.html: different reference/api/org/eclipse/ui/forms/widgets/SharedScrolledComposite.html: different reference/api/org/eclipse/ui/forms/widgets/SizeCache.html: different reference/api/org/eclipse/ui/forms/widgets/TableWrapData.html: different reference/api/org/eclipse/ui/forms/widgets/TableWrapLayout.html: different reference/api/org/eclipse/ui/forms/widgets/ToggleHyperlink.html: different reference/api/org/eclipse/ui/forms/widgets/TreeNode.html: different reference/api/org/eclipse/ui/forms/widgets/Twistie.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/AbstractHyperlink.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/ColumnLayout.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/ColumnLayoutData.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/ExpandableComposite.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/Form.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/FormText.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/FormToolkit.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/Hyperlink.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/ILayoutExtension.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/ImageHyperlink.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/LayoutCache.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/ScrolledForm.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/ScrolledFormText.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/ScrolledPageBook.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/Section.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/SectionFactory.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/SharedScrolledComposite.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/SizeCache.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/TableWrapData.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/TableWrapLayout.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/ToggleHyperlink.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/TreeNode.html: different reference/api/org/eclipse/ui/forms/widgets/class-use/Twistie.html: different reference/api/org/eclipse/ui/forms/widgets/package-summary.html: different reference/api/org/eclipse/ui/forms/widgets/package-tree.html: different reference/api/org/eclipse/ui/forms/widgets/package-use.html: different reference/api/org/eclipse/ui/handlers/CollapseAllHandler.html: different reference/api/org/eclipse/ui/handlers/ExpandAllHandler.html: different reference/api/org/eclipse/ui/handlers/HandlerUtil.html: different reference/api/org/eclipse/ui/handlers/IHandlerActivation.html: different reference/api/org/eclipse/ui/handlers/IHandlerService.html: different reference/api/org/eclipse/ui/handlers/RadioState.html: different reference/api/org/eclipse/ui/handlers/RegistryRadioState.html: different reference/api/org/eclipse/ui/handlers/RegistryToggleState.html: different reference/api/org/eclipse/ui/handlers/ShowPerspectiveHandler.html: different reference/api/org/eclipse/ui/handlers/ShowViewHandler.html: different reference/api/org/eclipse/ui/handlers/class-use/CollapseAllHandler.html: different reference/api/org/eclipse/ui/handlers/class-use/ExpandAllHandler.html: different reference/api/org/eclipse/ui/handlers/class-use/HandlerUtil.html: different reference/api/org/eclipse/ui/handlers/class-use/IHandlerActivation.html: different reference/api/org/eclipse/ui/handlers/class-use/IHandlerService.html: different reference/api/org/eclipse/ui/handlers/class-use/RadioState.html: different reference/api/org/eclipse/ui/handlers/class-use/RegistryRadioState.html: different reference/api/org/eclipse/ui/handlers/class-use/RegistryToggleState.html: different reference/api/org/eclipse/ui/handlers/class-use/ShowPerspectiveHandler.html: different reference/api/org/eclipse/ui/handlers/class-use/ShowViewHandler.html: different reference/api/org/eclipse/ui/handlers/package-summary.html: different reference/api/org/eclipse/ui/handlers/package-tree.html: different reference/api/org/eclipse/ui/handlers/package-use.html: different reference/api/org/eclipse/ui/help/AbstractHelpUI.html: different reference/api/org/eclipse/ui/help/IWorkbenchHelpSystem.html: different reference/api/org/eclipse/ui/help/class-use/AbstractHelpUI.html: different reference/api/org/eclipse/ui/help/class-use/IWorkbenchHelpSystem.html: different reference/api/org/eclipse/ui/help/package-summary.html: different reference/api/org/eclipse/ui/help/package-tree.html: different reference/api/org/eclipse/ui/help/package-use.html: different reference/api/org/eclipse/ui/ide/FileStoreEditorInput.html: different reference/api/org/eclipse/ui/ide/FileStoreEditorInputFactory.html: different reference/api/org/eclipse/ui/ide/IContributorResourceAdapter2.html: different reference/api/org/eclipse/ui/ide/IDE.Preferences.html: different reference/api/org/eclipse/ui/ide/IDE.SharedImages.html: different reference/api/org/eclipse/ui/ide/IDE.html: different reference/api/org/eclipse/ui/ide/IDEActionFactory.html: different reference/api/org/eclipse/ui/ide/IDEEncoding.html: different reference/api/org/eclipse/ui/ide/IEditorAssociationOverride.html: different reference/api/org/eclipse/ui/ide/IGotoMarker.html: different reference/api/org/eclipse/ui/ide/IIDEActionConstants.html: different reference/api/org/eclipse/ui/ide/IUnassociatedEditorStrategy.html: different reference/api/org/eclipse/ui/ide/ResourceSaveableFilter.html: different reference/api/org/eclipse/ui/ide/ResourceSelectionUtil.html: different reference/api/org/eclipse/ui/ide/ResourceUtil.html: different reference/api/org/eclipse/ui/ide/class-use/FileStoreEditorInput.html: different reference/api/org/eclipse/ui/ide/class-use/FileStoreEditorInputFactory.html: different reference/api/org/eclipse/ui/ide/class-use/IContributorResourceAdapter2.html: different reference/api/org/eclipse/ui/ide/class-use/IDE.Preferences.html: different reference/api/org/eclipse/ui/ide/class-use/IDE.SharedImages.html: different reference/api/org/eclipse/ui/ide/class-use/IDE.html: different reference/api/org/eclipse/ui/ide/class-use/IDEActionFactory.html: different reference/api/org/eclipse/ui/ide/class-use/IDEEncoding.html: different reference/api/org/eclipse/ui/ide/class-use/IEditorAssociationOverride.html: different reference/api/org/eclipse/ui/ide/class-use/IGotoMarker.html: different reference/api/org/eclipse/ui/ide/class-use/IIDEActionConstants.html: different reference/api/org/eclipse/ui/ide/class-use/IUnassociatedEditorStrategy.html: different reference/api/org/eclipse/ui/ide/class-use/ResourceSaveableFilter.html: different reference/api/org/eclipse/ui/ide/class-use/ResourceSelectionUtil.html: different reference/api/org/eclipse/ui/ide/class-use/ResourceUtil.html: different reference/api/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.html: different reference/api/org/eclipse/ui/ide/dialogs/EncodingFieldEditor.html: different reference/api/org/eclipse/ui/ide/dialogs/IElementFilter.html: different reference/api/org/eclipse/ui/ide/dialogs/ImportTypeDialog.html: different reference/api/org/eclipse/ui/ide/dialogs/PathVariableSelectionDialog.html: different reference/api/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.html: different reference/api/org/eclipse/ui/ide/dialogs/ResourceTreeAndListGroup.html: different reference/api/org/eclipse/ui/ide/dialogs/UIResourceFilterDescription.html: different reference/api/org/eclipse/ui/ide/dialogs/class-use/AbstractEncodingFieldEditor.html: different reference/api/org/eclipse/ui/ide/dialogs/class-use/EncodingFieldEditor.html: different reference/api/org/eclipse/ui/ide/dialogs/class-use/IElementFilter.html: different reference/api/org/eclipse/ui/ide/dialogs/class-use/ImportTypeDialog.html: different reference/api/org/eclipse/ui/ide/dialogs/class-use/PathVariableSelectionDialog.html: different reference/api/org/eclipse/ui/ide/dialogs/class-use/ResourceEncodingFieldEditor.html: different reference/api/org/eclipse/ui/ide/dialogs/class-use/ResourceTreeAndListGroup.html: different reference/api/org/eclipse/ui/ide/dialogs/class-use/UIResourceFilterDescription.html: different reference/api/org/eclipse/ui/ide/dialogs/package-summary.html: different reference/api/org/eclipse/ui/ide/dialogs/package-tree.html: different reference/api/org/eclipse/ui/ide/dialogs/package-use.html: different reference/api/org/eclipse/ui/ide/fileSystem/FileSystemContributor.html: different reference/api/org/eclipse/ui/ide/fileSystem/class-use/FileSystemContributor.html: different reference/api/org/eclipse/ui/ide/fileSystem/package-summary.html: different reference/api/org/eclipse/ui/ide/fileSystem/package-tree.html: different reference/api/org/eclipse/ui/ide/fileSystem/package-use.html: different reference/api/org/eclipse/ui/ide/package-summary.html: different reference/api/org/eclipse/ui/ide/package-tree.html: different reference/api/org/eclipse/ui/ide/package-use.html: different reference/api/org/eclipse/ui/ide/undo/AbstractWorkspaceOperation.html: different reference/api/org/eclipse/ui/ide/undo/CopyProjectOperation.html: different reference/api/org/eclipse/ui/ide/undo/CopyResourcesOperation.html: different reference/api/org/eclipse/ui/ide/undo/CreateFileOperation.html: different reference/api/org/eclipse/ui/ide/undo/CreateFolderOperation.html: different reference/api/org/eclipse/ui/ide/undo/CreateMarkersOperation.html: different reference/api/org/eclipse/ui/ide/undo/CreateProjectOperation.html: different reference/api/org/eclipse/ui/ide/undo/DeleteMarkersOperation.html: different reference/api/org/eclipse/ui/ide/undo/DeleteResourcesOperation.html: different reference/api/org/eclipse/ui/ide/undo/MoveProjectOperation.html: different reference/api/org/eclipse/ui/ide/undo/MoveResourcesOperation.html: different reference/api/org/eclipse/ui/ide/undo/ResourceDescription.html: different reference/api/org/eclipse/ui/ide/undo/UpdateMarkersOperation.html: different reference/api/org/eclipse/ui/ide/undo/WorkspaceUndoUtil.html: different reference/api/org/eclipse/ui/ide/undo/class-use/AbstractWorkspaceOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/CopyProjectOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/CopyResourcesOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/CreateFileOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/CreateFolderOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/CreateMarkersOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/CreateProjectOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/DeleteMarkersOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/DeleteResourcesOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/MoveProjectOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/MoveResourcesOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/ResourceDescription.html: different reference/api/org/eclipse/ui/ide/undo/class-use/UpdateMarkersOperation.html: different reference/api/org/eclipse/ui/ide/undo/class-use/WorkspaceUndoUtil.html: different reference/api/org/eclipse/ui/ide/undo/package-summary.html: different reference/api/org/eclipse/ui/ide/undo/package-tree.html: different reference/api/org/eclipse/ui/ide/undo/package-use.html: different reference/api/org/eclipse/ui/intro/IIntroManager.html: different reference/api/org/eclipse/ui/intro/IIntroPart.html: different reference/api/org/eclipse/ui/intro/IIntroSite.html: different reference/api/org/eclipse/ui/intro/IntroContentDetector.html: different reference/api/org/eclipse/ui/intro/class-use/IIntroManager.html: different reference/api/org/eclipse/ui/intro/class-use/IIntroPart.html: different reference/api/org/eclipse/ui/intro/class-use/IIntroSite.html: different reference/api/org/eclipse/ui/intro/class-use/IntroContentDetector.html: different reference/api/org/eclipse/ui/intro/config/CustomizableIntroPart.html: different reference/api/org/eclipse/ui/intro/config/IIntroAction.html: different reference/api/org/eclipse/ui/intro/config/IIntroContentProvider.html: different reference/api/org/eclipse/ui/intro/config/IIntroContentProviderSite.html: different reference/api/org/eclipse/ui/intro/config/IIntroURL.html: different reference/api/org/eclipse/ui/intro/config/IIntroXHTMLContentProvider.html: different reference/api/org/eclipse/ui/intro/config/IStandbyContentPart.html: different reference/api/org/eclipse/ui/intro/config/IntroConfigurer.html: different reference/api/org/eclipse/ui/intro/config/IntroElement.html: different reference/api/org/eclipse/ui/intro/config/IntroURLFactory.html: different reference/api/org/eclipse/ui/intro/config/class-use/CustomizableIntroPart.html: different reference/api/org/eclipse/ui/intro/config/class-use/IIntroAction.html: different reference/api/org/eclipse/ui/intro/config/class-use/IIntroContentProvider.html: different reference/api/org/eclipse/ui/intro/config/class-use/IIntroContentProviderSite.html: different reference/api/org/eclipse/ui/intro/config/class-use/IIntroURL.html: different reference/api/org/eclipse/ui/intro/config/class-use/IIntroXHTMLContentProvider.html: different reference/api/org/eclipse/ui/intro/config/class-use/IStandbyContentPart.html: different reference/api/org/eclipse/ui/intro/config/class-use/IntroConfigurer.html: different reference/api/org/eclipse/ui/intro/config/class-use/IntroElement.html: different reference/api/org/eclipse/ui/intro/config/class-use/IntroURLFactory.html: different reference/api/org/eclipse/ui/intro/config/package-summary.html: different reference/api/org/eclipse/ui/intro/config/package-tree.html: different reference/api/org/eclipse/ui/intro/config/package-use.html: different reference/api/org/eclipse/ui/intro/contentproviders/AlwaysWelcomeCheckbox.html: different reference/api/org/eclipse/ui/intro/contentproviders/EclipseRSSViewer.html: different reference/api/org/eclipse/ui/intro/contentproviders/class-use/AlwaysWelcomeCheckbox.html: different reference/api/org/eclipse/ui/intro/contentproviders/class-use/EclipseRSSViewer.html: different reference/api/org/eclipse/ui/intro/contentproviders/package-summary.html: different reference/api/org/eclipse/ui/intro/contentproviders/package-tree.html: different reference/api/org/eclipse/ui/intro/contentproviders/package-use.html: different reference/api/org/eclipse/ui/intro/package-summary.html: different reference/api/org/eclipse/ui/intro/package-tree.html: different reference/api/org/eclipse/ui/intro/package-use.html: different reference/api/org/eclipse/ui/intro/quicklinks/QuicklinksViewer.html: different reference/api/org/eclipse/ui/intro/quicklinks/URLLabelProvider.html: different reference/api/org/eclipse/ui/intro/quicklinks/class-use/QuicklinksViewer.html: different reference/api/org/eclipse/ui/intro/quicklinks/class-use/URLLabelProvider.html: different reference/api/org/eclipse/ui/intro/quicklinks/package-summary.html: different reference/api/org/eclipse/ui/intro/quicklinks/package-tree.html: different reference/api/org/eclipse/ui/intro/quicklinks/package-use.html: different reference/api/org/eclipse/ui/intro/universal/ExtensionFactory.html: different reference/api/org/eclipse/ui/intro/universal/class-use/ExtensionFactory.html: different reference/api/org/eclipse/ui/intro/universal/package-summary.html: different reference/api/org/eclipse/ui/intro/universal/package-tree.html: different reference/api/org/eclipse/ui/intro/universal/package-use.html: different reference/api/org/eclipse/ui/keys/CharacterKey.html: different reference/api/org/eclipse/ui/keys/IBindingService.html: different reference/api/org/eclipse/ui/keys/IKeyFormatter.html: different reference/api/org/eclipse/ui/keys/Key.html: different reference/api/org/eclipse/ui/keys/KeyFormatterFactory.html: different reference/api/org/eclipse/ui/keys/KeySequence.html: different reference/api/org/eclipse/ui/keys/KeyStroke.html: different reference/api/org/eclipse/ui/keys/ModifierKey.html: different reference/api/org/eclipse/ui/keys/NaturalKey.html: different reference/api/org/eclipse/ui/keys/ParseException.html: different reference/api/org/eclipse/ui/keys/SWTKeySupport.html: different reference/api/org/eclipse/ui/keys/SpecialKey.html: different reference/api/org/eclipse/ui/keys/class-use/CharacterKey.html: different reference/api/org/eclipse/ui/keys/class-use/IBindingService.html: different reference/api/org/eclipse/ui/keys/class-use/IKeyFormatter.html: different reference/api/org/eclipse/ui/keys/class-use/Key.html: different reference/api/org/eclipse/ui/keys/class-use/KeyFormatterFactory.html: different reference/api/org/eclipse/ui/keys/class-use/KeySequence.html: different reference/api/org/eclipse/ui/keys/class-use/KeyStroke.html: different reference/api/org/eclipse/ui/keys/class-use/ModifierKey.html: different reference/api/org/eclipse/ui/keys/class-use/NaturalKey.html: different reference/api/org/eclipse/ui/keys/class-use/ParseException.html: different reference/api/org/eclipse/ui/keys/class-use/SWTKeySupport.html: different reference/api/org/eclipse/ui/keys/class-use/SpecialKey.html: different reference/api/org/eclipse/ui/keys/package-summary.html: different reference/api/org/eclipse/ui/keys/package-tree.html: different reference/api/org/eclipse/ui/keys/package-use.html: different reference/api/org/eclipse/ui/menus/AbstractContributionFactory.html: different reference/api/org/eclipse/ui/menus/AbstractWorkbenchTrimWidget.html: different reference/api/org/eclipse/ui/menus/CommandContributionItem.html: different reference/api/org/eclipse/ui/menus/CommandContributionItemParameter.html: different reference/api/org/eclipse/ui/menus/ExtensionContributionFactory.html: different reference/api/org/eclipse/ui/menus/IContributionRoot.html: different reference/api/org/eclipse/ui/menus/IMenuService.html: different reference/api/org/eclipse/ui/menus/IWorkbenchContribution.html: different reference/api/org/eclipse/ui/menus/IWorkbenchWidget.html: different reference/api/org/eclipse/ui/menus/MenuUtil.html: different reference/api/org/eclipse/ui/menus/UIElement.html: different reference/api/org/eclipse/ui/menus/WorkbenchWindowControlContribution.html: different reference/api/org/eclipse/ui/menus/class-use/AbstractContributionFactory.html: different reference/api/org/eclipse/ui/menus/class-use/AbstractWorkbenchTrimWidget.html: different reference/api/org/eclipse/ui/menus/class-use/CommandContributionItem.html: different reference/api/org/eclipse/ui/menus/class-use/CommandContributionItemParameter.html: different reference/api/org/eclipse/ui/menus/class-use/ExtensionContributionFactory.html: different reference/api/org/eclipse/ui/menus/class-use/IContributionRoot.html: different reference/api/org/eclipse/ui/menus/class-use/IMenuService.html: different reference/api/org/eclipse/ui/menus/class-use/IWorkbenchContribution.html: different reference/api/org/eclipse/ui/menus/class-use/IWorkbenchWidget.html: different reference/api/org/eclipse/ui/menus/class-use/MenuUtil.html: different reference/api/org/eclipse/ui/menus/class-use/UIElement.html: different reference/api/org/eclipse/ui/menus/class-use/WorkbenchWindowControlContribution.html: different reference/api/org/eclipse/ui/menus/package-summary.html: different reference/api/org/eclipse/ui/menus/package-tree.html: different reference/api/org/eclipse/ui/menus/package-use.html: different reference/api/org/eclipse/ui/model/AdaptableList.html: different reference/api/org/eclipse/ui/model/BaseWorkbenchContentProvider.html: different reference/api/org/eclipse/ui/model/ContributionComparator.html: different reference/api/org/eclipse/ui/model/IComparableContribution.html: different reference/api/org/eclipse/ui/model/IContributionService.html: different reference/api/org/eclipse/ui/model/IWorkbenchAdapter.html: different reference/api/org/eclipse/ui/model/IWorkbenchAdapter2.html: different reference/api/org/eclipse/ui/model/IWorkbenchAdapter3.html: different reference/api/org/eclipse/ui/model/PerspectiveLabelProvider.html: different reference/api/org/eclipse/ui/model/WorkbenchAdapter.html: different reference/api/org/eclipse/ui/model/WorkbenchContentProvider.html: different reference/api/org/eclipse/ui/model/WorkbenchLabelProvider.html: different reference/api/org/eclipse/ui/model/WorkbenchPartLabelProvider.html: different reference/api/org/eclipse/ui/model/WorkbenchViewerComparator.html: different reference/api/org/eclipse/ui/model/WorkbenchViewerSorter.html: different reference/api/org/eclipse/ui/model/class-use/AdaptableList.html: different reference/api/org/eclipse/ui/model/class-use/BaseWorkbenchContentProvider.html: different reference/api/org/eclipse/ui/model/class-use/ContributionComparator.html: different reference/api/org/eclipse/ui/model/class-use/IComparableContribution.html: different reference/api/org/eclipse/ui/model/class-use/IContributionService.html: different reference/api/org/eclipse/ui/model/class-use/IWorkbenchAdapter.html: different reference/api/org/eclipse/ui/model/class-use/IWorkbenchAdapter2.html: different reference/api/org/eclipse/ui/model/class-use/IWorkbenchAdapter3.html: different reference/api/org/eclipse/ui/model/class-use/PerspectiveLabelProvider.html: different reference/api/org/eclipse/ui/model/class-use/WorkbenchAdapter.html: different reference/api/org/eclipse/ui/model/class-use/WorkbenchContentProvider.html: different reference/api/org/eclipse/ui/model/class-use/WorkbenchLabelProvider.html: different reference/api/org/eclipse/ui/model/class-use/WorkbenchPartLabelProvider.html: different reference/api/org/eclipse/ui/model/class-use/WorkbenchViewerComparator.html: different reference/api/org/eclipse/ui/model/class-use/WorkbenchViewerSorter.html: different reference/api/org/eclipse/ui/model/package-summary.html: different reference/api/org/eclipse/ui/model/package-tree.html: different reference/api/org/eclipse/ui/model/package-use.html: different reference/api/org/eclipse/ui/navigator/CommonActionProvider.html: different reference/api/org/eclipse/ui/navigator/CommonDragAdapter.html: different reference/api/org/eclipse/ui/navigator/CommonDragAdapterAssistant.html: different reference/api/org/eclipse/ui/navigator/CommonDropAdapter.html: different reference/api/org/eclipse/ui/navigator/CommonDropAdapterAssistant.html: different reference/api/org/eclipse/ui/navigator/CommonNavigator.html: different reference/api/org/eclipse/ui/navigator/CommonNavigatorManager.html: different reference/api/org/eclipse/ui/navigator/CommonViewer.html: different reference/api/org/eclipse/ui/navigator/CommonViewerSiteFactory.html: different reference/api/org/eclipse/ui/navigator/CommonViewerSorter.html: different reference/api/org/eclipse/ui/navigator/ICommonActionConstants.html: different reference/api/org/eclipse/ui/navigator/ICommonActionExtensionSite.html: different reference/api/org/eclipse/ui/navigator/ICommonContentExtensionSite.html: different reference/api/org/eclipse/ui/navigator/ICommonContentProvider.html: different reference/api/org/eclipse/ui/navigator/ICommonFilterDescriptor.html: different reference/api/org/eclipse/ui/navigator/ICommonLabelProvider.html: different reference/api/org/eclipse/ui/navigator/ICommonMenuConstants.html: different reference/api/org/eclipse/ui/navigator/ICommonViewerMapper.html: different reference/api/org/eclipse/ui/navigator/ICommonViewerSite.html: different reference/api/org/eclipse/ui/navigator/ICommonViewerWorkbenchSite.html: different reference/api/org/eclipse/ui/navigator/IDescriptionProvider.html: different reference/api/org/eclipse/ui/navigator/IExtensionActivationListener.html: different reference/api/org/eclipse/ui/navigator/IExtensionStateModel.html: different reference/api/org/eclipse/ui/navigator/ILinkHelper.html: different reference/api/org/eclipse/ui/navigator/IMementoAware.html: different reference/api/org/eclipse/ui/navigator/INavigatorActivationService.html: different reference/api/org/eclipse/ui/navigator/INavigatorContentDescriptor.html: different reference/api/org/eclipse/ui/navigator/INavigatorContentExtension.html: different reference/api/org/eclipse/ui/navigator/INavigatorContentService.html: different reference/api/org/eclipse/ui/navigator/INavigatorContentServiceListener.html: different reference/api/org/eclipse/ui/navigator/INavigatorDnDService.html: different reference/api/org/eclipse/ui/navigator/INavigatorFilterService.html: different reference/api/org/eclipse/ui/navigator/INavigatorPipelineService.html: different reference/api/org/eclipse/ui/navigator/INavigatorSaveablesService.html: different reference/api/org/eclipse/ui/navigator/INavigatorSorterService.html: different reference/api/org/eclipse/ui/navigator/INavigatorViewerDescriptor.html: different reference/api/org/eclipse/ui/navigator/IPipelinedTreeContentProvider.html: different reference/api/org/eclipse/ui/navigator/IPipelinedTreeContentProvider2.html: different reference/api/org/eclipse/ui/navigator/LinkHelperService.html: different reference/api/org/eclipse/ui/navigator/MenuInsertionPoint.html: different reference/api/org/eclipse/ui/navigator/NavigatorActionService.html: different reference/api/org/eclipse/ui/navigator/NavigatorContentServiceFactory.html: different reference/api/org/eclipse/ui/navigator/OverridePolicy.html: different reference/api/org/eclipse/ui/navigator/PipelinedShapeModification.html: different reference/api/org/eclipse/ui/navigator/PipelinedViewerUpdate.html: different reference/api/org/eclipse/ui/navigator/Priority.html: different reference/api/org/eclipse/ui/navigator/SaveablesProvider.html: different reference/api/org/eclipse/ui/navigator/WizardActionGroup.html: different reference/api/org/eclipse/ui/navigator/class-use/CommonActionProvider.html: different reference/api/org/eclipse/ui/navigator/class-use/CommonDragAdapter.html: different reference/api/org/eclipse/ui/navigator/class-use/CommonDragAdapterAssistant.html: different reference/api/org/eclipse/ui/navigator/class-use/CommonDropAdapter.html: different reference/api/org/eclipse/ui/navigator/class-use/CommonDropAdapterAssistant.html: different reference/api/org/eclipse/ui/navigator/class-use/CommonNavigator.html: different reference/api/org/eclipse/ui/navigator/class-use/CommonNavigatorManager.html: different reference/api/org/eclipse/ui/navigator/class-use/CommonViewer.html: different reference/api/org/eclipse/ui/navigator/class-use/CommonViewerSiteFactory.html: different reference/api/org/eclipse/ui/navigator/class-use/CommonViewerSorter.html: different reference/api/org/eclipse/ui/navigator/class-use/ICommonActionConstants.html: different reference/api/org/eclipse/ui/navigator/class-use/ICommonActionExtensionSite.html: different reference/api/org/eclipse/ui/navigator/class-use/ICommonContentExtensionSite.html: different reference/api/org/eclipse/ui/navigator/class-use/ICommonContentProvider.html: different reference/api/org/eclipse/ui/navigator/class-use/ICommonFilterDescriptor.html: different reference/api/org/eclipse/ui/navigator/class-use/ICommonLabelProvider.html: different reference/api/org/eclipse/ui/navigator/class-use/ICommonMenuConstants.html: different reference/api/org/eclipse/ui/navigator/class-use/ICommonViewerMapper.html: different reference/api/org/eclipse/ui/navigator/class-use/ICommonViewerSite.html: different reference/api/org/eclipse/ui/navigator/class-use/ICommonViewerWorkbenchSite.html: different reference/api/org/eclipse/ui/navigator/class-use/IDescriptionProvider.html: different reference/api/org/eclipse/ui/navigator/class-use/IExtensionActivationListener.html: different reference/api/org/eclipse/ui/navigator/class-use/IExtensionStateModel.html: different reference/api/org/eclipse/ui/navigator/class-use/ILinkHelper.html: different reference/api/org/eclipse/ui/navigator/class-use/IMementoAware.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorActivationService.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorContentDescriptor.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorContentExtension.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorContentService.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorContentServiceListener.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorDnDService.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorFilterService.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorPipelineService.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorSaveablesService.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorSorterService.html: different reference/api/org/eclipse/ui/navigator/class-use/INavigatorViewerDescriptor.html: different reference/api/org/eclipse/ui/navigator/class-use/IPipelinedTreeContentProvider.html: different reference/api/org/eclipse/ui/navigator/class-use/IPipelinedTreeContentProvider2.html: different reference/api/org/eclipse/ui/navigator/class-use/LinkHelperService.html: different reference/api/org/eclipse/ui/navigator/class-use/MenuInsertionPoint.html: different reference/api/org/eclipse/ui/navigator/class-use/NavigatorActionService.html: different reference/api/org/eclipse/ui/navigator/class-use/NavigatorContentServiceFactory.html: different reference/api/org/eclipse/ui/navigator/class-use/OverridePolicy.html: different reference/api/org/eclipse/ui/navigator/class-use/PipelinedShapeModification.html: different reference/api/org/eclipse/ui/navigator/class-use/PipelinedViewerUpdate.html: different reference/api/org/eclipse/ui/navigator/class-use/Priority.html: different reference/api/org/eclipse/ui/navigator/class-use/SaveablesProvider.html: different reference/api/org/eclipse/ui/navigator/class-use/WizardActionGroup.html: different reference/api/org/eclipse/ui/navigator/package-summary.html: different reference/api/org/eclipse/ui/navigator/package-tree.html: different reference/api/org/eclipse/ui/navigator/package-use.html: different reference/api/org/eclipse/ui/navigator/resources/GoIntoActionProvider.html: different reference/api/org/eclipse/ui/navigator/resources/ProjectExplorer.html: different reference/api/org/eclipse/ui/navigator/resources/ResourceDragAdapterAssistant.html: different reference/api/org/eclipse/ui/navigator/resources/ResourceDropAdapterAssistant.html: different reference/api/org/eclipse/ui/navigator/resources/class-use/GoIntoActionProvider.html: different reference/api/org/eclipse/ui/navigator/resources/class-use/ProjectExplorer.html: different reference/api/org/eclipse/ui/navigator/resources/class-use/ResourceDragAdapterAssistant.html: different reference/api/org/eclipse/ui/navigator/resources/class-use/ResourceDropAdapterAssistant.html: different reference/api/org/eclipse/ui/navigator/resources/package-summary.html: different reference/api/org/eclipse/ui/navigator/resources/package-tree.html: different reference/api/org/eclipse/ui/navigator/resources/package-use.html: different reference/api/org/eclipse/ui/operations/IWorkbenchOperationSupport.html: different reference/api/org/eclipse/ui/operations/LinearUndoViolationUserApprover.html: different reference/api/org/eclipse/ui/operations/NonLocalUndoUserApprover.html: different reference/api/org/eclipse/ui/operations/OperationHistoryActionHandler.html: different reference/api/org/eclipse/ui/operations/RedoActionHandler.html: different reference/api/org/eclipse/ui/operations/UndoActionHandler.html: different reference/api/org/eclipse/ui/operations/UndoRedoActionGroup.html: different reference/api/org/eclipse/ui/operations/class-use/IWorkbenchOperationSupport.html: different reference/api/org/eclipse/ui/operations/class-use/LinearUndoViolationUserApprover.html: different reference/api/org/eclipse/ui/operations/class-use/NonLocalUndoUserApprover.html: different reference/api/org/eclipse/ui/operations/class-use/OperationHistoryActionHandler.html: different reference/api/org/eclipse/ui/operations/class-use/RedoActionHandler.html: different reference/api/org/eclipse/ui/operations/class-use/UndoActionHandler.html: different reference/api/org/eclipse/ui/operations/class-use/UndoRedoActionGroup.html: different reference/api/org/eclipse/ui/operations/package-summary.html: different reference/api/org/eclipse/ui/operations/package-tree.html: different reference/api/org/eclipse/ui/operations/package-use.html: different reference/api/org/eclipse/ui/package-summary.html: different reference/api/org/eclipse/ui/package-tree.html: different reference/api/org/eclipse/ui/package-use.html: different reference/api/org/eclipse/ui/part/AbstractMultiEditor.html: different reference/api/org/eclipse/ui/part/CellEditorActionHandler.html: different reference/api/org/eclipse/ui/part/CoolItemGroupMarker.html: different reference/api/org/eclipse/ui/part/DrillDownAdapter.html: different reference/api/org/eclipse/ui/part/DrillDownComposite.html: different reference/api/org/eclipse/ui/part/EditorActionBarContributor.html: different reference/api/org/eclipse/ui/part/EditorInputTransfer.EditorInputData.html: different reference/api/org/eclipse/ui/part/EditorInputTransfer.html: different reference/api/org/eclipse/ui/part/EditorPart.html: different reference/api/org/eclipse/ui/part/FileEditorInput.html: different reference/api/org/eclipse/ui/part/FileEditorInputFactory.html: different reference/api/org/eclipse/ui/part/FileInPlaceEditorInput.html: different reference/api/org/eclipse/ui/part/IContributedContentsView.html: different reference/api/org/eclipse/ui/part/IDropActionDelegate.html: different reference/api/org/eclipse/ui/part/IPage.html: different reference/api/org/eclipse/ui/part/IPageBookViewPage.html: different reference/api/org/eclipse/ui/part/IPageSite.html: different reference/api/org/eclipse/ui/part/ISetSelectionTarget.html: different reference/api/org/eclipse/ui/part/IShowInSource.html: different reference/api/org/eclipse/ui/part/IShowInTarget.html: different reference/api/org/eclipse/ui/part/IShowInTargetList.html: different reference/api/org/eclipse/ui/part/IWorkbenchPartOrientation.html: different reference/api/org/eclipse/ui/part/IntroPart.html: different reference/api/org/eclipse/ui/part/MarkerTransfer.html: different reference/api/org/eclipse/ui/part/MessagePage.html: different reference/api/org/eclipse/ui/part/MultiEditor.Gradient.html: different reference/api/org/eclipse/ui/part/MultiEditor.html: different reference/api/org/eclipse/ui/part/MultiEditorInput.html: different reference/api/org/eclipse/ui/part/MultiPageEditor.html: different reference/api/org/eclipse/ui/part/MultiPageEditorActionBarContributor.html: different reference/api/org/eclipse/ui/part/MultiPageEditorPart.html: different reference/api/org/eclipse/ui/part/MultiPageEditorSite.html: different reference/api/org/eclipse/ui/part/MultiPageSelectionProvider.html: different reference/api/org/eclipse/ui/part/Page.html: different reference/api/org/eclipse/ui/part/PageBook.PageBookLayout.html: different reference/api/org/eclipse/ui/part/PageBook.html: different reference/api/org/eclipse/ui/part/PageBookView.PageRec.html: different reference/api/org/eclipse/ui/part/PageBookView.SelectionProvider.html: different reference/api/org/eclipse/ui/part/PageBookView.html: different reference/api/org/eclipse/ui/part/PageSite.html: different reference/api/org/eclipse/ui/part/PageSwitcher.html: different reference/api/org/eclipse/ui/part/PluginDropAdapter.html: different reference/api/org/eclipse/ui/part/PluginTransfer.html: different reference/api/org/eclipse/ui/part/PluginTransferData.html: different reference/api/org/eclipse/ui/part/ResourceTransfer.html: different reference/api/org/eclipse/ui/part/ShowInContext.html: different reference/api/org/eclipse/ui/part/ViewPart.html: different reference/api/org/eclipse/ui/part/WorkbenchPart.html: different reference/api/org/eclipse/ui/part/class-use/AbstractMultiEditor.html: different reference/api/org/eclipse/ui/part/class-use/CellEditorActionHandler.html: different reference/api/org/eclipse/ui/part/class-use/CoolItemGroupMarker.html: different reference/api/org/eclipse/ui/part/class-use/DrillDownAdapter.html: different reference/api/org/eclipse/ui/part/class-use/DrillDownComposite.html: different reference/api/org/eclipse/ui/part/class-use/EditorActionBarContributor.html: different reference/api/org/eclipse/ui/part/class-use/EditorInputTransfer.EditorInputData.html: different reference/api/org/eclipse/ui/part/class-use/EditorInputTransfer.html: different reference/api/org/eclipse/ui/part/class-use/EditorPart.html: different reference/api/org/eclipse/ui/part/class-use/FileEditorInput.html: different reference/api/org/eclipse/ui/part/class-use/FileEditorInputFactory.html: different reference/api/org/eclipse/ui/part/class-use/FileInPlaceEditorInput.html: different reference/api/org/eclipse/ui/part/class-use/IContributedContentsView.html: different reference/api/org/eclipse/ui/part/class-use/IDropActionDelegate.html: different reference/api/org/eclipse/ui/part/class-use/IPage.html: different reference/api/org/eclipse/ui/part/class-use/IPageBookViewPage.html: different reference/api/org/eclipse/ui/part/class-use/IPageSite.html: different reference/api/org/eclipse/ui/part/class-use/ISetSelectionTarget.html: different reference/api/org/eclipse/ui/part/class-use/IShowInSource.html: different reference/api/org/eclipse/ui/part/class-use/IShowInTarget.html: different reference/api/org/eclipse/ui/part/class-use/IShowInTargetList.html: different reference/api/org/eclipse/ui/part/class-use/IWorkbenchPartOrientation.html: different reference/api/org/eclipse/ui/part/class-use/IntroPart.html: different reference/api/org/eclipse/ui/part/class-use/MarkerTransfer.html: different reference/api/org/eclipse/ui/part/class-use/MessagePage.html: different reference/api/org/eclipse/ui/part/class-use/MultiEditor.Gradient.html: different reference/api/org/eclipse/ui/part/class-use/MultiEditor.html: different reference/api/org/eclipse/ui/part/class-use/MultiEditorInput.html: different reference/api/org/eclipse/ui/part/class-use/MultiPageEditor.html: different reference/api/org/eclipse/ui/part/class-use/MultiPageEditorActionBarContributor.html: different reference/api/org/eclipse/ui/part/class-use/MultiPageEditorPart.html: different reference/api/org/eclipse/ui/part/class-use/MultiPageEditorSite.html: different reference/api/org/eclipse/ui/part/class-use/MultiPageSelectionProvider.html: different reference/api/org/eclipse/ui/part/class-use/Page.html: different reference/api/org/eclipse/ui/part/class-use/PageBook.PageBookLayout.html: different reference/api/org/eclipse/ui/part/class-use/PageBook.html: different reference/api/org/eclipse/ui/part/class-use/PageBookView.PageRec.html: different reference/api/org/eclipse/ui/part/class-use/PageBookView.SelectionProvider.html: different reference/api/org/eclipse/ui/part/class-use/PageBookView.html: different reference/api/org/eclipse/ui/part/class-use/PageSite.html: different reference/api/org/eclipse/ui/part/class-use/PageSwitcher.html: different reference/api/org/eclipse/ui/part/class-use/PluginDropAdapter.html: different reference/api/org/eclipse/ui/part/class-use/PluginTransfer.html: different reference/api/org/eclipse/ui/part/class-use/PluginTransferData.html: different reference/api/org/eclipse/ui/part/class-use/ResourceTransfer.html: different reference/api/org/eclipse/ui/part/class-use/ShowInContext.html: different reference/api/org/eclipse/ui/part/class-use/ViewPart.html: different reference/api/org/eclipse/ui/part/class-use/WorkbenchPart.html: different reference/api/org/eclipse/ui/part/package-summary.html: different reference/api/org/eclipse/ui/part/package-tree.html: different reference/api/org/eclipse/ui/part/package-use.html: different reference/api/org/eclipse/ui/plugin/AbstractUIPlugin.html: different reference/api/org/eclipse/ui/plugin/class-use/AbstractUIPlugin.html: different reference/api/org/eclipse/ui/plugin/package-summary.html: different reference/api/org/eclipse/ui/plugin/package-tree.html: different reference/api/org/eclipse/ui/plugin/package-use.html: different reference/api/org/eclipse/ui/preferences/IWorkbenchPreferenceContainer.html: different reference/api/org/eclipse/ui/preferences/IWorkingCopyManager.html: different reference/api/org/eclipse/ui/preferences/ScopedPreferenceStore.html: different reference/api/org/eclipse/ui/preferences/SettingsTransfer.html: different reference/api/org/eclipse/ui/preferences/ViewPreferencesAction.html: different reference/api/org/eclipse/ui/preferences/ViewSettingsDialog.html: different reference/api/org/eclipse/ui/preferences/WizardPropertyPage.html: different reference/api/org/eclipse/ui/preferences/WorkingCopyManager.html: different reference/api/org/eclipse/ui/preferences/class-use/IWorkbenchPreferenceContainer.html: different reference/api/org/eclipse/ui/preferences/class-use/IWorkingCopyManager.html: different reference/api/org/eclipse/ui/preferences/class-use/ScopedPreferenceStore.html: different reference/api/org/eclipse/ui/preferences/class-use/SettingsTransfer.html: different reference/api/org/eclipse/ui/preferences/class-use/ViewPreferencesAction.html: different reference/api/org/eclipse/ui/preferences/class-use/ViewSettingsDialog.html: different reference/api/org/eclipse/ui/preferences/class-use/WizardPropertyPage.html: different reference/api/org/eclipse/ui/preferences/class-use/WorkingCopyManager.html: different reference/api/org/eclipse/ui/preferences/package-summary.html: different reference/api/org/eclipse/ui/preferences/package-tree.html: different reference/api/org/eclipse/ui/preferences/package-use.html: different reference/api/org/eclipse/ui/progress/DeferredTreeContentManager.html: different reference/api/org/eclipse/ui/progress/IDeferredWorkbenchAdapter.html: different reference/api/org/eclipse/ui/progress/IElementCollector.html: different reference/api/org/eclipse/ui/progress/IJobRunnable.html: different reference/api/org/eclipse/ui/progress/IProgressConstants.html: different reference/api/org/eclipse/ui/progress/IProgressConstants2.html: different reference/api/org/eclipse/ui/progress/IProgressService.html: different reference/api/org/eclipse/ui/progress/IWorkbenchSiteProgressService.html: different reference/api/org/eclipse/ui/progress/PendingUpdateAdapter.html: different reference/api/org/eclipse/ui/progress/UIJob.html: different reference/api/org/eclipse/ui/progress/WorkbenchJob.html: different reference/api/org/eclipse/ui/progress/class-use/DeferredTreeContentManager.html: different reference/api/org/eclipse/ui/progress/class-use/IDeferredWorkbenchAdapter.html: different reference/api/org/eclipse/ui/progress/class-use/IElementCollector.html: different reference/api/org/eclipse/ui/progress/class-use/IJobRunnable.html: different reference/api/org/eclipse/ui/progress/class-use/IProgressConstants.html: different reference/api/org/eclipse/ui/progress/class-use/IProgressConstants2.html: different reference/api/org/eclipse/ui/progress/class-use/IProgressService.html: different reference/api/org/eclipse/ui/progress/class-use/IWorkbenchSiteProgressService.html: different reference/api/org/eclipse/ui/progress/class-use/PendingUpdateAdapter.html: different reference/api/org/eclipse/ui/progress/class-use/UIJob.html: different reference/api/org/eclipse/ui/progress/class-use/WorkbenchJob.html: different reference/api/org/eclipse/ui/progress/package-summary.html: different reference/api/org/eclipse/ui/progress/package-tree.html: different reference/api/org/eclipse/ui/progress/package-use.html: different reference/api/org/eclipse/ui/services/AbstractServiceFactory.html: different reference/api/org/eclipse/ui/services/IDisposable.html: different reference/api/org/eclipse/ui/services/IEvaluationReference.html: different reference/api/org/eclipse/ui/services/IEvaluationService.html: different reference/api/org/eclipse/ui/services/IServiceLocator.html: different reference/api/org/eclipse/ui/services/IServiceScopes.html: different reference/api/org/eclipse/ui/services/IServiceWithSources.html: different reference/api/org/eclipse/ui/services/ISourceProviderService.html: different reference/api/org/eclipse/ui/services/class-use/AbstractServiceFactory.html: different reference/api/org/eclipse/ui/services/class-use/IDisposable.html: different reference/api/org/eclipse/ui/services/class-use/IEvaluationReference.html: different reference/api/org/eclipse/ui/services/class-use/IEvaluationService.html: different reference/api/org/eclipse/ui/services/class-use/IServiceLocator.html: different reference/api/org/eclipse/ui/services/class-use/IServiceScopes.html: different reference/api/org/eclipse/ui/services/class-use/IServiceWithSources.html: different reference/api/org/eclipse/ui/services/class-use/ISourceProviderService.html: different reference/api/org/eclipse/ui/services/package-summary.html: different reference/api/org/eclipse/ui/services/package-tree.html: different reference/api/org/eclipse/ui/services/package-use.html: different reference/api/org/eclipse/ui/splash/AbstractSplashHandler.html: different reference/api/org/eclipse/ui/splash/BasicSplashHandler.html: different reference/api/org/eclipse/ui/splash/class-use/AbstractSplashHandler.html: different reference/api/org/eclipse/ui/splash/class-use/BasicSplashHandler.html: different reference/api/org/eclipse/ui/splash/package-summary.html: different reference/api/org/eclipse/ui/splash/package-tree.html: different reference/api/org/eclipse/ui/splash/package-use.html: different reference/api/org/eclipse/ui/statushandlers/AbstractStatusAreaProvider.html: different reference/api/org/eclipse/ui/statushandlers/AbstractStatusHandler.html: different reference/api/org/eclipse/ui/statushandlers/IStatusAdapterConstants.html: different reference/api/org/eclipse/ui/statushandlers/StatusAdapter.html: different reference/api/org/eclipse/ui/statushandlers/StatusManager.INotificationListener.html: different reference/api/org/eclipse/ui/statushandlers/StatusManager.INotificationTypes.html: different reference/api/org/eclipse/ui/statushandlers/StatusManager.html: different reference/api/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.html: different reference/api/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.html: different reference/api/org/eclipse/ui/statushandlers/class-use/AbstractStatusAreaProvider.html: different reference/api/org/eclipse/ui/statushandlers/class-use/AbstractStatusHandler.html: different reference/api/org/eclipse/ui/statushandlers/class-use/IStatusAdapterConstants.html: different reference/api/org/eclipse/ui/statushandlers/class-use/StatusAdapter.html: different reference/api/org/eclipse/ui/statushandlers/class-use/StatusManager.INotificationListener.html: different reference/api/org/eclipse/ui/statushandlers/class-use/StatusManager.INotificationTypes.html: different reference/api/org/eclipse/ui/statushandlers/class-use/StatusManager.html: different reference/api/org/eclipse/ui/statushandlers/class-use/WorkbenchErrorHandler.html: different reference/api/org/eclipse/ui/statushandlers/class-use/WorkbenchStatusDialogManager.html: different reference/api/org/eclipse/ui/statushandlers/package-summary.html: different reference/api/org/eclipse/ui/statushandlers/package-tree.html: different reference/api/org/eclipse/ui/statushandlers/package-use.html: different reference/api/org/eclipse/ui/swt/IFocusService.html: different reference/api/org/eclipse/ui/swt/class-use/IFocusService.html: different reference/api/org/eclipse/ui/swt/package-summary.html: different reference/api/org/eclipse/ui/swt/package-tree.html: different reference/api/org/eclipse/ui/swt/package-use.html: different reference/api/org/eclipse/ui/testing/ContributionInfo.html: different reference/api/org/eclipse/ui/testing/ITestHarness.html: different reference/api/org/eclipse/ui/testing/IWorkbenchPartTestable.html: different reference/api/org/eclipse/ui/testing/TestableObject.html: different reference/api/org/eclipse/ui/testing/class-use/ContributionInfo.html: different reference/api/org/eclipse/ui/testing/class-use/ITestHarness.html: different reference/api/org/eclipse/ui/testing/class-use/IWorkbenchPartTestable.html: different reference/api/org/eclipse/ui/testing/class-use/TestableObject.html: different reference/api/org/eclipse/ui/testing/package-summary.html: different reference/api/org/eclipse/ui/testing/package-tree.html: different reference/api/org/eclipse/ui/testing/package-use.html: different reference/api/org/eclipse/ui/texteditor/AbstractDecoratedTextEditor.html: different reference/api/org/eclipse/ui/texteditor/AbstractDecoratedTextEditorPreferenceConstants.html: different reference/api/org/eclipse/ui/texteditor/AbstractDocumentProvider.DocumentProviderOperation.html: different reference/api/org/eclipse/ui/texteditor/AbstractDocumentProvider.ElementInfo.html: different reference/api/org/eclipse/ui/texteditor/AbstractDocumentProvider.html: different reference/api/org/eclipse/ui/texteditor/AbstractMarkerAnnotationModel.html: different reference/api/org/eclipse/ui/texteditor/AbstractRulerActionDelegate.html: different reference/api/org/eclipse/ui/texteditor/AbstractTextEditor.AbstractSelectionChangedListener.html: different reference/api/org/eclipse/ui/texteditor/AbstractTextEditor.ColumnSupport.html: different reference/api/org/eclipse/ui/texteditor/AbstractTextEditor.IdMapEntry.html: different reference/api/org/eclipse/ui/texteditor/AbstractTextEditor.LineEndAction.html: different reference/api/org/eclipse/ui/texteditor/AbstractTextEditor.LineStartAction.html: different reference/api/org/eclipse/ui/texteditor/AbstractTextEditor.SelectionProvider.html: different reference/api/org/eclipse/ui/texteditor/AbstractTextEditor.TextEditorSavable.html: different reference/api/org/eclipse/ui/texteditor/AbstractTextEditor.html: different reference/api/org/eclipse/ui/texteditor/AddMarkerAction.html: different reference/api/org/eclipse/ui/texteditor/AddTaskAction.html: different reference/api/org/eclipse/ui/texteditor/AnnotationPreference.html: different reference/api/org/eclipse/ui/texteditor/AnnotationPreferenceLookup.html: different reference/api/org/eclipse/ui/texteditor/AnnotationTypeLookup.html: different reference/api/org/eclipse/ui/texteditor/BasicMarkerUpdater.html: different reference/api/org/eclipse/ui/texteditor/BasicTextEditorActionContributor.html: different reference/api/org/eclipse/ui/texteditor/BookmarkRulerAction.html: different reference/api/org/eclipse/ui/texteditor/CaseAction.html: different reference/api/org/eclipse/ui/texteditor/ChainedPreferenceStore.html: different reference/api/org/eclipse/ui/texteditor/ChangeEncodingAction.html: different reference/api/org/eclipse/ui/texteditor/ConfigurationElementSorter.html: different reference/api/org/eclipse/ui/texteditor/ContentAssistAction.html: different reference/api/org/eclipse/ui/texteditor/ConvertLineDelimitersAction.html: different reference/api/org/eclipse/ui/texteditor/DefaultMarkerAnnotationAccess.html: different reference/api/org/eclipse/ui/texteditor/DefaultRangeIndicator.html: different reference/api/org/eclipse/ui/texteditor/DeleteLineAction.html: different reference/api/org/eclipse/ui/texteditor/DocumentProviderRegistry.html: different reference/api/org/eclipse/ui/texteditor/FindNextAction.html: different reference/api/org/eclipse/ui/texteditor/FindReplaceAction.html: different reference/api/org/eclipse/ui/texteditor/GotoAnnotationAction.html: different reference/api/org/eclipse/ui/texteditor/GotoLastEditPositionAction.html: different reference/api/org/eclipse/ui/texteditor/GotoLineAction.html: different reference/api/org/eclipse/ui/texteditor/GotoNextEditPositionAction.html: different reference/api/org/eclipse/ui/texteditor/HippieProposalProcessor.html: different reference/api/org/eclipse/ui/texteditor/HyperlinkDetectorDescriptor.html: different reference/api/org/eclipse/ui/texteditor/HyperlinkDetectorRegistry.html: different reference/api/org/eclipse/ui/texteditor/HyperlinkDetectorTargetDescriptor.html: different reference/api/org/eclipse/ui/texteditor/IAbstractTextEditorHelpContextIds.html: different reference/api/org/eclipse/ui/texteditor/IAnnotationImageProvider.html: different reference/api/org/eclipse/ui/texteditor/IDocumentProvider.html: different reference/api/org/eclipse/ui/texteditor/IDocumentProviderExtension.html: different reference/api/org/eclipse/ui/texteditor/IDocumentProviderExtension2.html: different reference/api/org/eclipse/ui/texteditor/IDocumentProviderExtension3.html: different reference/api/org/eclipse/ui/texteditor/IDocumentProviderExtension4.html: different reference/api/org/eclipse/ui/texteditor/IDocumentProviderExtension5.html: different reference/api/org/eclipse/ui/texteditor/IEditorStatusLine.html: different reference/api/org/eclipse/ui/texteditor/IElementStateListener.html: different reference/api/org/eclipse/ui/texteditor/IElementStateListenerExtension.html: different reference/api/org/eclipse/ui/texteditor/IFindReplaceTargetExtension2.html: different reference/api/org/eclipse/ui/texteditor/IMarkerUpdater.html: different reference/api/org/eclipse/ui/texteditor/IReadOnlyDependent.html: different reference/api/org/eclipse/ui/texteditor/ISchedulingRuleProvider.html: different reference/api/org/eclipse/ui/texteditor/IStatusField.html: different reference/api/org/eclipse/ui/texteditor/IStatusFieldExtension.html: different reference/api/org/eclipse/ui/texteditor/ITextEditor.html: different reference/api/org/eclipse/ui/texteditor/ITextEditorActionConstants.html: different reference/api/org/eclipse/ui/texteditor/ITextEditorActionDefinitionIds.html: different reference/api/org/eclipse/ui/texteditor/ITextEditorDropTargetListener.html: different reference/api/org/eclipse/ui/texteditor/ITextEditorExtension.html: different reference/api/org/eclipse/ui/texteditor/ITextEditorExtension2.html: different reference/api/org/eclipse/ui/texteditor/ITextEditorExtension3.InsertMode.html: different reference/api/org/eclipse/ui/texteditor/ITextEditorExtension3.html: different reference/api/org/eclipse/ui/texteditor/ITextEditorExtension4.html: different reference/api/org/eclipse/ui/texteditor/ITextEditorExtension5.html: different reference/api/org/eclipse/ui/texteditor/ITextEditorExtension6.html: different reference/api/org/eclipse/ui/texteditor/IUpdate.html: different reference/api/org/eclipse/ui/texteditor/IWorkbenchActionDefinitionIds.html: different reference/api/org/eclipse/ui/texteditor/ImageUtilities.html: different reference/api/org/eclipse/ui/texteditor/IncrementalFindAction.html: different reference/api/org/eclipse/ui/texteditor/InfoForm.html: different reference/api/org/eclipse/ui/texteditor/InsertLineAction.html: different reference/api/org/eclipse/ui/texteditor/JoinLinesAction.html: different reference/api/org/eclipse/ui/texteditor/KeyBindingSupportForAssistant.html: different reference/api/org/eclipse/ui/texteditor/MarkAction.html: different reference/api/org/eclipse/ui/texteditor/MarkRegionTarget.html: different reference/api/org/eclipse/ui/texteditor/MarkerAnnotation.html: different reference/api/org/eclipse/ui/texteditor/MarkerAnnotationPreferences.html: different reference/api/org/eclipse/ui/texteditor/MarkerRulerAction.html: different reference/api/org/eclipse/ui/texteditor/MarkerRulerInfoAction.html: different reference/api/org/eclipse/ui/texteditor/MarkerUtilities.html: different reference/api/org/eclipse/ui/texteditor/MoveLinesAction.html: different reference/api/org/eclipse/ui/texteditor/PropagatingFontFieldEditor.html: different reference/api/org/eclipse/ui/texteditor/RecenterAction.html: different reference/api/org/eclipse/ui/texteditor/ResourceAction.html: different reference/api/org/eclipse/ui/texteditor/ResourceMarkerAnnotationModel.html: different reference/api/org/eclipse/ui/texteditor/ResourceMarkerAnnotationModelFactory.html: different reference/api/org/eclipse/ui/texteditor/RetargetTextEditorAction.html: different reference/api/org/eclipse/ui/texteditor/RevertToSavedAction.html: different reference/api/org/eclipse/ui/texteditor/SaveAction.html: different reference/api/org/eclipse/ui/texteditor/SelectAnnotationRulerAction.html: different reference/api/org/eclipse/ui/texteditor/SelectMarkerRulerAction.html: different reference/api/org/eclipse/ui/texteditor/SelectMarkerRulerInfoAction.html: different reference/api/org/eclipse/ui/texteditor/SelectRulerAction.html: different reference/api/org/eclipse/ui/texteditor/ShiftAction.html: different reference/api/org/eclipse/ui/texteditor/ShowWhitespaceCharactersAction.html: different reference/api/org/eclipse/ui/texteditor/SimpleMarkerAnnotation.html: different reference/api/org/eclipse/ui/texteditor/SourceViewerDecorationSupport.html: different reference/api/org/eclipse/ui/texteditor/StatusLineContributionItem.html: different reference/api/org/eclipse/ui/texteditor/StatusTextEditor.html: different reference/api/org/eclipse/ui/texteditor/TaskRulerAction.html: different reference/api/org/eclipse/ui/texteditor/TextEditorAction.html: different reference/api/org/eclipse/ui/texteditor/TextNavigationAction.html: different reference/api/org/eclipse/ui/texteditor/TextOperationAction.html: different reference/api/org/eclipse/ui/texteditor/TextSelectionNavigationLocation.html: different reference/api/org/eclipse/ui/texteditor/TextViewerDeleteLineTarget.html: different reference/api/org/eclipse/ui/texteditor/TextZoomInHandler.html: different reference/api/org/eclipse/ui/texteditor/TextZoomOutHandler.html: different reference/api/org/eclipse/ui/texteditor/ValidateStateException.html: different reference/api/org/eclipse/ui/texteditor/WorkbenchChainedTextFontFieldEditor.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractDecoratedTextEditor.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractDecoratedTextEditorPreferenceConstants.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractDocumentProvider.DocumentProviderOperation.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractDocumentProvider.ElementInfo.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractDocumentProvider.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractMarkerAnnotationModel.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractRulerActionDelegate.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractTextEditor.AbstractSelectionChangedListener.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractTextEditor.ColumnSupport.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractTextEditor.IdMapEntry.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractTextEditor.LineEndAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractTextEditor.LineStartAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractTextEditor.SelectionProvider.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractTextEditor.TextEditorSavable.html: different reference/api/org/eclipse/ui/texteditor/class-use/AbstractTextEditor.html: different reference/api/org/eclipse/ui/texteditor/class-use/AddMarkerAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/AddTaskAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/AnnotationPreference.html: different reference/api/org/eclipse/ui/texteditor/class-use/AnnotationPreferenceLookup.html: different reference/api/org/eclipse/ui/texteditor/class-use/AnnotationTypeLookup.html: different reference/api/org/eclipse/ui/texteditor/class-use/BasicMarkerUpdater.html: different reference/api/org/eclipse/ui/texteditor/class-use/BasicTextEditorActionContributor.html: different reference/api/org/eclipse/ui/texteditor/class-use/BookmarkRulerAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/CaseAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/ChainedPreferenceStore.html: different reference/api/org/eclipse/ui/texteditor/class-use/ChangeEncodingAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/ConfigurationElementSorter.html: different reference/api/org/eclipse/ui/texteditor/class-use/ContentAssistAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/ConvertLineDelimitersAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/DefaultMarkerAnnotationAccess.html: different reference/api/org/eclipse/ui/texteditor/class-use/DefaultRangeIndicator.html: different reference/api/org/eclipse/ui/texteditor/class-use/DeleteLineAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/DocumentProviderRegistry.html: different reference/api/org/eclipse/ui/texteditor/class-use/FindNextAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/FindReplaceAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/GotoAnnotationAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/GotoLastEditPositionAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/GotoLineAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/GotoNextEditPositionAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/HippieProposalProcessor.html: different reference/api/org/eclipse/ui/texteditor/class-use/HyperlinkDetectorDescriptor.html: different reference/api/org/eclipse/ui/texteditor/class-use/HyperlinkDetectorRegistry.html: different reference/api/org/eclipse/ui/texteditor/class-use/HyperlinkDetectorTargetDescriptor.html: different reference/api/org/eclipse/ui/texteditor/class-use/IAbstractTextEditorHelpContextIds.html: different reference/api/org/eclipse/ui/texteditor/class-use/IAnnotationImageProvider.html: different reference/api/org/eclipse/ui/texteditor/class-use/IDocumentProvider.html: different reference/api/org/eclipse/ui/texteditor/class-use/IDocumentProviderExtension.html: different reference/api/org/eclipse/ui/texteditor/class-use/IDocumentProviderExtension2.html: different reference/api/org/eclipse/ui/texteditor/class-use/IDocumentProviderExtension3.html: different reference/api/org/eclipse/ui/texteditor/class-use/IDocumentProviderExtension4.html: different reference/api/org/eclipse/ui/texteditor/class-use/IDocumentProviderExtension5.html: different reference/api/org/eclipse/ui/texteditor/class-use/IEditorStatusLine.html: different reference/api/org/eclipse/ui/texteditor/class-use/IElementStateListener.html: different reference/api/org/eclipse/ui/texteditor/class-use/IElementStateListenerExtension.html: different reference/api/org/eclipse/ui/texteditor/class-use/IFindReplaceTargetExtension2.html: different reference/api/org/eclipse/ui/texteditor/class-use/IMarkerUpdater.html: different reference/api/org/eclipse/ui/texteditor/class-use/IReadOnlyDependent.html: different reference/api/org/eclipse/ui/texteditor/class-use/ISchedulingRuleProvider.html: different reference/api/org/eclipse/ui/texteditor/class-use/IStatusField.html: different reference/api/org/eclipse/ui/texteditor/class-use/IStatusFieldExtension.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditor.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditorActionConstants.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditorActionDefinitionIds.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditorDropTargetListener.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditorExtension.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditorExtension2.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditorExtension3.InsertMode.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditorExtension3.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditorExtension4.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditorExtension5.html: different reference/api/org/eclipse/ui/texteditor/class-use/ITextEditorExtension6.html: different reference/api/org/eclipse/ui/texteditor/class-use/IUpdate.html: different reference/api/org/eclipse/ui/texteditor/class-use/IWorkbenchActionDefinitionIds.html: different reference/api/org/eclipse/ui/texteditor/class-use/ImageUtilities.html: different reference/api/org/eclipse/ui/texteditor/class-use/IncrementalFindAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/InfoForm.html: different reference/api/org/eclipse/ui/texteditor/class-use/InsertLineAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/JoinLinesAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/KeyBindingSupportForAssistant.html: different reference/api/org/eclipse/ui/texteditor/class-use/MarkAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/MarkRegionTarget.html: different reference/api/org/eclipse/ui/texteditor/class-use/MarkerAnnotation.html: different reference/api/org/eclipse/ui/texteditor/class-use/MarkerAnnotationPreferences.html: different reference/api/org/eclipse/ui/texteditor/class-use/MarkerRulerAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/MarkerRulerInfoAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/MarkerUtilities.html: different reference/api/org/eclipse/ui/texteditor/class-use/MoveLinesAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/PropagatingFontFieldEditor.html: different reference/api/org/eclipse/ui/texteditor/class-use/RecenterAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/ResourceAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/ResourceMarkerAnnotationModel.html: different reference/api/org/eclipse/ui/texteditor/class-use/ResourceMarkerAnnotationModelFactory.html: different reference/api/org/eclipse/ui/texteditor/class-use/RetargetTextEditorAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/RevertToSavedAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/SaveAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/SelectAnnotationRulerAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/SelectMarkerRulerAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/SelectMarkerRulerInfoAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/SelectRulerAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/ShiftAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/ShowWhitespaceCharactersAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/SimpleMarkerAnnotation.html: different reference/api/org/eclipse/ui/texteditor/class-use/SourceViewerDecorationSupport.html: different reference/api/org/eclipse/ui/texteditor/class-use/StatusLineContributionItem.html: different reference/api/org/eclipse/ui/texteditor/class-use/StatusTextEditor.html: different reference/api/org/eclipse/ui/texteditor/class-use/TaskRulerAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/TextEditorAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/TextNavigationAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/TextOperationAction.html: different reference/api/org/eclipse/ui/texteditor/class-use/TextSelectionNavigationLocation.html: different reference/api/org/eclipse/ui/texteditor/class-use/TextViewerDeleteLineTarget.html: different reference/api/org/eclipse/ui/texteditor/class-use/TextZoomInHandler.html: different reference/api/org/eclipse/ui/texteditor/class-use/TextZoomOutHandler.html: different reference/api/org/eclipse/ui/texteditor/class-use/ValidateStateException.html: different reference/api/org/eclipse/ui/texteditor/class-use/WorkbenchChainedTextFontFieldEditor.html: different reference/api/org/eclipse/ui/texteditor/link/EditorLinkedModeUI.html: different reference/api/org/eclipse/ui/texteditor/link/class-use/EditorLinkedModeUI.html: different reference/api/org/eclipse/ui/texteditor/link/package-summary.html: different reference/api/org/eclipse/ui/texteditor/link/package-tree.html: different reference/api/org/eclipse/ui/texteditor/link/package-use.html: different reference/api/org/eclipse/ui/texteditor/package-summary.html: different reference/api/org/eclipse/ui/texteditor/package-tree.html: different reference/api/org/eclipse/ui/texteditor/package-use.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/IQuickDiffReferenceProvider.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/QuickDiff.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/QuickDiffToggleAction.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/ReferenceProviderDescriptor.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/class-use/IQuickDiffReferenceProvider.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/class-use/QuickDiff.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/class-use/QuickDiffToggleAction.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/class-use/ReferenceProviderDescriptor.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/package-summary.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/package-tree.html: different reference/api/org/eclipse/ui/texteditor/quickdiff/package-use.html: different reference/api/org/eclipse/ui/texteditor/rulers/AbstractContributedRulerColumn.html: different reference/api/org/eclipse/ui/texteditor/rulers/IColumnSupport.html: different reference/api/org/eclipse/ui/texteditor/rulers/IContributedRulerColumn.html: different reference/api/org/eclipse/ui/texteditor/rulers/RulerColumnDescriptor.html: different reference/api/org/eclipse/ui/texteditor/rulers/RulerColumnPreferenceAdapter.html: different reference/api/org/eclipse/ui/texteditor/rulers/RulerColumnRegistry.html: different reference/api/org/eclipse/ui/texteditor/rulers/class-use/AbstractContributedRulerColumn.html: different reference/api/org/eclipse/ui/texteditor/rulers/class-use/IColumnSupport.html: different reference/api/org/eclipse/ui/texteditor/rulers/class-use/IContributedRulerColumn.html: different reference/api/org/eclipse/ui/texteditor/rulers/class-use/RulerColumnDescriptor.html: different reference/api/org/eclipse/ui/texteditor/rulers/class-use/RulerColumnPreferenceAdapter.html: different reference/api/org/eclipse/ui/texteditor/rulers/class-use/RulerColumnRegistry.html: different reference/api/org/eclipse/ui/texteditor/rulers/package-summary.html: different reference/api/org/eclipse/ui/texteditor/rulers/package-tree.html: different reference/api/org/eclipse/ui/texteditor/rulers/package-use.html: different reference/api/org/eclipse/ui/texteditor/spelling/IPreferenceStatusMonitor.html: different reference/api/org/eclipse/ui/texteditor/spelling/ISpellingEngine.html: different reference/api/org/eclipse/ui/texteditor/spelling/ISpellingPreferenceBlock.html: different reference/api/org/eclipse/ui/texteditor/spelling/ISpellingProblemCollector.html: different reference/api/org/eclipse/ui/texteditor/spelling/SpellingAnnotation.html: different reference/api/org/eclipse/ui/texteditor/spelling/SpellingContext.html: different reference/api/org/eclipse/ui/texteditor/spelling/SpellingCorrectionProcessor.html: different reference/api/org/eclipse/ui/texteditor/spelling/SpellingEngineDescriptor.html: different reference/api/org/eclipse/ui/texteditor/spelling/SpellingProblem.html: different reference/api/org/eclipse/ui/texteditor/spelling/SpellingReconcileStrategy.html: different reference/api/org/eclipse/ui/texteditor/spelling/SpellingService.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/IPreferenceStatusMonitor.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/ISpellingEngine.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/ISpellingPreferenceBlock.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/ISpellingProblemCollector.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/SpellingAnnotation.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/SpellingContext.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/SpellingCorrectionProcessor.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/SpellingEngineDescriptor.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/SpellingProblem.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/SpellingReconcileStrategy.html: different reference/api/org/eclipse/ui/texteditor/spelling/class-use/SpellingService.html: different reference/api/org/eclipse/ui/texteditor/spelling/package-summary.html: different reference/api/org/eclipse/ui/texteditor/spelling/package-tree.html: different reference/api/org/eclipse/ui/texteditor/spelling/package-use.html: different reference/api/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.html: different reference/api/org/eclipse/ui/texteditor/templates/ITemplatesPage.html: different reference/api/org/eclipse/ui/texteditor/templates/ITemplatesPageExtension.html: different reference/api/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.EditTemplateDialog.html: different reference/api/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.html: different reference/api/org/eclipse/ui/texteditor/templates/TemplatesView.html: different reference/api/org/eclipse/ui/texteditor/templates/class-use/AbstractTemplatesPage.html: different reference/api/org/eclipse/ui/texteditor/templates/class-use/ITemplatesPage.html: different reference/api/org/eclipse/ui/texteditor/templates/class-use/ITemplatesPageExtension.html: different reference/api/org/eclipse/ui/texteditor/templates/class-use/TemplatePreferencePage.EditTemplateDialog.html: different reference/api/org/eclipse/ui/texteditor/templates/class-use/TemplatePreferencePage.html: different reference/api/org/eclipse/ui/texteditor/templates/class-use/TemplatesView.html: different reference/api/org/eclipse/ui/texteditor/templates/package-summary.html: different reference/api/org/eclipse/ui/texteditor/templates/package-tree.html: different reference/api/org/eclipse/ui/texteditor/templates/package-use.html: different reference/api/org/eclipse/ui/themes/ColorUtil.html: different reference/api/org/eclipse/ui/themes/IColorFactory.html: different reference/api/org/eclipse/ui/themes/ITheme.html: different reference/api/org/eclipse/ui/themes/IThemeManager.html: different reference/api/org/eclipse/ui/themes/IThemePreview.html: different reference/api/org/eclipse/ui/themes/RGBBlendColorFactory.html: different reference/api/org/eclipse/ui/themes/class-use/ColorUtil.html: different reference/api/org/eclipse/ui/themes/class-use/IColorFactory.html: different reference/api/org/eclipse/ui/themes/class-use/ITheme.html: different reference/api/org/eclipse/ui/themes/class-use/IThemeManager.html: different reference/api/org/eclipse/ui/themes/class-use/IThemePreview.html: different reference/api/org/eclipse/ui/themes/class-use/RGBBlendColorFactory.html: different reference/api/org/eclipse/ui/themes/package-summary.html: different reference/api/org/eclipse/ui/themes/package-tree.html: different reference/api/org/eclipse/ui/themes/package-use.html: different reference/api/org/eclipse/ui/views/IStickyViewDescriptor.html: different reference/api/org/eclipse/ui/views/IViewCategory.html: different reference/api/org/eclipse/ui/views/IViewDescriptor.html: different reference/api/org/eclipse/ui/views/IViewRegistry.html: different reference/api/org/eclipse/ui/views/class-use/IStickyViewDescriptor.html: different reference/api/org/eclipse/ui/views/class-use/IViewCategory.html: different reference/api/org/eclipse/ui/views/class-use/IViewDescriptor.html: different reference/api/org/eclipse/ui/views/class-use/IViewRegistry.html: different reference/api/org/eclipse/ui/views/contentoutline/ContentOutline.html: different reference/api/org/eclipse/ui/views/contentoutline/ContentOutlinePage.html: different reference/api/org/eclipse/ui/views/contentoutline/IContentOutlinePage.html: different reference/api/org/eclipse/ui/views/contentoutline/class-use/ContentOutline.html: different reference/api/org/eclipse/ui/views/contentoutline/class-use/ContentOutlinePage.html: different reference/api/org/eclipse/ui/views/contentoutline/class-use/IContentOutlinePage.html: different reference/api/org/eclipse/ui/views/contentoutline/package-summary.html: different reference/api/org/eclipse/ui/views/contentoutline/package-tree.html: different reference/api/org/eclipse/ui/views/contentoutline/package-use.html: different reference/api/org/eclipse/ui/views/framelist/BackAction.html: different reference/api/org/eclipse/ui/views/framelist/ForwardAction.html: different reference/api/org/eclipse/ui/views/framelist/Frame.html: different reference/api/org/eclipse/ui/views/framelist/FrameAction.html: different reference/api/org/eclipse/ui/views/framelist/FrameList.html: different reference/api/org/eclipse/ui/views/framelist/GoIntoAction.html: different reference/api/org/eclipse/ui/views/framelist/IFrameSource.html: different reference/api/org/eclipse/ui/views/framelist/TreeFrame.html: different reference/api/org/eclipse/ui/views/framelist/TreeViewerFrameSource.html: different reference/api/org/eclipse/ui/views/framelist/UpAction.html: different reference/api/org/eclipse/ui/views/framelist/class-use/BackAction.html: different reference/api/org/eclipse/ui/views/framelist/class-use/ForwardAction.html: different reference/api/org/eclipse/ui/views/framelist/class-use/Frame.html: different reference/api/org/eclipse/ui/views/framelist/class-use/FrameAction.html: different reference/api/org/eclipse/ui/views/framelist/class-use/FrameList.html: different reference/api/org/eclipse/ui/views/framelist/class-use/GoIntoAction.html: different reference/api/org/eclipse/ui/views/framelist/class-use/IFrameSource.html: different reference/api/org/eclipse/ui/views/framelist/class-use/TreeFrame.html: different reference/api/org/eclipse/ui/views/framelist/class-use/TreeViewerFrameSource.html: different reference/api/org/eclipse/ui/views/framelist/class-use/UpAction.html: different reference/api/org/eclipse/ui/views/framelist/package-summary.html: different reference/api/org/eclipse/ui/views/framelist/package-tree.html: different reference/api/org/eclipse/ui/views/framelist/package-use.html: different reference/api/org/eclipse/ui/views/markers/FilterConfigurationArea.html: different reference/api/org/eclipse/ui/views/markers/FiltersContributionParameters.html: different reference/api/org/eclipse/ui/views/markers/MarkerField.html: different reference/api/org/eclipse/ui/views/markers/MarkerFieldFilter.html: different reference/api/org/eclipse/ui/views/markers/MarkerItem.html: different reference/api/org/eclipse/ui/views/markers/MarkerSupportConstants.html: different reference/api/org/eclipse/ui/views/markers/MarkerSupportView.html: different reference/api/org/eclipse/ui/views/markers/MarkerViewHandler.html: different reference/api/org/eclipse/ui/views/markers/MarkerViewUtil.html: different reference/api/org/eclipse/ui/views/markers/WorkbenchMarkerResolution.html: different reference/api/org/eclipse/ui/views/markers/class-use/FilterConfigurationArea.html: different reference/api/org/eclipse/ui/views/markers/class-use/FiltersContributionParameters.html: different reference/api/org/eclipse/ui/views/markers/class-use/MarkerField.html: different reference/api/org/eclipse/ui/views/markers/class-use/MarkerFieldFilter.html: different reference/api/org/eclipse/ui/views/markers/class-use/MarkerItem.html: different reference/api/org/eclipse/ui/views/markers/class-use/MarkerSupportConstants.html: different reference/api/org/eclipse/ui/views/markers/class-use/MarkerSupportView.html: different reference/api/org/eclipse/ui/views/markers/class-use/MarkerViewHandler.html: different reference/api/org/eclipse/ui/views/markers/class-use/MarkerViewUtil.html: different reference/api/org/eclipse/ui/views/markers/class-use/WorkbenchMarkerResolution.html: different reference/api/org/eclipse/ui/views/markers/package-summary.html: different reference/api/org/eclipse/ui/views/markers/package-tree.html: different reference/api/org/eclipse/ui/views/markers/package-use.html: different reference/api/org/eclipse/ui/views/navigator/CollapseAllAction.html: different reference/api/org/eclipse/ui/views/navigator/FilterSelectionAction.html: different reference/api/org/eclipse/ui/views/navigator/GotoActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/GotoResourceAction.html: different reference/api/org/eclipse/ui/views/navigator/IResourceNavigator.html: different reference/api/org/eclipse/ui/views/navigator/LocalSelectionTransfer.html: different reference/api/org/eclipse/ui/views/navigator/MainActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/NavigatorDragAdapter.html: different reference/api/org/eclipse/ui/views/navigator/NavigatorDropAdapter.html: different reference/api/org/eclipse/ui/views/navigator/NavigatorFrameSource.html: different reference/api/org/eclipse/ui/views/navigator/OpenActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/RefactorActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/ResourceComparator.html: different reference/api/org/eclipse/ui/views/navigator/ResourceNavigator.html: different reference/api/org/eclipse/ui/views/navigator/ResourceNavigatorAction.html: different reference/api/org/eclipse/ui/views/navigator/ResourceNavigatorActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/ResourceNavigatorMessages.html: different reference/api/org/eclipse/ui/views/navigator/ResourceNavigatorMoveAction.html: different reference/api/org/eclipse/ui/views/navigator/ResourceNavigatorRenameAction.html: different reference/api/org/eclipse/ui/views/navigator/ResourcePatternFilter.html: different reference/api/org/eclipse/ui/views/navigator/ResourceSelectionUtil.html: different reference/api/org/eclipse/ui/views/navigator/ResourceSorter.html: different reference/api/org/eclipse/ui/views/navigator/ShowInNavigatorAction.html: different reference/api/org/eclipse/ui/views/navigator/SortAndFilterActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/SortViewAction.html: different reference/api/org/eclipse/ui/views/navigator/ToggleLinkingAction.html: different reference/api/org/eclipse/ui/views/navigator/WorkspaceActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/class-use/CollapseAllAction.html: different reference/api/org/eclipse/ui/views/navigator/class-use/FilterSelectionAction.html: different reference/api/org/eclipse/ui/views/navigator/class-use/GotoActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/class-use/GotoResourceAction.html: different reference/api/org/eclipse/ui/views/navigator/class-use/IResourceNavigator.html: different reference/api/org/eclipse/ui/views/navigator/class-use/LocalSelectionTransfer.html: different reference/api/org/eclipse/ui/views/navigator/class-use/MainActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/class-use/NavigatorDragAdapter.html: different reference/api/org/eclipse/ui/views/navigator/class-use/NavigatorDropAdapter.html: different reference/api/org/eclipse/ui/views/navigator/class-use/NavigatorFrameSource.html: different reference/api/org/eclipse/ui/views/navigator/class-use/OpenActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/class-use/RefactorActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ResourceComparator.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ResourceNavigator.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ResourceNavigatorAction.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ResourceNavigatorActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ResourceNavigatorMessages.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ResourceNavigatorMoveAction.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ResourceNavigatorRenameAction.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ResourcePatternFilter.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ResourceSelectionUtil.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ResourceSorter.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ShowInNavigatorAction.html: different reference/api/org/eclipse/ui/views/navigator/class-use/SortAndFilterActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/class-use/SortViewAction.html: different reference/api/org/eclipse/ui/views/navigator/class-use/ToggleLinkingAction.html: different reference/api/org/eclipse/ui/views/navigator/class-use/WorkspaceActionGroup.html: different reference/api/org/eclipse/ui/views/navigator/package-summary.html: different reference/api/org/eclipse/ui/views/navigator/package-tree.html: different reference/api/org/eclipse/ui/views/navigator/package-use.html: different reference/api/org/eclipse/ui/views/package-summary.html: different reference/api/org/eclipse/ui/views/package-tree.html: different reference/api/org/eclipse/ui/views/package-use.html: different reference/api/org/eclipse/ui/views/properties/ColorPropertyDescriptor.html: different reference/api/org/eclipse/ui/views/properties/ComboBoxLabelProvider.html: different reference/api/org/eclipse/ui/views/properties/ComboBoxPropertyDescriptor.html: different reference/api/org/eclipse/ui/views/properties/FilePropertySource.html: different reference/api/org/eclipse/ui/views/properties/IPropertyDescriptor.html: different reference/api/org/eclipse/ui/views/properties/IPropertySheetEntry.html: different reference/api/org/eclipse/ui/views/properties/IPropertySheetEntryListener.html: different reference/api/org/eclipse/ui/views/properties/IPropertySheetPage.html: different reference/api/org/eclipse/ui/views/properties/IPropertySource.html: different reference/api/org/eclipse/ui/views/properties/IPropertySource2.html: different reference/api/org/eclipse/ui/views/properties/IPropertySourceProvider.html: different reference/api/org/eclipse/ui/views/properties/IResourcePropertyConstants.html: different reference/api/org/eclipse/ui/views/properties/NewPropertySheetHandler.html: different reference/api/org/eclipse/ui/views/properties/PinPropertySheetAction.html: different reference/api/org/eclipse/ui/views/properties/PropertyColumnLabelProvider.html: different reference/api/org/eclipse/ui/views/properties/PropertyDescriptor.html: different reference/api/org/eclipse/ui/views/properties/PropertyEditingSupport.html: different reference/api/org/eclipse/ui/views/properties/PropertySheet.html: different reference/api/org/eclipse/ui/views/properties/PropertySheetEntry.html: different reference/api/org/eclipse/ui/views/properties/PropertySheetPage.html: different reference/api/org/eclipse/ui/views/properties/PropertySheetSorter.html: different reference/api/org/eclipse/ui/views/properties/PropertyShowInContext.html: different reference/api/org/eclipse/ui/views/properties/ResourcePropertySource.html: different reference/api/org/eclipse/ui/views/properties/TextPropertyDescriptor.html: different reference/api/org/eclipse/ui/views/properties/class-use/ColorPropertyDescriptor.html: different reference/api/org/eclipse/ui/views/properties/class-use/ComboBoxLabelProvider.html: different reference/api/org/eclipse/ui/views/properties/class-use/ComboBoxPropertyDescriptor.html: different reference/api/org/eclipse/ui/views/properties/class-use/FilePropertySource.html: different reference/api/org/eclipse/ui/views/properties/class-use/IPropertyDescriptor.html: different reference/api/org/eclipse/ui/views/properties/class-use/IPropertySheetEntry.html: different reference/api/org/eclipse/ui/views/properties/class-use/IPropertySheetEntryListener.html: different reference/api/org/eclipse/ui/views/properties/class-use/IPropertySheetPage.html: different reference/api/org/eclipse/ui/views/properties/class-use/IPropertySource.html: different reference/api/org/eclipse/ui/views/properties/class-use/IPropertySource2.html: different reference/api/org/eclipse/ui/views/properties/class-use/IPropertySourceProvider.html: different reference/api/org/eclipse/ui/views/properties/class-use/IResourcePropertyConstants.html: different reference/api/org/eclipse/ui/views/properties/class-use/NewPropertySheetHandler.html: different reference/api/org/eclipse/ui/views/properties/class-use/PinPropertySheetAction.html: different reference/api/org/eclipse/ui/views/properties/class-use/PropertyColumnLabelProvider.html: different reference/api/org/eclipse/ui/views/properties/class-use/PropertyDescriptor.html: different reference/api/org/eclipse/ui/views/properties/class-use/PropertyEditingSupport.html: different reference/api/org/eclipse/ui/views/properties/class-use/PropertySheet.html: different reference/api/org/eclipse/ui/views/properties/class-use/PropertySheetEntry.html: different reference/api/org/eclipse/ui/views/properties/class-use/PropertySheetPage.html: different reference/api/org/eclipse/ui/views/properties/class-use/PropertySheetSorter.html: different reference/api/org/eclipse/ui/views/properties/class-use/PropertyShowInContext.html: different reference/api/org/eclipse/ui/views/properties/class-use/ResourcePropertySource.html: different reference/api/org/eclipse/ui/views/properties/class-use/TextPropertyDescriptor.html: different reference/api/org/eclipse/ui/views/properties/package-summary.html: different reference/api/org/eclipse/ui/views/properties/package-tree.html: different reference/api/org/eclipse/ui/views/properties/package-use.html: different reference/api/org/eclipse/ui/views/properties/tabbed/AbstractOverridableTabListPropertySection.html: different reference/api/org/eclipse/ui/views/properties/tabbed/AbstractPropertySection.html: different reference/api/org/eclipse/ui/views/properties/tabbed/AbstractSectionDescriptor.html: different reference/api/org/eclipse/ui/views/properties/tabbed/AbstractTabDescriptor.html: different reference/api/org/eclipse/ui/views/properties/tabbed/AbstractTypeMapper.html: different reference/api/org/eclipse/ui/views/properties/tabbed/AdvancedPropertySection.html: different reference/api/org/eclipse/ui/views/properties/tabbed/IActionProvider.html: different reference/api/org/eclipse/ui/views/properties/tabbed/IOverridableTabList.html: different reference/api/org/eclipse/ui/views/properties/tabbed/IOverridableTabListContentProvider.html: different reference/api/org/eclipse/ui/views/properties/tabbed/ISection.html: different reference/api/org/eclipse/ui/views/properties/tabbed/ISectionDescriptor.html: different reference/api/org/eclipse/ui/views/properties/tabbed/ISectionDescriptorProvider.html: different reference/api/org/eclipse/ui/views/properties/tabbed/ITabDescriptor.html: different reference/api/org/eclipse/ui/views/properties/tabbed/ITabDescriptorProvider.html: different reference/api/org/eclipse/ui/views/properties/tabbed/ITabItem.html: different reference/api/org/eclipse/ui/views/properties/tabbed/ITabSelectionListener.html: different reference/api/org/eclipse/ui/views/properties/tabbed/ITabbedPropertyConstants.html: different reference/api/org/eclipse/ui/views/properties/tabbed/ITabbedPropertySheetPageContributor.html: different reference/api/org/eclipse/ui/views/properties/tabbed/ITypeMapper.html: different reference/api/org/eclipse/ui/views/properties/tabbed/TabContents.html: different reference/api/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.html: different reference/api/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetWidgetFactory.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/AbstractOverridableTabListPropertySection.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/AbstractPropertySection.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/AbstractSectionDescriptor.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/AbstractTabDescriptor.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/AbstractTypeMapper.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/AdvancedPropertySection.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/IActionProvider.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/IOverridableTabList.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/IOverridableTabListContentProvider.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/ISection.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/ISectionDescriptor.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/ISectionDescriptorProvider.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/ITabDescriptor.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/ITabDescriptorProvider.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/ITabItem.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/ITabSelectionListener.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/ITabbedPropertyConstants.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/ITabbedPropertySheetPageContributor.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/ITypeMapper.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/TabContents.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/TabbedPropertySheetPage.html: different reference/api/org/eclipse/ui/views/properties/tabbed/class-use/TabbedPropertySheetWidgetFactory.html: different reference/api/org/eclipse/ui/views/properties/tabbed/package-summary.html: different reference/api/org/eclipse/ui/views/properties/tabbed/package-tree.html: different reference/api/org/eclipse/ui/views/properties/tabbed/package-use.html: different reference/api/org/eclipse/ui/views/tasklist/ITaskListResourceAdapter.html: different reference/api/org/eclipse/ui/views/tasklist/TaskPropertiesDialog.html: different reference/api/org/eclipse/ui/views/tasklist/class-use/ITaskListResourceAdapter.html: different reference/api/org/eclipse/ui/views/tasklist/class-use/TaskPropertiesDialog.html: different reference/api/org/eclipse/ui/views/tasklist/package-summary.html: different reference/api/org/eclipse/ui/views/tasklist/package-tree.html: different reference/api/org/eclipse/ui/views/tasklist/package-use.html: different reference/api/org/eclipse/ui/wizards/IWizardCategory.html: different reference/api/org/eclipse/ui/wizards/IWizardDescriptor.html: different reference/api/org/eclipse/ui/wizards/IWizardRegistry.html: different reference/api/org/eclipse/ui/wizards/class-use/IWizardCategory.html: different reference/api/org/eclipse/ui/wizards/class-use/IWizardDescriptor.html: different reference/api/org/eclipse/ui/wizards/class-use/IWizardRegistry.html: different reference/api/org/eclipse/ui/wizards/datatransfer/ExternalProjectImportWizard.html: different reference/api/org/eclipse/ui/wizards/datatransfer/FileStoreStructureProvider.html: different reference/api/org/eclipse/ui/wizards/datatransfer/FileSystemExportWizard.html: different reference/api/org/eclipse/ui/wizards/datatransfer/FileSystemImportWizard.html: different reference/api/org/eclipse/ui/wizards/datatransfer/FileSystemStructureProvider.html: different reference/api/org/eclipse/ui/wizards/datatransfer/IImportStructureProvider.html: different reference/api/org/eclipse/ui/wizards/datatransfer/ImportOperation.html: different reference/api/org/eclipse/ui/wizards/datatransfer/PopulateRootOperation.html: different reference/api/org/eclipse/ui/wizards/datatransfer/ProjectConfigurator.html: different reference/api/org/eclipse/ui/wizards/datatransfer/RecursiveFileFinder.html: different reference/api/org/eclipse/ui/wizards/datatransfer/SelectFilesOperation.html: different reference/api/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.html: different reference/api/org/eclipse/ui/wizards/datatransfer/ZipFileExportWizard.html: different reference/api/org/eclipse/ui/wizards/datatransfer/ZipFileImportWizard.html: different reference/api/org/eclipse/ui/wizards/datatransfer/ZipFileStructureProvider.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/ExternalProjectImportWizard.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/FileStoreStructureProvider.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/FileSystemExportWizard.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/FileSystemImportWizard.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/FileSystemStructureProvider.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/IImportStructureProvider.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/ImportOperation.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/PopulateRootOperation.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/ProjectConfigurator.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/RecursiveFileFinder.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/SelectFilesOperation.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/WizardExternalProjectImportPage.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/ZipFileExportWizard.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/ZipFileImportWizard.html: different reference/api/org/eclipse/ui/wizards/datatransfer/class-use/ZipFileStructureProvider.html: different reference/api/org/eclipse/ui/wizards/datatransfer/package-summary.html: different reference/api/org/eclipse/ui/wizards/datatransfer/package-tree.html: different reference/api/org/eclipse/ui/wizards/datatransfer/package-use.html: different reference/api/org/eclipse/ui/wizards/newresource/BasicNewFileResourceWizard.html: different reference/api/org/eclipse/ui/wizards/newresource/BasicNewFolderResourceWizard.html: different reference/api/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.html: different reference/api/org/eclipse/ui/wizards/newresource/BasicNewResourceWizard.html: different reference/api/org/eclipse/ui/wizards/newresource/class-use/BasicNewFileResourceWizard.html: different reference/api/org/eclipse/ui/wizards/newresource/class-use/BasicNewFolderResourceWizard.html: different reference/api/org/eclipse/ui/wizards/newresource/class-use/BasicNewProjectResourceWizard.html: different reference/api/org/eclipse/ui/wizards/newresource/class-use/BasicNewResourceWizard.html: different reference/api/org/eclipse/ui/wizards/newresource/package-summary.html: different reference/api/org/eclipse/ui/wizards/newresource/package-tree.html: different reference/api/org/eclipse/ui/wizards/newresource/package-use.html: different reference/api/org/eclipse/ui/wizards/package-summary.html: different reference/api/org/eclipse/ui/wizards/package-tree.html: different reference/api/org/eclipse/ui/wizards/package-use.html: different reference/api/org/eclipse/unittest/launcher/ITestRunnerClient.html: different reference/api/org/eclipse/unittest/launcher/class-use/ITestRunnerClient.html: different reference/api/org/eclipse/unittest/launcher/package-summary.html: different reference/api/org/eclipse/unittest/launcher/package-tree.html: different reference/api/org/eclipse/unittest/launcher/package-use.html: different reference/api/org/eclipse/unittest/model/ITestCaseElement.html: different reference/api/org/eclipse/unittest/model/ITestElement.FailureTrace.html: different reference/api/org/eclipse/unittest/model/ITestElement.Result.html: different reference/api/org/eclipse/unittest/model/ITestElement.html: different reference/api/org/eclipse/unittest/model/ITestRunSession.html: different reference/api/org/eclipse/unittest/model/ITestSuiteElement.html: different reference/api/org/eclipse/unittest/model/class-use/ITestCaseElement.html: different reference/api/org/eclipse/unittest/model/class-use/ITestElement.FailureTrace.html: different reference/api/org/eclipse/unittest/model/class-use/ITestElement.Result.html: different reference/api/org/eclipse/unittest/model/class-use/ITestElement.html: different reference/api/org/eclipse/unittest/model/class-use/ITestRunSession.html: different reference/api/org/eclipse/unittest/model/class-use/ITestSuiteElement.html: different reference/api/org/eclipse/unittest/model/package-summary.html: different reference/api/org/eclipse/unittest/model/package-tree.html: different reference/api/org/eclipse/unittest/model/package-use.html: different reference/api/org/eclipse/unittest/ui/ConfigureViewerSupport.html: different reference/api/org/eclipse/unittest/ui/ITestViewSupport.html: different reference/api/org/eclipse/unittest/ui/class-use/ConfigureViewerSupport.html: different reference/api/org/eclipse/unittest/ui/class-use/ITestViewSupport.html: different reference/api/org/eclipse/unittest/ui/package-summary.html: different reference/api/org/eclipse/unittest/ui/package-tree.html: different reference/api/org/eclipse/unittest/ui/package-use.html: different reference/api/org/eclipse/update/configurator/ConfiguratorUtils.html: different reference/api/org/eclipse/update/configurator/IPlatformConfiguration.IFeatureEntry.html: different reference/api/org/eclipse/update/configurator/IPlatformConfiguration.ISiteEntry.html: different reference/api/org/eclipse/update/configurator/IPlatformConfiguration.ISitePolicy.html: different reference/api/org/eclipse/update/configurator/IPlatformConfiguration.html: different reference/api/org/eclipse/update/configurator/IPlatformConfigurationFactory.html: different reference/api/org/eclipse/update/configurator/class-use/ConfiguratorUtils.html: different reference/api/org/eclipse/update/configurator/class-use/IPlatformConfiguration.IFeatureEntry.html: different reference/api/org/eclipse/update/configurator/class-use/IPlatformConfiguration.ISiteEntry.html: different reference/api/org/eclipse/update/configurator/class-use/IPlatformConfiguration.ISitePolicy.html: different reference/api/org/eclipse/update/configurator/class-use/IPlatformConfiguration.html: different reference/api/org/eclipse/update/configurator/class-use/IPlatformConfigurationFactory.html: different reference/api/org/eclipse/update/configurator/package-summary.html: different reference/api/org/eclipse/update/configurator/package-tree.html: different reference/api/org/eclipse/update/configurator/package-use.html: different reference/api/overview-summary.html: different reference/api/overview-tree.html: different reference/api/package-search-index.js: different reference/api/package-search-index.zip: not present in baseline reference/api/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png: present in baseline only reference/api/script-dir/images/ui-bg_glass_65_dadada_1x400.png: present in baseline only reference/api/script-dir/images/ui-bg_glass_75_dadada_1x400.png: present in baseline only reference/api/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png: present in baseline only reference/api/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png: present in baseline only reference/api/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png: present in baseline only reference/api/script-dir/images/ui-icons_222222_256x240.png: present in baseline only reference/api/script-dir/images/ui-icons_2e83ff_256x240.png: present in baseline only reference/api/script-dir/images/ui-icons_454545_256x240.png: present in baseline only reference/api/script-dir/images/ui-icons_888888_256x240.png: present in baseline only reference/api/script-dir/images/ui-icons_cd0a0a_256x240.png: present in baseline only reference/api/script-dir/jquery-3.5.1.min.js: present in baseline only reference/api/script-dir/jquery-ui.min.css: present in baseline only reference/api/script-dir/jquery-ui.min.js: present in baseline only reference/api/script-dir/jquery-ui.structure.min.css: present in baseline only reference/api/script.js: different reference/api/search.js: different reference/api/serialized-form.html: different reference/api/stylesheet.css: different reference/api/tag-search-index.js: present in baseline only reference/api/type-search-index.js: different reference/api/type-search-index.zip: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform.doc.isv --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.doc.isv >--------------- [INFO] Building org.eclipse.jdt.doc.isv 3.14.2000-SNAPSHOT [159/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.doc.isv --- [INFO] The project's OSGi version is 3.14.2000.v20230308-0749 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.doc.isv --- [INFO] Resolving class path of org.eclipse.jdt.doc.isv [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy) @ org.eclipse.jdt.doc.isv --- [INFO] Copying bcpg-jdk18on-1.72.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/bcpg-jdk18on-1.72.2.jar [INFO] Copying bcprov-jdk18on-1.72.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/bcprov-jdk18on-1.72.jar [INFO] Copying icu4j-72.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/icu4j-72.1.jar [INFO] Copying javax.annotation-1.3.5.v20221203-1659.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/javax.annotation-1.3.5.v20221203-1659.jar [INFO] Copying org.eclipse.osgi-3.18.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.osgi-3.18.300-SNAPSHOT.jar [INFO] Copying javax.inject-1.0.0.v20220405-0441.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/javax.inject-1.0.0.v20220405-0441.jar [INFO] Copying ant-antlr.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-antlr.jar.jar [INFO] Copying ant-apache-bcel.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-bcel.jar.jar [INFO] Copying ant-apache-bsf.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-bsf.jar.jar [INFO] Copying ant-apache-log4j.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-log4j.jar.jar [INFO] Copying ant-apache-oro.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-oro.jar.jar [INFO] Copying ant-apache-regexp.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-regexp.jar.jar [INFO] Copying ant-apache-resolver.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-resolver.jar.jar [INFO] Copying ant-apache-xalan2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-xalan2.jar.jar [INFO] Copying ant-commons-logging.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-commons-logging.jar.jar [INFO] Copying ant-commons-net.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-commons-net.jar.jar [INFO] Copying ant-imageio.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-imageio.jar.jar [INFO] Copying ant-jai.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jai.jar.jar [INFO] Copying ant-javamail.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-javamail.jar.jar [INFO] Copying ant-jdepend.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jdepend.jar.jar [INFO] Copying ant-jmf.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jmf.jar.jar [INFO] Copying ant-jsch.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jsch.jar.jar [INFO] Copying ant-junit.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-junit.jar.jar [INFO] Copying ant-junit4.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-junit4.jar.jar [INFO] Copying ant-junitlauncher.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-junitlauncher.jar.jar [INFO] Copying ant-launcher.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-launcher.jar.jar [INFO] Copying ant-netrexx.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-netrexx.jar.jar [INFO] Copying ant-swing.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-swing.jar.jar [INFO] Copying ant-testutil.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-testutil.jar.jar [INFO] Copying ant-xz.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-xz.jar.jar [INFO] Copying ant.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant.jar.jar [INFO] Copying org.apache.felix.scr-2.2.6.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.apache.felix.scr-2.2.6.jar [INFO] Copying animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/animal-sniffer-annotations-1.9.jar [INFO] Copying org.osgi.service.component-1.5.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.osgi.service.component-1.5.1.jar [INFO] Copying osgi.annotation-8.1.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/osgi.annotation-8.1.0.jar [INFO] Copying org.osgi.namespace.extender-1.0.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.osgi.namespace.extender-1.0.1.jar [INFO] Copying org.osgi.util.promise-1.3.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.osgi.util.promise-1.3.0.jar [INFO] Copying org.eclipse.ant.core-3.6.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.ant.core-3.6.500-SNAPSHOT.jar [INFO] Copying org.eclipse.core.runtime-3.26.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.runtime-3.26.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.variables-3.5.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.variables-3.5.100-SNAPSHOT.jar [INFO] Copying org.eclipse.compare.core-3.7.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.compare.core-3.7.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.commands-3.10.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.commands-3.10.400-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.common-3.17.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.common-3.17.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.contenttype-3.8.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.contenttype-3.8.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.preferences-3.10.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.preferences-3.10.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.registry-3.11.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.registry-3.11.200-SNAPSHOT.jar [INFO] Copying org.eclipse.core.expressions-3.8.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.expressions-3.8.200-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filebuffers-3.7.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.filebuffers-3.7.200-SNAPSHOT.jar [INFO] Copying org.eclipse.text-3.12.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.text-3.12.300-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filesystem-1.9.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.filesystem-1.9.500-SNAPSHOT.jar [INFO] Copying org.eclipse.core.jobs-3.13.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.jobs-3.13.300-SNAPSHOT.jar [INFO] Copying org.eclipse.core.resources-3.18.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.core.resources-3.18.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.app-1.6.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.app-1.6.200-SNAPSHOT.jar [INFO] Copying org.eclipse.debug.core-3.20.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.debug.core-3.20.100-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.contexts-1.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.e4.core.contexts-1.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di-1.8.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.e4.core.di-1.8.300-SNAPSHOT.jar [INFO] Copying org.osgi.service.event-1.4.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.osgi.service.event-1.4.1.jar [INFO] Copying org.osgi.namespace.implementation-1.0.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.osgi.namespace.implementation-1.0.0.jar [INFO] Copying org.eclipse.e4.core.di.annotations-1.7.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.e4.core.di.annotations-1.7.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.services-2.3.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.e4.core.services-2.3.400-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.frameworkadmin-2.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.frameworkadmin-2.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.frameworkadmin.equinox-1.2.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.frameworkadmin.equinox-1.2.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.artifact.repository-1.4.800-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.artifact.repository-1.4.800-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata-2.6.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.metadata-2.6.300-SNAPSHOT.jar [INFO] Copying xz-1.9.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/xz-1.9.jar [INFO] Copying org.eclipse.equinox.p2.core-2.9.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.core-2.9.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.jarprocessor-1.2.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.jarprocessor-1.2.500-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository-2.6.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.repository-2.6.300-SNAPSHOT.jar [INFO] Copying org.osgi.service.prefs-1.1.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.osgi.service.prefs-1.1.2.jar [INFO] Copying org.eclipse.equinox.p2.director-2.5.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.director-2.5.400-SNAPSHOT.jar [INFO] Copying org.ow2.sat4j.core-2.3.6.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.ow2.sat4j.core-2.3.6.jar [INFO] Copying org.ow2.sat4j.pb-2.3.6.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.ow2.sat4j.pb-2.3.6.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator-1.4.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.simpleconfigurator-1.4.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.engine-2.7.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.engine-2.7.500-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.director.app-1.2.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.director.app-1.2.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata.repository-1.4.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.metadata.repository-1.4.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.garbagecollector-1.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.garbagecollector-1.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher-1.7.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.publisher-1.7.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher.eclipse-1.4.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.publisher.eclipse-1.4.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.security-1.3.1000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.security-1.3.1000-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository.tools-2.3.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.repository.tools-2.3.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300-SNAPSHOT.jar [INFO] Copying org.eclipse.help-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.help-3.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.core-3.33.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jdt.core-3.33.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.core.compiler.batch-3.33.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jdt.core.compiler.batch-3.33.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.debug-3.20.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jdt.debug-3.20.200-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.launching-3.19.900-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.jdt.launching-3.19.900-SNAPSHOT.jar [INFO] Copying org.eclipse.pde.build-3.11.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.pde.build-3.11.400-SNAPSHOT.jar [INFO] Copying org.eclipse.pde.core-3.16.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.pde.core-3.16.200-SNAPSHOT.jar [INFO] Copying org.eclipse.team.core-3.9.700-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.team.core-3.9.700-SNAPSHOT.jar [INFO] Copying org.eclipse.platform.doc.isv-4.28.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.platform.doc.isv-4.28.0-SNAPSHOT.jar [INFO] Copying org.eclipse.update.configurator-3.4.1000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.eclipse.update.configurator-3.4.1000-SNAPSHOT.jar [INFO] Copying org.junit-4.13.2.v20211018-1956.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.junit-4.13.2.v20211018-1956.jar [INFO] Copying org.hamcrest.core-1.3.0.v20180420-1519.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.hamcrest.core-1.3.0.v20180420-1519.jar [INFO] Copying org.osgi.util.function-1.2.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/dependency/org.osgi.util.function-1.2.0.jar [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-eclipserun-plugin:4.0.0-SNAPSHOT:eclipse-run (dont_skip_me) @ org.eclipse.jdt.doc.isv --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work/data, -consolelog, -debug, -data, target/workspace, -application, org.eclipse.ant.core.antRunner, -quiet, -buildfile, buildDoc.xml, -Dbasedir.properties=cbi_basedirs.properties, -Declipse.javadoc=${eclipse.javadoc}] Configuration location: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/eclipserun-work/ Framework located: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.osgi/3.18.300.v20230220-1352/org.eclipse.osgi-3.18.300.v20230220-1352.jar Framework classpath: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.osgi/3.18.300.v20230220-1352/org.eclipse.osgi-3.18.300.v20230220-1352.jar Debug options: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/.options not found Time to load bundles: 322 Starting application: 1038 Application started in : 1051ms Apache Ant(TM) version 1.10.12 compiled on October 13 2021 [echo] env.JAVA_DOC_PROXIES: ${env.JAVA_DOC_PROXIES} [echo] org.eclipse.jdt.doc.isv/buildDoc.xml - generateJavadoc: [echo] Using javadocExecutable: /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/javadoc BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 20 seconds [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.doc.isv --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.doc.isv --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/org.eclipse.jdt.doc.isv-3.14.2000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.doc.isv --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.isv:3.14.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.doc.isv --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.doc.user >-------------- [INFO] Building org.eclipse.jdt.doc.user 3.15.1800-SNAPSHOT [160/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.doc.user --- [INFO] The project's OSGi version is 3.15.1800.v20230308-0749 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.doc.user --- [INFO] Resolving class path of org.eclipse.jdt.doc.user [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-eclipserun-plugin:4.0.0-SNAPSHOT:eclipse-run (dont_skip_me) @ org.eclipse.jdt.doc.user --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work/data, -consolelog, -debug, -application, org.eclipse.ant.core.antRunner, -quiet, -buildfile, build.xml, build.index] Configuration location: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/eclipserun-work/ Framework located: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.osgi/3.18.300.v20230220-1352/org.eclipse.osgi-3.18.300.v20230220-1352.jar Framework classpath: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.osgi/3.18.300.v20230220-1352/org.eclipse.osgi-3.18.300.v20230220-1352.jar Debug options: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/.options not found Time to load bundles: 155 Starting application: 724 Application started in : 728ms Apache Ant(TM) version 1.10.12 compiled on October 13 2021 BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 2 seconds [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.doc.user --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/target/org.eclipse.jdt.doc.user-3.15.1800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.doc.user --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.doc.user --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit4.runtime >----------- [INFO] Building org.eclipse.jdt.junit4.runtime 1.3.0-SNAPSHOT [161/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit4.runtime --- [INFO] The project's OSGi version is 1.3.0.v20220609-1843 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.junit4.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit4.runtime --- [INFO] Resolving class path of org.eclipse.jdt.junit4.runtime [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.junit4.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.junit4.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit4.runtime --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.junit4.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit4.runtime --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit4.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit4.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit4.runtime --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit4.runtime --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit5.runtime >----------- [INFO] Building org.eclipse.jdt.junit5.runtime 1.1.100-SNAPSHOT [162/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit5.runtime --- [INFO] The project's OSGi version is 1.1.100.v20220907-0450 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.junit5.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit5.runtime --- [INFO] Resolving class path of org.eclipse.jdt.junit5.runtime [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.junit5.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.junit5.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit5.runtime --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.junit5.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit5.runtime --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit5.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit5.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit5.runtime --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit5.runtime --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.launching.macosx >---------- [INFO] Building org.eclipse.jdt.launching.macosx 3.5.100-SNAPSHOT [163/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching.macosx --- [INFO] The project's OSGi version is 3.5.100.v20220927-0854 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching.macosx --- [INFO] Resolving class path of org.eclipse.jdt.launching.macosx [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.launching.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.launching.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.launching.macosx --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.launching.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching.macosx --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.launching.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching.macosx --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching.macosx --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx >--------- [INFO] Building org.eclipse.jdt.launching.ui.macosx 1.3.100-SNAPSHOT [164/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] The project's OSGi version is 1.3.100.v20220927-0854 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Resolving class path of org.eclipse.jdt.launching.ui.macosx [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching.ui.macosx --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >--------------- [INFO] Building org eclipse jdt feature 3.19.100-SNAPSHOT [165/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt-feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt --- [INFO] The project's OSGi version is 3.19.100.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt-feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt-feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.19.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.19.100-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt/org.eclipse.jdt-feature/pom.xml [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt:xml:p2metadata:3.19.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt:xml:p2artifacts:3.19.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.launcher >---------- [INFO] Building [bundle] Equinox Launcher 1.6.400-SNAPSHOT [166/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher --- [INFO] The project's OSGi version is 1.6.400.v20210924-0641 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher --- [INFO] Resolving class path of [bundle] Equinox Launcher [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher:xml:p2metadata:1.6.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher:xml:p2artifacts:1.6.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher --- [INFO] Execution was skipped [INFO] [INFO] ----------< eclipse.platform.releng:eclipse.platform.releng >----------- [INFO] Building eclipse.platform.releng 4.28.0-SNAPSHOT [167/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.releng --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.releng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.releng --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.releng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.releng --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.test:org.eclipse.test.performance >------------ [INFO] Building org.eclipse.test.performance 3.19.100-SNAPSHOT [168/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.test.performance --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.test.performance --- [INFO] The project's OSGi version is 3.19.100.v20221021-0745 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.test.performance --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.test.performance --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.test.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.test.performance --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.test.performance --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.test.performance --- [INFO] Resolving class path of org.eclipse.test.performance [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.test.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.test.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.test.performance --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.test.performance --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.test.performance --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.test.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.test.performance --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.test.performance --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.test.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/org.eclipse.test.performance-3.19.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.test.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/target/org.eclipse.test.performance-3.19.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test.performance --- [WARNING] MavenProject: org.eclipse.test:org.eclipse.test.performance:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.test:org.eclipse.test.performance:3.19.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test.performance --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.ui.ide.application >--------- [INFO] Building [bundle] Eclipse IDE UI Application 1.4.700-SNAPSHOT [169/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.ide.application --- [INFO] The project's OSGi version is 1.4.700.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.ide.application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.ide.application --- [INFO] Resolving class path of [bundle] Eclipse IDE UI Application [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.ide.application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.ide.application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.ide.application --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.ide.application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.ide.application --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.ide.application --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/org.eclipse.ui.ide.application-1.4.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.ide.application --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/target/org.eclipse.ui.ide.application-1.4.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.ide.application --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.ide.application:1.4.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.ide.application --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler >--------- [INFO] Building org.eclipse.jdt.core.tests.compiler 3.12.2100-SNAPSHOT [170/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.compiler --- [INFO] The project's OSGi version is 3.12.2100.v20230209-1016 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.compiler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Resolving class path of org.eclipse.jdt.core.tests.compiler [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core.tests.compiler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.compiler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Compiling 295 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.tests.compiler --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.compiler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.12.2100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.12.2100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.compiler --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.2100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests >--------- [INFO] Building org.eclipse.jdt.compiler.tool.tests 1.3.200-SNAPSHOT [171/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] The project's OSGi version is 1.3.200.v20221201-1549 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Resolving class path of org.eclipse.jdt.compiler.tool.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.compiler.tool.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.tool.tests --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.tool.tests --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.tests.builder >--------- [INFO] Building org.eclipse.jdt.core.tests.builder 3.11.300-SNAPSHOT [172/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.builder --- [INFO] The project's OSGi version is 3.11.300.v20230204-1957 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.builder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.tests.builder --- [INFO] Resolving class path of org.eclipse.jdt.core.tests.builder [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core.tests.builder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.builder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.tests.builder --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.tests.builder --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.builder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.tests.builder --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.11.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.11.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.builder --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.builder:3.11.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.core.tests.builder --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.builder --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests >--------- [INFO] Building org.eclipse.jdt.compiler.apt.tests 1.2.300-SNAPSHOT [173/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] The project's OSGi version is 1.2.300.v20230213-1046 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Resolving class path of org.eclipse.jdt.compiler.apt.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.compiler.apt.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.apt.tests --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different lib/lib.x.jar: different META-INF/MANIFEST.MF: present in baseline only [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.apt.tests --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.core.tests.model >---------- [INFO] Building org.eclipse.jdt.core.tests.model 3.11.600-SNAPSHOT [174/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.model --- [INFO] The project's OSGi version is 3.11.600.v20230308-1611 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.tests.model --- [INFO] Resolving class path of org.eclipse.jdt.core.tests.model [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core.tests.model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.tests.model --- [INFO] Compiling 322 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[36] import org.eclipse.core.internal.resources.CharsetDeltaJob; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CharsetDeltaJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[115] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[116] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[117] import org.eclipse.jdt.internal.core.ClasspathAttribute; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[118] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[119] import org.eclipse.jdt.internal.core.JavaCorePreferenceInitializer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaCorePreferenceInitializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[120] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[121] import org.eclipse.jdt.internal.core.JavaElementDelta; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[122] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[123] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[124] import org.eclipse.jdt.internal.core.JrtPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[125] import org.eclipse.jdt.internal.core.NameLookup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[126] import org.eclipse.jdt.internal.core.ResolvedSourceMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[127] import org.eclipse.jdt.internal.core.ResolvedSourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[128] import org.eclipse.jdt.internal.core.search.BasicSearchEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[129] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[181] long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion.length() > 3 ? javaVersion.substring(0, 3) : javaVersion); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[181] long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion.length() > 3 ? javaVersion.substring(0, 3) : javaVersion); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[182] if (jdkLevel >= ClassFileConstants.JDK19) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[182] if (jdkLevel >= ClassFileConstants.JDK19) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK19' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[185] if (jdkLevel >= ClassFileConstants.JDK18) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[185] if (jdkLevel >= ClassFileConstants.JDK18) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK18' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[188] if (jdkLevel >= ClassFileConstants.JDK17) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[188] if (jdkLevel >= ClassFileConstants.JDK17) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK17' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[191] if (jdkLevel >= ClassFileConstants.JDK16) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[191] if (jdkLevel >= ClassFileConstants.JDK16) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK16' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[194] if (jdkLevel >= ClassFileConstants.JDK15) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[194] if (jdkLevel >= ClassFileConstants.JDK15) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK15' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[197] if (jdkLevel >= ClassFileConstants.JDK14) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[197] if (jdkLevel >= ClassFileConstants.JDK14) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK14' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[200] if (jdkLevel >= ClassFileConstants.JDK12) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[200] if (jdkLevel >= ClassFileConstants.JDK12) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK12' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[203] if (jdkLevel >= ClassFileConstants.JDK11) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[203] if (jdkLevel >= ClassFileConstants.JDK11) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK11' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[206] if (jdkLevel >= ClassFileConstants.JDK10) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[206] if (jdkLevel >= ClassFileConstants.JDK10) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK10' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[209] if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[209] if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^ Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[393] JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[393] JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[393] JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[423] org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[423] org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[423] org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[423] org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[431] boolean isAFromJRT = deltaA.getElement() instanceof JrtPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[432] boolean isBFromJRT = deltaB.getElement() instanceof JrtPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[452] org.eclipse.jdt.internal.core.util.Util.sort(elementDeltas, comparer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[452] org.eclipse.jdt.internal.core.util.Util.sort(elementDeltas, comparer); ^^^^ Discouraged access: The method 'Util.sort(Object[], Util.Comparer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[493] if (((JavaElementDelta) delta).ignoreFromTests) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[493] if (((JavaElementDelta) delta).ignoreFromTests) { ^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaElementDelta.ignoreFromTests' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[768] new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, path) ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[768] new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, path) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[830] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[830] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[972] String actual = element == null ? "" : ((JavaElement) element).toStringWithAncestors(false/*don't show key*/); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[972] String actual = element == null ? "" : ((JavaElement) element).toStringWithAncestors(false/*don't show key*/); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[982] fail(((JavaElement) element).toStringWithAncestors(false/*don't show key*/) + " doesn't exist"); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[982] fail(((JavaElement) element).toStringWithAncestors(false/*don't show key*/) + " doesn't exist"); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[995] JavaElement element = (JavaElement)elements[i]; ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[995] JavaElement element = (JavaElement)elements[i]; ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[999] buffer.append(element.toStringWithAncestors(showResolvedInfo)); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[1044] org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[1044] org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[1044] org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[1044] org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[1051] org.eclipse.jdt.internal.core.util.Util.sort(markers, comparer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[1051] org.eclipse.jdt.internal.core.util.Util.sort(markers, comparer); ^^^^ Discouraged access: The method 'Util.sort(Object[], Util.Comparer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[1502] Util.sort(strings); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[1502] Util.sort(strings); ^^^^ Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2143] IClasspathAttribute[] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2143] IClasspathAttribute[] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2144] if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2144] if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2144] if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2144] if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 ^^^^ Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2154] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), // ClasspathEntry.NO_ACCESS_RULES, ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2154] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), // ClasspathEntry.NO_ACCESS_RULES, ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2160] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2160] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2173] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2173] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2211] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2211] ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), ^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2227] JavaProject javaProject = (JavaProject) JavaCore.create(project); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2227] JavaProject javaProject = (JavaProject) JavaCore.create(project); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2229] javaProject.writeFileEntries(entries, projectPath.append(outputPath)); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.writeFileEntries(IClasspathEntry[], IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2231] javaProject.setRawClasspath(entries, projectPath.append(outputPath), monitor); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2236] options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2236] options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2236] options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2236] options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2237] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2237] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2237] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2237] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2238] options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2238] options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2238] options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java:[2238] options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[23] private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[23] private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[23] private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[23] private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[23] private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[23] private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[23] private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[24] private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[24] private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[24] private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[24] private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[24] private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_VOID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[24] private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[24] private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[25] private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[25] private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[25] private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[25] private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[25] private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[25] private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[26] private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[26] private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[26] private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[26] private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[26] private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[26] private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[27] private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[27] private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[27] private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[27] private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[27] private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[27] private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[27] private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[28] private static int keyword_Rel= R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[28] private static int keyword_Rel= R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[28] private static int keyword_Rel= R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[28] private static int keyword_Rel= R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests17.java:[28] private static int keyword_Rel= R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[20] import org.eclipse.jdt.internal.codeassist.RelevanceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[105] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[105] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[105] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[105] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[105] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[191] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[191] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[191] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[191] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[191] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[242] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[242] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[242] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[242] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[242] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[289] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[289] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[289] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[289] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[289] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[490] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[490] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[490] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[490] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[490] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[577] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[577] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[577] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[577] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[577] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[577] int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_QUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[649] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[649] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[649] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[649] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[649] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[720] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[720] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[720] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[720] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[720] int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[807] int CONSTRUCTOR_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[807] int CONSTRUCTOR_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[807] int CONSTRUCTOR_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[807] int CONSTRUCTOR_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[808] int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[808] int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[808] int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[808] int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[808] int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[808] int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[809] RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[809] RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[809] RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[809] RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[809] RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java:[809] RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[60] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[61] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[62] import org.eclipse.jdt.internal.core.ExternalFoldersManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalFoldersManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[63] import org.eclipse.jdt.internal.core.JarPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[64] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[65] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[66] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[86] long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[86] long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[87] if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[87] if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^ Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[319] ((JavaProject)this.currentProject).resetResolvedClasspath(); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[319] ((JavaProject)this.currentProject).resetResolvedClasspath(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.resetResolvedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[545] IProject externalFolderProject = JavaModelManager.getExternalManager().getExternalFoldersProject(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[545] IProject externalFolderProject = JavaModelManager.getExternalManager().getExternalFoldersProject(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getExternalManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[545] IProject externalFolderProject = JavaModelManager.getExternalManager().getExternalFoldersProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ExternalFoldersManager.getExternalFoldersProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1271] JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1271] JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1272] root.attachSource(srcZip.getFullPath(), new Path("src/nested"), null); ^^^^^^^^^^^^ Discouraged access: The method 'PackageFragmentRoot.attachSource(IPath, IPath, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1274] IOrdinaryClassFile cf = root.getPackageFragment("x.y").getOrdinaryClassFile("B.class"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PackageFragmentRoot.getPackageFragment(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1276] root.close(); ^^^^^ Discouraged access: The method 'JavaElement.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1277] cf = root.getPackageFragment("x.y").getOrdinaryClassFile("B.class"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PackageFragmentRoot.getPackageFragment(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1280] IPath rootSAPath= root.getSourceAttachmentRootPath(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PackageFragmentRoot.getSourceAttachmentRootPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1281] assertEquals("Unexpected source attachment root path for " + root.getPath(), "src/nested", rootSAPath.toString()); ^^^^^^^ Discouraged access: The method 'PackageFragmentRoot.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1283] IPath saPath= root.getSourceAttachmentPath(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PackageFragmentRoot.getSourceAttachmentPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1284] assertEquals("Unexpected source attachment path for " + root.getPath(), "/AttachSourceTests/attach2src.zip", saPath.toString()); ^^^^^^^ Discouraged access: The method 'PackageFragmentRoot.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1286] root.close(); ^^^^^ Discouraged access: The method 'JavaElement.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1296] JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1296] JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1297] root.attachSource(srcZip.getFullPath(), new Path(""), null); ^^^^^^^^^^^^ Discouraged access: The method 'PackageFragmentRoot.attachSource(IPath, IPath, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1299] IOrdinaryClassFile cf = root.getPackageFragment("x.y").getOrdinaryClassFile("B.class"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PackageFragmentRoot.getPackageFragment(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1301] root.close(); ^^^^^ Discouraged access: The method 'JavaElement.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1529] assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource())); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1529] assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource())); ^^^^^^ Discouraged access: The field 'ClassFileConstants.JDK1_2' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1529] assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource())); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1529] assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource())); ^^^^^^^^^^^ Discouraged access: The method 'Util.getJdkLevel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1844] ((JavaProject)importedProject).resolveClasspath(importedProject.getRawClasspath()); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1844] ((JavaProject)importedProject).resolveClasspath(importedProject.getRawClasspath()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.resolveClasspath(IClasspathEntry[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1845] IFolder linkedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(new Path(getExternalFolder() + File.separator + "336046src")); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalFoldersManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1845] IFolder linkedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(new Path(getExternalFolder() + File.separator + "336046src")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ExternalFoldersManager.getExternalFoldersManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java:[1845] IFolder linkedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(new Path(getExternalFolder() + File.separator + "336046src")); ^^^^^^^^^ Discouraged access: The method 'ExternalFoldersManager.getFolder(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[51] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[52] import org.eclipse.jdt.internal.compiler.lookup.TypeConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[53] import org.eclipse.jdt.internal.core.ClasspathAttribute; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[54] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[55] import org.eclipse.jdt.internal.core.builder.ClasspathJrt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[56] import org.eclipse.jdt.internal.core.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[243] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[243] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[396] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[396] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[711] options.put(CompilerOptions.OPTION_Compliance, "10"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[711] options.put(CompilerOptions.OPTION_Compliance, "10"); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[712] options.put(CompilerOptions.OPTION_Source, "10"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[712] options.put(CompilerOptions.OPTION_Source, "10"); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[713] options.put(CompilerOptions.OPTION_TargetPlatform, "10"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[713] options.put(CompilerOptions.OPTION_TargetPlatform, "10"); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[714] options.put(CompilerOptions.OPTION_Release, "enabled"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[714] options.put(CompilerOptions.OPTION_Release, "enabled"); ^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Release' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[746] options.put(CompilerOptions.OPTION_Compliance, "9"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[746] options.put(CompilerOptions.OPTION_Compliance, "9"); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[747] options.put(CompilerOptions.OPTION_Source, "9"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[747] options.put(CompilerOptions.OPTION_Source, "9"); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[748] options.put(CompilerOptions.OPTION_TargetPlatform, "9"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[748] options.put(CompilerOptions.OPTION_TargetPlatform, "9"); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[749] options.put(CompilerOptions.OPTION_Release, "enabled"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[749] options.put(CompilerOptions.OPTION_Release, "enabled"); ^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Release' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[789] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[789] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[829] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[829] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[868] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[868] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[913] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[913] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[958] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[958] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1003] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1003] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1048] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1048] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1098] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1098] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1133] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1133] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1297] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1297] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1347] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1347] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1414] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1414] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1453] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1453] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1618] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1618] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1668] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[1668] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2237] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); ^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2237] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); ^^^^ Discouraged access: The method 'Messages.bind(String, Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2237] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2237] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'Messages.classpath_duplicateEntryPath' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2237] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2237] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'TypeConstants.MODULE_INFO_FILE_NAME_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2275] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); ^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2275] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); ^^^^ Discouraged access: The method 'Messages.bind(String, Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2275] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2275] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'Messages.classpath_duplicateEntryPath' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2275] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2275] String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'TypeConstants.MODULE_INFO_FILE_NAME_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2331] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2331] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2384] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2384] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2454] IClasspathAttribute modAttr = new ClasspathAttribute(IClasspathAttribute.MODULE, "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2454] IClasspathAttribute modAttr = new ClasspathAttribute(IClasspathAttribute.MODULE, "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2837] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2837] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2886] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2886] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2936] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2936] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2989] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[2989] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3041] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3041] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3086] options.put(CompilerOptions.OPTION_Compliance, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3086] options.put(CompilerOptions.OPTION_Compliance, "1.8"); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3087] options.put(CompilerOptions.OPTION_Source, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3087] options.put(CompilerOptions.OPTION_Source, "1.8"); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3088] options.put(CompilerOptions.OPTION_TargetPlatform, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3088] options.put(CompilerOptions.OPTION_TargetPlatform, "1.8"); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3123] options.put(CompilerOptions.OPTION_Compliance, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3123] options.put(CompilerOptions.OPTION_Compliance, "1.8"); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3124] options.put(CompilerOptions.OPTION_Source, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3124] options.put(CompilerOptions.OPTION_Source, "1.8"); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3125] options.put(CompilerOptions.OPTION_TargetPlatform, "1.8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3125] options.put(CompilerOptions.OPTION_TargetPlatform, "1.8"); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3157] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3157] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3223] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java:[3223] IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[26] import org.eclipse.core.internal.runtime.RuntimeLog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuntimeLog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[67] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[68] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[69] import org.eclipse.jdt.internal.core.PackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[70] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[1810] String rootPath = ((PackageFragmentRoot)lastRoot).toStringWithAncestors(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[1810] String rootPath = ((PackageFragmentRoot)lastRoot).toStringWithAncestors(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringWithAncestors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2401] assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource())); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2401] assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource())); ^^^^^^ Discouraged access: The field 'ClassFileConstants.JDK1_1' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2401] assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource())); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2401] assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource())); ^^^^^^^^^^^ Discouraged access: The method 'Util.getJdkLevel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2437] JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2437] JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getUserLibraryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2437] JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false); ^^^^^^^^^^^^^^ Discouraged access: The method 'UserLibraryManager.setUserLibrary(String, IClasspathEntry[], boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2440] IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2440] IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2440] IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2441] String containerKey = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"TEST"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2441] String containerKey = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"TEST"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2731] RuntimeLog.addLogListener(new ILogListener() { ^^^^^^^^^^ Discouraged access: The type 'RuntimeLog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2731] RuntimeLog.addLogListener(new ILogListener() { ^^^^^^^^^^^^^^ Discouraged access: The method 'RuntimeLog.addLogListener(ILogListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2950] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2950] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2950] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2950] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2954] assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2954] assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2954] assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2954] assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2958] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2958] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2958] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java:[2958] assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[41] import org.eclipse.jdt.internal.core.Buffer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[42] import org.eclipse.jdt.internal.core.CompilationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[43] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[621] ((org.eclipse.jdt.internal.compiler.env.ICompilationUnit) getCompilationUnit("/P/src/p/Deleted.java")).getContents(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[621] ((org.eclipse.jdt.internal.compiler.env.ICompilationUnit) getCompilationUnit("/P/src/p/Deleted.java")).getContents(); ^^^^^^^^^^^ Discouraged access: The method 'ICompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1546] CompilationUnit compilationUnit = (CompilationUnit)getCompilationUnit("/P/src/p/Absent.java"); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1546] CompilationUnit compilationUnit = (CompilationUnit)getCompilationUnit("/P/src/p/Absent.java"); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1548] assertSourceEquals("Unexpected contents for non present cu", "", new String(compilationUnit.getContents())); ^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1561] CompilationUnit remoteCU = (CompilationUnit) getCompilationUnit("/Foo/X.java"); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1561] CompilationUnit remoteCU = (CompilationUnit) getCompilationUnit("/Foo/X.java"); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[1564] remoteCU.getContents(); ^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[2060] String name = Util.getNameWithoutJavaLikeExtension("Test.aj"); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[2060] String name = Util.getNameWithoutJavaLikeExtension("Test.aj"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getNameWithoutJavaLikeExtension(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[2561] class DisabledTestBuffer extends Buffer implements IBuffer.ITextEditCapability { ^^^^^^ Discouraged access: The type 'Buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java:[2563] super(file, owner, readOnly); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'Buffer(IFile, IOpenable, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java:[25] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java:[845] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java:[845] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java:[845] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java:[845] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[23] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[49] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[49] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[151] setUpProjectOptions(CompilerOptions.VERSION_1_3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[151] setUpProjectOptions(CompilerOptions.VERSION_1_3); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[175] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[175] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[254] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[254] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[287] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[287] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[406] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[406] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[452] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[452] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[828] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[828] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[843] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[843] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[860] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[860] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[877] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[877] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[894] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[894] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[911] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[911] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[928] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[928] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[945] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[945] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[959] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[959] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[973] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[973] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[990] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[990] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[1007] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[1007] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java:[1040] assertResults("BasicTestTypes[TYPE_REF]{BasicTestTypes, javadoc.types.tags, Ljavadoc.types.tags.BasicTestTypes;, null, null, "+this.positions+ (R_DEFAULT + 17) +"}"); ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[32] import org.eclipse.jdt.internal.core.ClasspathAttribute; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[33] import org.eclipse.jdt.internal.core.builder.ClasspathJrt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[53] ClasspathJrt.resetCaches(); ^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[53] ClasspathJrt.resetCaches(); ^^^^^^^^^^^ Discouraged access: The method 'ClasspathJrt.resetCaches()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[408] new IClasspathAttribute[] {new ClasspathAttribute("module", "true")}, ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[408] new IClasspathAttribute[] {new ClasspathAttribute("module", "true")}, ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[412] new ClasspathAttribute("module", "true"), ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[412] new ClasspathAttribute("module", "true"), ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[413] new ClasspathAttribute(IClasspathAttribute.ADD_READS, "mod.one=org.astro") ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[413] new ClasspathAttribute(IClasspathAttribute.ADD_READS, "mod.one=org.astro") ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[488] new IClasspathAttribute[] {new ClasspathAttribute("module", "true")}, ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[488] new IClasspathAttribute[] {new ClasspathAttribute("module", "true")}, ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[492] new ClasspathAttribute("module", "true"), ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java:[492] new ClasspathAttribute("module", "true"), ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java:[23] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java:[58] DefaultCodeFormatter codeFormatter() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java:[59] this.formatterPrefs.comment_indent_root_tags = false; // Eclipse default is true ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_root_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java:[60] this.formatterPrefs.comment_indent_parameter_description = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_parameter_description' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java:[61] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java:[61] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java:[61] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[102] assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[102] assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[102] assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[102] assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[102] assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[102] assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", ^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_FINAL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[102] assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[131] assertResults("FinalCl[TYPE_REF]{abc.FinalCl, abc, Labc.FinalCl;, null, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED+R_EXPECTED_TYPE)+"}\n" ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[131] assertResults("FinalCl[TYPE_REF]{abc.FinalCl, abc, Labc.FinalCl;, null, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED+R_EXPECTED_TYPE)+"}\n" ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[131] assertResults("FinalCl[TYPE_REF]{abc.FinalCl, abc, Labc.FinalCl;, null, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED+R_EXPECTED_TYPE)+"}\n" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[131] assertResults("FinalCl[TYPE_REF]{abc.FinalCl, abc, Labc.FinalCl;, null, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED+R_EXPECTED_TYPE)+"}\n" ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[131] assertResults("FinalCl[TYPE_REF]{abc.FinalCl, abc, Labc.FinalCl;, null, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED+R_EXPECTED_TYPE)+"}\n" ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[132] + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[132] + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[132] + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[132] + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[132] + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[132] + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", ^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_FINAL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java:[132] + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java:[25] import org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ASTRewriteFlattener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java:[26] import org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RewriteEventStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java:[1066] String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ASTRewriteFlattener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java:[1066] String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore()); ^^^^^^^^ Discouraged access: The method 'ASTRewriteFlattener.asString(ASTNode, RewriteEventStore)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java:[1066] String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RewriteEventStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java:[1066] String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore()); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'RewriteEventStore()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[32] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[33] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[34] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[35] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions.Alignment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[58] this.formatterPrefs.brace_position_for_annotation_type_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_annotation_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[59] this.formatterPrefs.brace_position_for_anonymous_type_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_anonymous_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[60] this.formatterPrefs.brace_position_for_array_initializer = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_array_initializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[61] this.formatterPrefs.brace_position_for_block = braces; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[62] this.formatterPrefs.brace_position_for_block_in_case = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block_in_case' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[63] this.formatterPrefs.brace_position_for_constructor_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_constructor_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[64] this.formatterPrefs.brace_position_for_enum_constant = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_constant' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[65] this.formatterPrefs.brace_position_for_enum_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[66] this.formatterPrefs.brace_position_for_method_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_method_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[67] this.formatterPrefs.brace_position_for_switch = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_switch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[68] this.formatterPrefs.brace_position_for_type_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[117] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[118] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[119] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[147] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[148] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[149] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[177] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[178] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[179] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[207] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[208] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[209] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[238] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[239] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[240] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[277] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[278] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[279] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[327] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[328] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[329] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[375] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[376] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[377] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[410] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[411] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[412] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[445] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[446] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[447] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[480] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[481] this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[482] this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[515] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[516] this.formatterPrefs.disabling_tag = "format: off".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[517] this.formatterPrefs.enabling_tag = "format: on".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[545] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[546] this.formatterPrefs.disabling_tag = "format: off".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[547] this.formatterPrefs.enabling_tag = "format: on".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[575] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[576] this.formatterPrefs.disabling_tag = "format: off".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[577] this.formatterPrefs.enabling_tag = "format: on".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[605] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[606] this.formatterPrefs.disabling_tag = " format: off ".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[607] this.formatterPrefs.enabling_tag = " format: on ".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[635] this.formatterPrefs.use_tags = true; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[636] this.formatterPrefs.disabling_tag = " format: off ".toCharArray(); ^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[637] this.formatterPrefs.enabling_tag = " format: on ".toCharArray(); ^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[672] this.formatterPrefs.page_width = 40; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[710] this.formatterPrefs.page_width = 40; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[753] this.formatterPrefs.page_width = 40; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1195] this.formatterPrefs.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1217] this.formatterPrefs.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1218] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1218] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1218] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1241] this.formatterPrefs.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1270] this.formatterPrefs.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1271] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1271] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1271] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1301] this.formatterPrefs.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1330] this.formatterPrefs.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1331] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1331] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1331] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1360] this.formatterPrefs.join_lines_in_comments = false; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_lines_in_comments' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1382] this.formatterPrefs.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1408] this.formatterPrefs.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1485] this.formatterPrefs.comment_format_header = true; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_header' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1642] this.formatterPrefs.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1899] this.formatterPrefs.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1900] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_arguments_in_annotation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1900] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1900] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; ^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_COMPACT_SPLIT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1926] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_arguments_in_annotation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1926] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1926] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT; ^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_NO_ALIGNMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1927] this.formatterPrefs.alignment_for_expressions_in_array_initializer = Alignment.M_NO_ALIGNMENT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_expressions_in_array_initializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1927] this.formatterPrefs.alignment_for_expressions_in_array_initializer = Alignment.M_NO_ALIGNMENT; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1927] this.formatterPrefs.alignment_for_expressions_in_array_initializer = Alignment.M_NO_ALIGNMENT; ^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_NO_ALIGNMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1949] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_arguments_in_annotation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1949] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1949] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; ^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_COMPACT_SPLIT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java:[1975] this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_FIRST_BREAK_SPLIT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_COMPACT_FIRST_BREAK_SPLIT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[39] import org.eclipse.jdt.internal.codeassist.CompletionEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[40] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[41] import org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EvaluationContextWrapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[85] char[] varClassName = ((EvaluationContextWrapper)context).getVarClassName(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EvaluationContextWrapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[85] char[] varClassName = ((EvaluationContextWrapper)context).getVarClassName(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'EvaluationContextWrapper.getVarClassName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[108] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[108] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[108] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[108] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[108] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[108] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[167] "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[167] "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[167] "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[167] "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[167] "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[167] "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[167] "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[206] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[206] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[206] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[206] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[206] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[206] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[230] "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[230] "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[230] "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[230] "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[230] "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[230] "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[265] "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[265] "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[265] "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[265] "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[265] "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[265] "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[293] "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[293] "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[293] "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[293] "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[293] "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[293] "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[293] "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[293] "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[437] "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[437] "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[437] "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[437] "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[437] "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[437] "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[463] "Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[463] "Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[463] "Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[463] "Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[464] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[464] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[464] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[464] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[464] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[464] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[491] "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[491] "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[491] "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[491] "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[491] "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[491] "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[492] "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[492] "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[492] "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[492] "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[492] "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[492] "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[493] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[493] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[493] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[493] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[493] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[493] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[494] "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[494] "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[494] "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[494] "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[494] "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[494] "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[495] "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[495] "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[495] "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[495] "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[495] "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[495] "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[496] "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[496] "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[496] "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[496] "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[496] "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[496] "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[497] "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[497] "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[497] "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java:[497] "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[21] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[84] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[84] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[303] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[303] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[340] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[340] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[378] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[378] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[416] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[416] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[457] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java:[457] new String(Util.getResourceContentsAsCharArray(originalFile))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[77] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[78] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[79] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[80] import org.eclipse.jdt.internal.core.UserLibraryClasspathContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[81] import org.eclipse.jdt.internal.core.builder.State; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'State' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[325] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[325] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'UserLibraryClasspathContainer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[325] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[330] String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[330] String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[342] entries[length] = JavaCore.newContainerEntry(containerSuggestion.getPath()); ^^^^^^^ Discouraged access: The method 'UserLibraryClasspathContainer.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[874] JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, ""); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[874] JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, ""); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[885] IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[885] IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[885] IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaProject.CLASSPATH_FILENAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[894] p1.close(); ^^^^^ Discouraged access: The method 'JavaProject.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[895] JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[895] JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager.PerProjectInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[895] JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[895] JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[895] JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getPerProjectInfo(IProject, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[895] JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[896] perProjectInfo.setRawClasspath(null, null, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[], IPath, IJavaModelStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[899] p1.getExpandedClasspath(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[925] this.createFile("/P1/"+JavaProject.CLASSPATH_FILENAME, newCPContent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[925] this.createFile("/P1/"+JavaProject.CLASSPATH_FILENAME, newCPContent); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaProject.CLASSPATH_FILENAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[949] final JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, ""); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[949] final JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, ""); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[954] p1.getRawClasspath(); // force to read classpath ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getRawClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[964] IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[964] IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[964] IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaProject.CLASSPATH_FILENAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[967] p1.close(); ^^^^^ Discouraged access: The method 'JavaProject.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[968] assertEquals("output location should not have been refreshed", "/P1", p1.getOutputLocation().toString()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOutputLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[970] p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[970] p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.readRawClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[970] p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.readOutputLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[971] assertEquals("output location should have been refreshed", "/P1/bin", p1.getOutputLocation().toString()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOutputLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[1998] IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[1998] IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false); ^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[1998] IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[1998] IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2380] IClasspathEntry container = JavaCore.newContainerEntry(new Path("JRE_CONTAINER"), ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2380] IClasspathEntry container = JavaCore.newContainerEntry(new Path("JRE_CONTAINER"), ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); ^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2402] IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString()), null, null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2402] IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString()), null, null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); ^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2425] IClasspathEntry projectEntry = JavaCore.newProjectEntry(new Path("/P2"), ClasspathEntry.NO_ACCESS_RULES, false, extraAttributes, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2425] IClasspathEntry projectEntry = JavaCore.newProjectEntry(new Path("/P2"), ClasspathEntry.NO_ACCESS_RULES, false, extraAttributes, false); ^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2473] IClasspathEntry variable = JavaCore.newVariableEntry(new Path("JCL_LIB"), new Path("JCL_SRC"), null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2473] IClasspathEntry variable = JavaCore.newVariableEntry(new Path("JCL_LIB"), new Path("JCL_SRC"), null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); ^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2969] String encodedContents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(file, "UTF-8")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2969] String encodedContents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(file, "UTF-8")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2990] byte[] contents = org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsByteArray(file); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[2990] byte[] contents = org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsByteArray(file); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3186] IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3186] IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3252] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3252] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3274] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3274] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3301] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[3301] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4032] IJavaModelStatus status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4032] IJavaModelStatus status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4033] IJavaModelStatus status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4033] IJavaModelStatus status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4045] status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4045] status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4046] status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4046] status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4320] if (!org.eclipse.jdt.internal.core.util.Util.isReadOnlySupported()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4320] if (!org.eclipse.jdt.internal.core.util.Util.isReadOnlySupported()) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4333] org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4333] org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, true); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4344] org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4344] org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4359] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4359] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4383] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4383] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4939] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[4939] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5749] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5749] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5793] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5793] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5847] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5847] String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5889] ClasspathEntry cp = new ClasspathEntry( ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5889] ClasspathEntry cp = new ClasspathEntry( ^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathEntry(int, int, IPath, IPath[], IPath[], IPath, IPath, IPath, IClasspathEntry, boolean, IAccessRule[], boolean, IClasspathAttribute[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5889] ClasspathEntry cp = new ClasspathEntry( ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5893] ClasspathEntry.INCLUDE_ALL, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5893] ClasspathEntry.INCLUDE_ALL, ^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.INCLUDE_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5894] ClasspathEntry.EXCLUDE_NONE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5894] ClasspathEntry.EXCLUDE_NONE, ^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.EXCLUDE_NONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5902] ClasspathEntry.NO_EXTRA_ATTRIBUTES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5902] ClasspathEntry.NO_EXTRA_ATTRIBUTES); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5958] IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java:[5958] IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[72] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[72] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[72] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[72] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[72] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[72] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[72] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[109] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[109] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[109] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[109] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[109] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[109] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[109] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[152] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[152] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[152] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[152] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[152] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[152] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[152] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[189] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[189] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[189] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[189] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[189] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[189] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[190] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[190] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[190] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[190] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[190] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[190] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[190] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[249] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[249] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[249] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[249] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[249] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[249] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[249] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[288] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[288] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[288] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[288] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[288] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[288] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[288] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[334] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[334] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[334] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[334] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[334] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[334] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[415] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[415] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[415] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[415] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[415] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[415] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[415] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[456] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[456] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[456] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[456] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[456] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[456] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[456] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[493] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[493] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[493] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[493] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[493] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[493] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[493] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[530] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[530] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[530] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[530] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[530] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[530] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[530] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[576] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[576] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[576] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[576] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[576] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[576] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[659] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[659] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[659] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[659] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[659] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[659] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[659] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[698] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[698] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[698] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[698] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java:[698] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/RootManipulationsTests.java:[27] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/RootManipulationsTests.java:[89] buffer.append(((JavaElement)element).toDebugString()); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/RootManipulationsTests.java:[89] buffer.append(((JavaElement)element).toDebugString()); ^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toDebugString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[28] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[29] import org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultWorkingCopyOwner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[30] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[31] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[32] import org.eclipse.jdt.internal.core.NameLookup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[60] NameLookup getNameLookup(JavaProject project) throws JavaModelException { ^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[60] NameLookup getNameLookup(JavaProject project) throws JavaModelException { ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[61] return project.newNameLookup((WorkingCopyOwner)null); ^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.newNameLookup(WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[73] IPackageFragment[] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[73] IPackageFragment[] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[84] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[84] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[106] IPackageFragment[] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[106] IPackageFragment[] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[111] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[111] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[129] JavaProject project = (JavaProject)createJavaProject("P", new String[] {"src"}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[129] JavaProject project = (JavaProject)createJavaProject("P", new String[] {"src"}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[132] IPackageFragment[] pkgs = getNameLookup(project).findPackageFragments("p1", false); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[140] pkgs = getNameLookup(project).findPackageFragments("p2", false); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[157] JavaProject project = (JavaProject)createJavaProject("P"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[157] JavaProject project = (JavaProject)createJavaProject("P"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[179] NameLookup nameLookup = project.newNameLookup(this.workingCopies); ^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[179] NameLookup nameLookup = project.newNameLookup(this.workingCopies); ^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.newNameLookup(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[180] IType type = nameLookup.findType("Other", false, NameLookup.ACCEPT_ALL); // TODO (jerome) should use seekTypes ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[180] IType type = nameLookup.findType("Other", false, NameLookup.ACCEPT_ALL); // TODO (jerome) should use seekTypes ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[180] IType type = nameLookup.findType("Other", false, NameLookup.ACCEPT_ALL); // TODO (jerome) should use seekTypes ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[197] JavaProject project = (JavaProject)createJavaProject("P", new String[] {"src"}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[197] JavaProject project = (JavaProject)createJavaProject("P", new String[] {"src"}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[199] IPackageFragment pkg = getNameLookup(project).findPackageFragment(new Path("/P/src")); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragment(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[216] final JavaProject p2 = (JavaProject) createJavaProject("P2", new String[] {""}, new String[0], new String[] {"/P1"}, ""); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[216] final JavaProject p2 = (JavaProject) createJavaProject("P2", new String[] {""}, new String[0], new String[] {"/P1"}, ""); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[224] IPackageFragment[] pkgs = getNameLookup(p2).findPackageFragments("pkg", false/*exact match*/); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[244] JavaProject project = (JavaProject)createJavaProject("P"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[244] JavaProject project = (JavaProject)createJavaProject("P"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[252] NameLookup nameLookup = project.newNameLookup(this.workingCopies); ^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[252] NameLookup nameLookup = project.newNameLookup(this.workingCopies); ^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.newNameLookup(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[253] IJavaElement[] pkgs = nameLookup.findPackageFragments("p1", false/*not a partial match*/); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[269] JavaProject project = (JavaProject)createJavaProject("P", new String[0], new String[] {"JCL_LIB"}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[269] JavaProject project = (JavaProject)createJavaProject("P", new String[0], new String[] {"JCL_LIB"}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[270] NameLookup nameLookup =getNameLookup(project); ^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[272] IPackageFragment pkg = nameLookup.findPackageFragment(pathToSearch); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragment(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[301] IType type = getNameLookup((JavaProject) project).findType("p.X$$1", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[301] IType type = getNameLookup((JavaProject) project).findType("p.X$$1", false, NameLookup.ACCEPT_ALL); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[301] IType type = getNameLookup((JavaProject) project).findType("p.X$$1", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[301] IType type = getNameLookup((JavaProject) project).findType("p.X$$1", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[320] IType type = getNameLookup((JavaProject) project).findType("p.X", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[320] IType type = getNameLookup((JavaProject) project).findType("p.X", false, NameLookup.ACCEPT_ALL); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[320] IType type = getNameLookup((JavaProject) project).findType("p.X", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[320] IType type = getNameLookup((JavaProject) project).findType("p.X", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[347] NameLookup nameLookup = ((JavaProject) p2).newNameLookup(DefaultWorkingCopyOwner.PRIMARY); ^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[347] NameLookup nameLookup = ((JavaProject) p2).newNameLookup(DefaultWorkingCopyOwner.PRIMARY); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[347] NameLookup nameLookup = ((JavaProject) p2).newNameLookup(DefaultWorkingCopyOwner.PRIMARY); ^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.newNameLookup(WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[347] NameLookup nameLookup = ((JavaProject) p2).newNameLookup(DefaultWorkingCopyOwner.PRIMARY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultWorkingCopyOwner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[347] NameLookup nameLookup = ((JavaProject) p2).newNameLookup(DefaultWorkingCopyOwner.PRIMARY); ^^^^^^^ Discouraged access: The field 'DefaultWorkingCopyOwner.PRIMARY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[348] IType type = nameLookup.findType("p.X", false, NameLookup.ACCEPT_ALL); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[348] IType type = nameLookup.findType("p.X", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[348] IType type = nameLookup.findType("p.X", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[385] JavaModelManager.throwIoExceptionsInGetZipFile = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[385] JavaModelManager.throwIoExceptionsInGetZipFile = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.throwIoExceptionsInGetZipFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[386] JavaProject proj = (JavaProject) createJavaProject("P", new String[] {}, new String[] {transitioningJar}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[386] JavaProject proj = (JavaProject) createJavaProject("P", new String[] {}, new String[] {transitioningJar}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[387] JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[387] JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[387] JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); ^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[387] JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModel.refreshExternalArchives(IJavaElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[391] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[391] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[391] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getArchiveValidity(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[391] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^ Discouraged access: The method 'JavaModelManager.ArchiveValidity.isValid()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[392] IType type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[392] IType type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[392] IType type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); ^^^^^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_CLASSES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[396] JavaModelManager.throwIoExceptionsInGetZipFile = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[396] JavaModelManager.throwIoExceptionsInGetZipFile = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.throwIoExceptionsInGetZipFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[400] JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[400] JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[400] JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); ^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[400] JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModel.refreshExternalArchives(IJavaElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[402] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[402] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[402] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getArchiveValidity(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[402] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^ Discouraged access: The method 'JavaModelManager.ArchiveValidity.isValid()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[403] type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[403] type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[403] type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); ^^^^^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_CLASSES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[411] ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[411] ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[414] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[414] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[414] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getArchiveValidity(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[414] !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); ^^^^^^^ Discouraged access: The method 'JavaModelManager.ArchiveValidity.isValid()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[415] type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[415] type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java:[415] type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); ^^^^^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_CLASSES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[16] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[71] method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[71] method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract); ^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[71] method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[71] method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract); ^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccAbstract' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[105] method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[105] method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic); ^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[105] method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[105] method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic); ^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccStatic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[120] method.setFlags(ClassFileConstants.AccPrivate); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java:[120] method.setFlags(ClassFileConstants.AccPrivate); ^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccPrivate' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[72] import org.eclipse.jdt.internal.compiler.parser.ScannerHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[332] if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[332] if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[333] || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[333] || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[334] || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[334] || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[335] || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[335] || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[555] if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[555] if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[556] || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[556] || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[557] || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[557] || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[558] || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java:[558] || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[60] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[61] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[62] import org.eclipse.jdt.internal.core.dom.SourceRangeVerifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceRangeVerifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[102] SourceRangeVerifier.DEBUG = true; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceRangeVerifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[102] SourceRangeVerifier.DEBUG = true; ^^^^^ Discouraged access: The field 'SourceRangeVerifier.DEBUG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[103] SourceRangeVerifier.DEBUG_THROW = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceRangeVerifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[103] SourceRangeVerifier.DEBUG_THROW = true; ^^^^^^^^^^^ Discouraged access: The field 'SourceRangeVerifier.DEBUG_THROW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[495] long jdkLevel = CompilerOptions.versionToJdkLevel(option); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[495] long jdkLevel = CompilerOptions.versionToJdkLevel(option); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[497] if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_19)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[497] if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_19)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[497] if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_19)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[497] if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_19)) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_19' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[499] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_18)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[499] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_18)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[499] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_18)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[499] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_18)) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_18' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[501] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_17)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[501] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_17)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[501] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_17)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[501] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_17)) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_17' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[503] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_16)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[503] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_16)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[503] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_16)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[503] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_16)) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_16' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[505] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_15)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[505] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_15)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[505] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_15)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[505] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_15)) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_15' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[507] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_14)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[507] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_14)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[507] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_14)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[507] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_14)) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_14' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[509] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_13)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[509] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_13)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[509] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_13)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[509] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_13)) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_13' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[511] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[511] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[511] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[511] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_12' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[513] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[513] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[513] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[513] } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_11' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[515] } else if (jdkLevel >= ClassFileConstants.JDK10) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[515] } else if (jdkLevel >= ClassFileConstants.JDK10) { ^^^^^ Discouraged access: The field 'ClassFileConstants.JDK10' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[517] } else if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[517] } else if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^ Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[519] } else if (jdkLevel >= ClassFileConstants.JDK1_8) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[519] } else if (jdkLevel >= ClassFileConstants.JDK1_8) { ^^^^^^ Discouraged access: The field 'ClassFileConstants.JDK1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[521] } else if (jdkLevel >= ClassFileConstants.JDK1_7) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java:[521] } else if (jdkLevel >= ClassFileConstants.JDK1_7) { ^^^^^^ Discouraged access: The field 'ClassFileConstants.JDK1_7' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[26] import org.eclipse.jdt.internal.codeassist.CompletionEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[27] import org.eclipse.jdt.internal.codeassist.RelevanceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[138] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[138] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[138] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[138] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[138] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[138] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[138] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[151] "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[151] "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[151] "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[151] "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[151] "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[151] "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[151] "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[164] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[164] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[164] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[164] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[164] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[164] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[164] "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[177] "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[177] "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[177] "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[177] "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[177] "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[177] "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[178] "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[178] "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[178] "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[178] "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[178] "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[178] "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[178] "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[204] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[204] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[204] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[204] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[204] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[204] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[204] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[230] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[230] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[230] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[230] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[230] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[230] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[230] "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[256] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[256] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[256] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[256] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[256] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[256] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[256] "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[288] "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[288] "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[288] "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[288] "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[288] "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[288] "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[289] "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[289] "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[289] "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[289] "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[289] "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[289] "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[289] "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[302] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[302] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[302] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[302] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[302] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[302] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[303] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[303] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[303] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[303] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[303] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[303] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[316] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[316] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[316] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[316] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[316] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[316] "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[317] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[317] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[317] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[317] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[317] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[317] "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[318] "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[318] "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[318] "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[318] "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[318] "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java:[318] "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[71] "assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[71] "assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[71] "assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[71] "assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[71] "assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[152] "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[152] "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[152] "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[152] "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[152] "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[152] "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[880] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[880] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[880] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[880] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[880] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[880] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[926] "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[926] "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[926] "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[926] "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[926] "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[926] "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[955] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[955] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[955] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[955] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[955] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[955] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1000] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1000] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1000] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1000] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1000] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1000] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1001] int relevanceNoCase = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1001] int relevanceNoCase = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1001] int relevanceNoCase = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1001] int relevanceNoCase = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1001] int relevanceNoCase = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1034] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1034] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1034] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1034] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1034] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1034] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1079] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1079] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1079] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1079] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1079] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1079] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1134] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1134] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1134] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1134] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1134] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1134] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1161] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1161] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1161] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1161] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1161] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java:[1161] int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathResolutionBreakpointListener.java:[16] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathResolutionBreakpointListener.java:[18] public class ClasspathResolutionBreakpointListener extends JavaProject.ClasspathResolutionBreakpointListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathResolutionBreakpointListener.java:[18] public class ClasspathResolutionBreakpointListener extends JavaProject.ClasspathResolutionBreakpointListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject.ClasspathResolutionBreakpointListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[50] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[51] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[52] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[93] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[93] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[95] ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[95] ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/); ^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[191] JavaModelManager.getIndexManager().waitForIndex(false, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[191] JavaModelManager.getIndexManager().waitForIndex(false, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[191] JavaModelManager.getIndexManager().waitForIndex(false, null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[248] ((JavaElement)element).toStringInfo(tab, buffer); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java:[248] ((JavaElement)element).toStringInfo(tab, buffer); ^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringInfo(int, StringBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[24] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[25] import org.eclipse.jdt.internal.core.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[500] ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null, 0, true); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[500] ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null, 0, true); ^^^^^^^^^^^^^ Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[500] ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null, 0, true); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[512] ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null,0, false); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[512] ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null,0, false); ^^^^^^^^^^^^^ Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[512] ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null,0, false); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[524] ILocalVariable localVar = new LocalVariable((JavaElement)initializer, "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[524] ILocalVariable localVar = new LocalVariable((JavaElement)initializer, "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^^^ Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/MementoTests.java:[524] ILocalVariable localVar = new LocalVariable((JavaElement)initializer, "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java:[19] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java:[20] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java:[57] long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java:[57] long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java:[58] if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java:[58] if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^ Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') 1265. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java (at line 259) @SuppressWarnings("synthetic-access") ^^^^^^^^^^^^^^^^^^ At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java:[23] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java:[58] DefaultCodeFormatter codeFormatter() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java:[59] this.formatterPrefs.comment_indent_parameter_description = false; // Eclipse default is true ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_parameter_description' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java:[60] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java:[60] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java:[60] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[49] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[118] String renamedContents = new String (Util.getResourceContentsAsCharArray(file)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[118] String renamedContents = new String (Util.getResourceContentsAsCharArray(file)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[129] byte[] renamedEncodedBytes = Util.getResourceContentsAsByteArray(file); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[129] byte[] renamedEncodedBytes = Util.getResourceContentsAsByteArray(file); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[173] byte[] encodedContents = Util.getResourceContentsAsByteArray(newProject.getProject().getWorkspace().getRoot().getFile(cu.getPath())); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[173] byte[] encodedContents = Util.getResourceContentsAsByteArray(newProject.getProject().getWorkspace().getRoot().getFile(cu.getPath())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[204] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[204] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[210] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[210] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[232] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[232] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[238] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[238] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[258] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[258] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[264] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[264] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[288] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[288] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[307] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[307] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[325] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[325] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[345] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[345] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[351] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[351] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[369] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[369] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[375] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[375] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[389] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[389] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[395] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[395] byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[415] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[415] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[430] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[430] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[444] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[444] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[466] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[466] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[492] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[492] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[518] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[518] String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[554] String encodedContents = new String (Util.getResourceContentsAsCharArray(file, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[554] String encodedContents = new String (Util.getResourceContentsAsCharArray(file, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[557] byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[557] byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[603] String encodedContents = new String (Util.getResourceContentsAsCharArray(file)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[603] String encodedContents = new String (Util.getResourceContentsAsCharArray(file)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[606] byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[606] byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[729] char[] result = org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(in, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[729] char[] result = org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(in, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getInputStreamAsCharArray(InputStream, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[730] org.eclipse.jdt.internal.compiler.util.Util.UTF_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[730] org.eclipse.jdt.internal.compiler.util.Util.UTF_8); ^^^^^ Discouraged access: The field 'Util.UTF_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[866] char[] fileContents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(file, "UTF-8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[866] char[] fileContents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(file, "UTF-8"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[870] char[] ifileContents =Util.getResourceContentsAsCharArray(emptyFile, "UTF-8"); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[870] char[] ifileContents =Util.getResourceContentsAsCharArray(emptyFile, "UTF-8"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[987] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[987] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1002] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1002] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1016] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1016] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1070] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1070] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1140] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1140] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1155] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1155] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1206] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1206] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1221] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1221] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1264] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1264] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1280] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1280] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1296] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1296] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1312] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1312] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1356] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1356] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1372] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1372] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1423] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1423] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1438] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1438] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1454] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1454] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/EncodingTests.java:[1470] encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[60] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[60] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[60] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[60] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[60] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[83] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[83] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[83] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[83] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[83] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[104] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[104] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[104] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[104] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[104] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[125] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[125] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[125] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[125] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[125] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[146] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[146] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[146] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[146] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[146] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[167] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[167] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[167] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[167] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[167] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[188] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[188] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[188] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[188] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[188] "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[263] "a_method[METHOD_REF]{a_method(), Ltest0001.Test$Dummy;, ()V, a_method, null, " + (R_DEFAULT + 30) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[278] "i_jk[LOCAL_VARIABLE_REF]{i_jk, null, I, i_jk, null, " + (R_DEFAULT + 22) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[294] "i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, Ljava.lang.String;, i_jkl, null, " + (R_DEFAULT + 22) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[308] "i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, I, i_jkl, null, " + (R_DEFAULT + 22) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[322] "i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, I, i_jkl, null, " + (R_DEFAULT + 22) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java:[338] "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 30) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java:[22] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java:[48] setUpProjectOptions(CompilerOptions.VERSION_1_4); // default compliance ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java:[48] setUpProjectOptions(CompilerOptions.VERSION_1_4); // default compliance ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java:[143] setUpProjectOptions(CompilerOptions.VERSION_1_3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java:[143] setUpProjectOptions(CompilerOptions.VERSION_1_3); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java:[167] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java:[167] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java:[520] "oneTwoThree[FIELD_REF]{oneTwoThree, Ljavadoc.fields.tags.BasicTestFields;, Ljava.lang.Object;, oneTwoThree, null, "+this.positions+(R_DEFAULT + 25) + "}" ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[32] import org.eclipse.jdt.internal.core.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[33] import org.eclipse.jdt.internal.core.ResolvedSourceField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[34] import org.eclipse.jdt.internal.core.ResolvedSourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[35] import org.eclipse.jdt.internal.core.SourceField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[36] import org.eclipse.jdt.internal.core.SourceMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[37] import org.eclipse.jdt.internal.core.SourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[401] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[426] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[451] assertTrue(elements[0] instanceof ResolvedSourceField); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[476] assertTrue(elements[0] instanceof ResolvedSourceField); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[500] assertTrue(elements[0] instanceof ResolvedSourceField); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[501] ResolvedSourceField sm = (ResolvedSourceField)elements[0]; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[501] ResolvedSourceField sm = (ResolvedSourceField)elements[0]; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[502] IJavaElement parent = sm.getParent(); ^^^^^^^^^ Discouraged access: The method 'JavaElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[503] SourceType st = (SourceType)parent; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[503] SourceType st = (SourceType)parent; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[504] assertTrue(st.isRecord()); ^^^^^^^^ Discouraged access: The method 'SourceType.isRecord()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[528] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[586] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[682] assertTrue(elements[0] instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[683] SourceMethod sm = (SourceMethod)elements[0]; ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[683] SourceMethod sm = (SourceMethod)elements[0]; ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[684] IJavaElement parent = sm.getParent(); ^^^^^^^^^ Discouraged access: The method 'JavaElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[685] SourceType st = (SourceType)parent; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[685] SourceType st = (SourceType)parent; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[686] assertTrue(st.isRecord()); ^^^^^^^^ Discouraged access: The method 'SourceType.isRecord()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[714] assertTrue(elements[0] instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[745] assertTrue(elements[0] instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[776] assertTrue(elements[0] instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[808] assertTrue(elements[0] instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[835] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[862] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[891] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[925] assertTrue(elements[0] instanceof ResolvedSourceType); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[926] boolean record = ((ResolvedSourceType)elements[0]).isRecord(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[926] boolean record = ((ResolvedSourceType)elements[0]).isRecord(); ^^^^^^^^ Discouraged access: The method 'SourceType.isRecord()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[954] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[977] assertTrue(!(elements[0] instanceof SourceType)); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[978] assertTrue((elements[0] instanceof SourceField)); ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1006] assertTrue((elements[0] instanceof LocalVariable)); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1032] assertTrue((elements[0] instanceof LocalVariable)); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1062] assertTrue((elements[0] instanceof LocalVariable)); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1092] assertTrue((elements[0] instanceof LocalVariable)); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1121] assertTrue((elements[0] instanceof LocalVariable)); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1164] assertTrue((elements[0] instanceof SourceType)); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1186] assertTrue((elements[0] instanceof SourceType)); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1229] assertTrue((elements[0] instanceof SourceType)); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1770] assertTrue(elements[0] instanceof SourceField); ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java:[1798] assertTrue(elements[0] instanceof SourceField); ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModelTestsUtil.java:[35] import org.eclipse.jdt.internal.core.JarPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModelTestsUtil.java:[150] if (fragmentRoots[i] instanceof JarPackageFragmentRoot) continue; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModelTestsUtil.java:[168] if (!(root instanceof JarPackageFragmentRoot)) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests10.java:[26] import org.eclipse.jdt.internal.core.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests10.java:[119] String typeSignature = ((LocalVariable)elements[0]).getTypeSignature(); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests10.java:[119] String typeSignature = ((LocalVariable)elements[0]).getTypeSignature(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'LocalVariable.getTypeSignature()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[40] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[41] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[42] import org.eclipse.jdt.internal.core.UserLibraryClasspathContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[43] import org.eclipse.jdt.internal.core.index.DiskIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiskIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[44] import org.eclipse.jdt.internal.core.index.Index; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[45] import org.eclipse.jdt.internal.core.search.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[124] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[124] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[124] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[124] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[171] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[171] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[171] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[171] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[206] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[206] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[206] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[206] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[216] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[216] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[216] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[216] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[317] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[317] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[317] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[317] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[329] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[329] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[329] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[329] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[415] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[415] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[415] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[415] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[481] String indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[481] String indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[481] String indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[481] String indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[492] indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[492] indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[492] indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[492] indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[544] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(new Path(jarFilePath), false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[544] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(new Path(jarFilePath), false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[544] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(new Path(jarFilePath), false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[544] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(new Path(jarFilePath), false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[691] File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[691] File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[691] File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[691] File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[707] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[707] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[707] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'UserLibraryClasspathContainer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[712] String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[712] String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[728] entries[length] = JavaCore.newContainerEntry(containerSuggestion.getPath()); ^^^^^^^ Discouraged access: The method 'UserLibraryClasspathContainer.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[753] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[753] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[753] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[753] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[767] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[767] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[767] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[767] indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[807] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[807] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[807] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[808] Index index = indexManager.getIndex(libPath, false, false); ^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[808] Index index = indexManager.getIndex(libPath, false, false); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[809] assertEquals(url, index.getIndexLocation().getUrl().toString()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[809] assertEquals(url, index.getIndexLocation().getUrl().toString()); ^^^^^^ Discouraged access: The method 'IndexLocation.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[819] index = indexManager.getIndex(libPath, false, false); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[820] assertEquals(url, index.getIndexLocation().getUrl().toString()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[820] assertEquals(url, index.getIndexLocation().getUrl().toString()); ^^^^^^ Discouraged access: The method 'IndexLocation.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[858] URL url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[858] URL url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[858] URL url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[858] URL url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[858] URL url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); ^^^^^^ Discouraged access: The method 'IndexLocation.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[869] url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[869] url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[869] url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[869] url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[869] url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); ^^^^^^ Discouraged access: The method 'IndexLocation.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[887] ClasspathEntry.setSharedIndexLocation(sharedIndexDir, getClass()); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[887] ClasspathEntry.setSharedIndexLocation(sharedIndexDir, getClass()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.setSharedIndexLocation(String, Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[894] String indexFilePath = Paths.get(sharedIndexDir, DiskIndex.INDEX_VERSION, fileName).toString(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiskIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[894] String indexFilePath = Paths.get(sharedIndexDir, DiskIndex.INDEX_VERSION, fileName).toString(); ^^^^^^^^^^^^^ Discouraged access: The field 'DiskIndex.INDEX_VERSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[920] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[920] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[920] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[920] java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[930] ClasspathEntry.setSharedIndexLocation(null, getClass()); ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java:[930] ClasspathEntry.setSharedIndexLocation(null, getClass()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ClasspathEntry.setSharedIndexLocation(String, Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[20] import org.eclipse.jdt.internal.compiler.util.JRTUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JRTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[21] import org.eclipse.jdt.internal.core.builder.ClasspathJrt; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[22] import org.eclipse.jdt.internal.core.builder.ClasspathJrtWithReleaseOption; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrtWithReleaseOption' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[23] import org.eclipse.jdt.internal.core.builder.ClasspathLocation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[42] String releaseVersion = JRTUtil.getJdkRelease(image); ^^^^^^^ Discouraged access: The type 'JRTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[42] String releaseVersion = JRTUtil.getJdkRelease(image); ^^^^^^^^^^^^^ Discouraged access: The method 'JRTUtil.getJdkRelease(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[44] String jrt = "lib/" + org.eclipse.jdt.internal.compiler.util.JRTUtil.JRT_FS_JAR; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JRTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[44] String jrt = "lib/" + org.eclipse.jdt.internal.compiler.util.JRTUtil.JRT_FS_JAR; //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The field 'JRTUtil.JRT_FS_JAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[47] ClasspathJrt classpathJrt = ClasspathLocation.forJrtSystem(jrtPath.toString(), null, null, String.valueOf(majorSegment)); ^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[47] ClasspathJrt classpathJrt = ClasspathLocation.forJrtSystem(jrtPath.toString(), null, null, String.valueOf(majorSegment)); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[47] ClasspathJrt classpathJrt = ClasspathLocation.forJrtSystem(jrtPath.toString(), null, null, String.valueOf(majorSegment)); ^^^^^^^^^^^^ Discouraged access: The method 'ClasspathLocation.forJrtSystem(String, AccessRuleSet, IPath, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[48] assertEquals(ClasspathJrt.class, classpathJrt.getClass()); ^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[52] classpathJrt = ClasspathLocation.forJrtSystem(jrtPath.toString(), null, null, String.valueOf(olderVersion)); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[52] classpathJrt = ClasspathLocation.forJrtSystem(jrtPath.toString(), null, null, String.valueOf(olderVersion)); ^^^^^^^^^^^^ Discouraged access: The method 'ClasspathLocation.forJrtSystem(String, AccessRuleSet, IPath, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathLocationTest.java:[53] assertEquals(ClasspathJrtWithReleaseOption.class, classpathJrt.getClass()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathJrtWithReleaseOption' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[28] import org.eclipse.jdt.internal.compiler.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[49] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[49] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^ Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[167] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[167] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^ Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[202] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[202] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^ Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[257] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[257] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^ Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[282] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[282] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^ Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[307] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[307] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^ Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[372] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java:[372] IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); ^^^^^^^^^^^^ Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[33] import org.eclipse.jdt.internal.core.SourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[34] import org.eclipse.jdt.internal.core.search.matching.DeclarationOfAccessedFieldsPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeclarationOfAccessedFieldsPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[451] SourceType st = (SourceType)elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[451] SourceType st = (SourceType)elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[452] SearchPattern pattern = new DeclarationOfAccessedFieldsPattern(st); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeclarationOfAccessedFieldsPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[452] SearchPattern pattern = new DeclarationOfAccessedFieldsPattern(st); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DeclarationOfAccessedFieldsPattern(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[488] SourceType st = (SourceType)elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java:[488] SourceType st = (SourceType)elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[54] import org.eclipse.jdt.internal.compiler.parser.ScannerHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[316] if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[316] if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[317] || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[317] || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[318] || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[318] || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[319] || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[319] || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[539] if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[539] if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[540] || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[540] || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[541] || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[541] || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[542] || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java:[542] || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[37] import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[38] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[39] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[40] import org.eclipse.jdt.internal.compiler.parser.Scanner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Scanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[41] import org.eclipse.jdt.internal.compiler.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[42] import org.eclipse.jdt.internal.core.JarPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[43] import org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[44] import org.eclipse.jdt.internal.core.util.SimpleDocument; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SimpleDocument' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[45] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[85] DefaultCodeFormatter codeFormatter = codeFormatter(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[117] DefaultCodeFormatter codeFormatter = codeFormatter(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[118] Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/, ^^^^^^^ Discouraged access: The type 'Scanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[118] Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/, ^^^^^^^ Discouraged access: The type 'Scanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[118] Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/, ^^^^^^^ Discouraged access: The constructor 'Scanner(boolean, boolean, boolean, long, char[][], char[][], boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[118] Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[118] Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/, ^^^^^^ Discouraged access: The field 'ClassFileConstants.JDK1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[119] codeFormatter.previewEnabled); ^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatter.previewEnabled' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[120] CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[120] CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[120] CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CodeSnippetParsingUtil()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[121] CompilationUnitDeclaration compilationUnitDeclaration = codeSnippetParsingUtil.parseCompilationUnit(source.toCharArray(), getDefaultCompilerOptions(), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[121] CompilationUnitDeclaration compilationUnitDeclaration = codeSnippetParsingUtil.parseCompilationUnit(source.toCharArray(), getDefaultCompilerOptions(), true); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CodeSnippetParsingUtil.parseCompilationUnit(char[], Map, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[122] scanner.setSource(source.toCharArray()); ^^^^^^^^^ Discouraged access: The method 'Scanner.setSource(char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[123] scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds; ^^^^^^^^ Discouraged access: The field 'Scanner.lineEnds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[123] scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CodeSnippetParsingUtil.recordedParsingInformation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[123] scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds; ^^^^^^^^ Discouraged access: The field 'RecordedParsingInformation.lineEnds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[124] int[][] commentsPositions = compilationUnitDeclaration.comments; ^^^^^^^^ Discouraged access: The field 'CompilationUnitDeclaration.comments' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[132] formattedComments[i] = runFormatter(codeFormatter, source.substring(commentStart, commentEnd), CodeFormatter.K_JAVA_DOC, indentationLevel, 0, commentEnd - commentStart, Util.LINE_SEPARATOR, true); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[132] formattedComments[i] = runFormatter(codeFormatter, source.substring(commentStart, commentEnd), CodeFormatter.K_JAVA_DOC, indentationLevel, 0, commentEnd - commentStart, Util.LINE_SEPARATOR, true); ^^^^^^^^^^^^^^ Discouraged access: The field 'Util.LINE_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[134] SimpleDocument document = new SimpleDocument(source); ^^^^^^^^^^^^^^ Discouraged access: The type 'SimpleDocument' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[134] SimpleDocument document = new SimpleDocument(source); ^^^^^^^^^^^^^^ Discouraged access: The type 'SimpleDocument' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[134] SimpleDocument document = new SimpleDocument(source); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'SimpleDocument(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[139] document.replace(commentStart, commentEnd - commentStart, formattedComments[i]); ^^^^^^^ Discouraged access: The method 'SimpleDocument.replace(int, int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[141] String newSource = document.get(); ^^^ Discouraged access: The method 'SimpleDocument.get()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[146] private int getIndentationLevel(Scanner scanner, int position) { ^^^^^^^ Discouraged access: The type 'Scanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[155] int lineNumber = scanner.getLineNumber(position); ^^^^^^^^^^^^^ Discouraged access: The method 'Scanner.getLineNumber(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[156] int lineStart = scanner.getLineStart(lineNumber); ^^^^^^^^^^^^ Discouraged access: The method 'Scanner.getLineStart(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[157] scanner.resetTo(lineStart, position-1); ^^^^^^^ Discouraged access: The method 'Scanner.resetTo(int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[158] while (!scanner.atEnd()) { ^^^^^ Discouraged access: The method 'Scanner.atEnd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[159] int ch = scanner.getNextChar(); ^^^^^^^^^^^ Discouraged access: The method 'Scanner.getNextChar()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[186] optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[186] optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_LocalVariableAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[186] optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[186] optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[187] optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[187] optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_LineNumberAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[187] optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[187] optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[188] optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[188] optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_SourceFileAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[188] optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[188] optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[189] optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[189] optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_PreserveUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[189] optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[189] optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); ^^^^^^^^ Discouraged access: The field 'CompilerOptions.PRESERVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[190] optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[190] optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_DocCommentSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[190] optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[190] optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); ^^^^^^^^ Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[191] optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[191] optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportMethodWithConstructorName' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[191] optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[191] optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[192] optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[192] optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[192] optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[192] optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[193] optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[193] optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[193] optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[193] optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[194] optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[194] optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[194] optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[194] optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[195] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[195] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[195] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[195] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); ^^^^^^^^ Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[196] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[196] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[196] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[196] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); ^^^^^^^^ Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[197] optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[197] optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportHiddenCatchBlock' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[197] optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[197] optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[198] optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[198] optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[198] optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[198] optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[199] optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[199] optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[199] optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[199] optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[200] optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[200] optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedImport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[200] optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java:[200] optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[45] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[46] import org.eclipse.jdt.internal.core.CompilationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[47] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[48] import org.eclipse.jdt.internal.core.JavaModelCache; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[49] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[50] import org.eclipse.jdt.internal.core.search.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[190] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[190] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[190] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[193] while (indexManager.awaitingJobsCount() > 0) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JobManager.awaitingJobsCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[893] org.eclipse.jdt.internal.compiler.env.ICompilationUnit compilerCU = (org.eclipse.jdt.internal.compiler.env.ICompilationUnit) compilationUnit.getTypeRoot(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[893] org.eclipse.jdt.internal.compiler.env.ICompilationUnit compilerCU = (org.eclipse.jdt.internal.compiler.env.ICompilationUnit) compilationUnit.getTypeRoot(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[894] assertSourceEquals("Unexpected contents", newContents, new String(compilerCU.getContents())); ^^^^^^^^^^^ Discouraged access: The method 'ICompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2453] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2453] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2453] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.removeInfoAndChildren(JavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2453] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2489] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit) this.workingCopy); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2489] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit) this.workingCopy); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2489] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit) this.workingCopy); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.removeInfoAndChildren(JavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2489] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit) this.workingCopy); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2499] JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2499] JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2499] JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2503] JavaModelCache javaModelCache = (JavaModelCache) cacheField.get(javaModelManager); ^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2503] JavaModelCache javaModelCache = (JavaModelCache) cacheField.get(javaModelManager); ^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2509] .filter(je -> ((((JavaElement) je).getCompilationUnit()==null)?null:((JavaElement) je).getCompilationUnit().getOwner()) == owner).count(); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2509] .filter(je -> ((((JavaElement) je).getCompilationUnit()==null)?null:((JavaElement) je).getCompilationUnit().getOwner()) == owner).count(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.getCompilationUnit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2509] .filter(je -> ((((JavaElement) je).getCompilationUnit()==null)?null:((JavaElement) je).getCompilationUnit().getOwner()) == owner).count(); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2509] .filter(je -> ((((JavaElement) je).getCompilationUnit()==null)?null:((JavaElement) je).getCompilationUnit().getOwner()) == owner).count(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.getCompilationUnit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2542] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2542] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2542] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.removeInfoAndChildren(JavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[2542] JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[5636] options.put(CompilerOptions.OPTION_Source, "1.4"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java:[5636] options.put(CompilerOptions.OPTION_Source, "1.4"); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[30] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[31] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[32] import org.eclipse.jdt.internal.core.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[33] import org.eclipse.jdt.internal.core.search.BasicSearchEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[34] import org.eclipse.jdt.internal.core.search.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[35] import org.eclipse.jdt.internal.core.search.processing.IJob; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[150] org.eclipse.jdt.internal.core.util.Util.sort(strings); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[150] org.eclipse.jdt.internal.core.util.Util.sort(strings); ^^^^ Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[178] org.eclipse.jdt.internal.core.util.Util.sort(strings); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[178] org.eclipse.jdt.internal.core.util.Util.sort(strings); ^^^^ Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[205] static class WaitingJob implements IJob { ^^^^ Discouraged access: The type 'IJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[232] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[232] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[232] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[233] while(indexManager.isEnabled()) { ^^^^^^^^^ Discouraged access: The method 'JobManager.isEnabled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[234] indexManager.disable(); ^^^^^^^ Discouraged access: The method 'JobManager.disable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[239] indexManager.request(this); ^^^^^^^ Discouraged access: The method 'JobManager.request(IJob)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[240] while(!indexManager.isEnabled()) { ^^^^^^^^^ Discouraged access: The method 'JobManager.isEnabled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[241] indexManager.enable(); ^^^^^^ Discouraged access: The method 'JobManager.enable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[248] JavaModelManager.getIndexManager().enable(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[248] JavaModelManager.getIndexManager().enable(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[248] JavaModelManager.getIndexManager().enable(); ^^^^^^ Discouraged access: The method 'JobManager.enable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[313] String givenRule = BasicSearchEngine.getMatchRuleString(rule); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[313] String givenRule = BasicSearchEngine.getMatchRuleString(rule); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[314] String validatedRule = BasicSearchEngine.getMatchRuleString(validated); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[314] String validatedRule = BasicSearchEngine.getMatchRuleString(validated); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[315] String expectedRule = BasicSearchEngine.getMatchRuleString(expected); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[315] String expectedRule = BasicSearchEngine.getMatchRuleString(expected); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1031] ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1031] ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^^^ Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1031] ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1045] ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1045] ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^^^ Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1045] ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1059] ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1059] ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^^^ Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchTests.java:[1059] ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[28] import org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavadocTagConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[31] public abstract class AbstractJavadocCompletionModelTest extends AbstractJavaModelCompletionTests implements JavadocTagConstants { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavadocTagConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[35] protected final static int JAVADOC_RELEVANCE = R_DEFAULT+ R_INTERESTING+ R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[35] protected final static int JAVADOC_RELEVANCE = R_DEFAULT+ R_INTERESTING+ R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[35] protected final static int JAVADOC_RELEVANCE = R_DEFAULT+ R_INTERESTING+ R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[37] protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[37] protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[37] protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[37] protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[39] protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[39] protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[39] protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[39] protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[39] protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[41] protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[41] protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[41] protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[41] protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[41] protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[43] protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[43] protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[43] protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[43] protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[43] protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_QUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[43] protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[45] protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[45] protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[45] protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[45] protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[45] protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[45] protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[47] protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[47] protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[47] protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[47] protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[47] protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[47] protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[49] protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[49] protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[49] protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[49] protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[49] protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[49] protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_QUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[49] protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[51] protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[51] protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[51] protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[51] protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[51] protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[51] protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[51] protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[53] protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[53] protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[53] protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[53] protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[53] protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[53] protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[55] protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[55] protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[55] protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[55] protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[55] protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[55] protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[55] protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[59] protected static final int R_DRICNRE = R_DRICNR+R_EXCEPTION; ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[61] protected static final int R_DRICUNRE = R_DRICUNR+R_EXCEPTION; ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[63] protected static final int R_DRICENNRE = R_DRICENNR+R_EXCEPTION; ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[65] protected static final int R_DRICENUNRE = R_DRICENUNR+R_EXCEPTION; ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[69] protected static final int R_DRICNREET = R_DRICNR+R_EXACT_EXPECTED_TYPE; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[71] protected static final int R_DRICUNREET = R_DRICUNR+R_EXACT_EXPECTED_TYPE; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[73] protected static final int R_DRICUNREETE = R_DRICUNR+R_EXACT_EXPECTED_TYPE+R_EXCEPTION; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[73] protected static final int R_DRICUNREETE = R_DRICUNR+R_EXACT_EXPECTED_TYPE+R_EXCEPTION; ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[77] protected static final int R_DRICNREEET = R_DRICNRE+R_EXACT_EXPECTED_TYPE; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[80] protected static final int R_DRICUNREEET = R_DRICUNRE+R_EXACT_EXPECTED_TYPE; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[83] protected static final int R_DRICENNREEET = R_DRICENNRE+R_EXACT_EXPECTED_TYPE; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[86] protected static final int R_DRICENUNREEET = R_DRICENUNRE+R_EXACT_EXPECTED_TYPE; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[90] protected static final int JAVADOC_RELEVANCE_IT = JAVADOC_RELEVANCE+R_INLINE_TAG; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[92] protected static final int R_DRINRIT = R_DRINR+R_INLINE_TAG; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[94] protected static final int R_DRICNRIT = R_DRICNR+R_INLINE_TAG; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[96] protected static final int R_DRICUNRIT = R_DRICUNR+R_INLINE_TAG; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[98] protected static final int R_DRICENNRIT = R_DRICENNR+R_INLINE_TAG; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[100] protected static final int R_DRICENUNRIT = R_DRICENUNR+R_INLINE_TAG; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[102] protected static final int R_DRICNRNSIT = R_DRICNRNS+R_INLINE_TAG; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[104] protected static final int R_DRICNREETIT = R_DRICNREET+R_INLINE_TAG; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java:[107] protected static final int R_DRICUNREETIT = R_DRICUNREET+R_INLINE_TAG; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[29] import org.eclipse.jdt.internal.compiler.ExtraFlags; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExtraFlags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[30] import org.eclipse.jdt.internal.compiler.env.AccessRestriction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AccessRestriction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[31] import org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbortCompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[32] import org.eclipse.jdt.internal.compiler.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[33] import org.eclipse.jdt.internal.core.LambdaExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[34] import org.eclipse.jdt.internal.core.Member; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Member' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[35] import org.eclipse.jdt.internal.core.PackageFragment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[36] import org.eclipse.jdt.internal.core.SourceRefElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceRefElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[37] import org.eclipse.jdt.internal.core.search.BasicSearchEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[38] import org.eclipse.jdt.internal.core.search.IRestrictedAccessConstructorRequestor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessConstructorRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[39] import org.eclipse.jdt.internal.core.search.IRestrictedAccessMethodRequestor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[40] import org.eclipse.jdt.internal.core.search.matching.PatternLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[74] public static class ConstructorDeclarationsCollector implements IRestrictedAccessConstructorRequestor { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessConstructorRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[88] AccessRestriction access) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AccessRestriction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[91] boolean isMemberType = (extraFlags & ExtraFlags.IsMemberType) != 0; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExtraFlags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[91] boolean isMemberType = (extraFlags & ExtraFlags.IsMemberType) != 0; ^^^^^^^^^^^^ Discouraged access: The field 'ExtraFlags.IsMemberType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[146] org.eclipse.jdt.internal.core.util.Util.sort(strings); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[146] org.eclipse.jdt.internal.core.util.Util.sort(strings); ^^^^ Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[166] public static class MethodDeclarationsCollector implements IRestrictedAccessMethodRequestor { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[183] AccessRestriction access, ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AccessRestriction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[263] org.eclipse.jdt.internal.core.util.Util.sort(strings); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[263] org.eclipse.jdt.internal.core.util.Util.sort(strings); ^^^^ Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[502] return (this.showFlavors & PatternLocator.SUPER_INVOCATION_FLAVOR) != 0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[502] return (this.showFlavors & PatternLocator.SUPER_INVOCATION_FLAVOR) != 0; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[667] ((LambdaExpression) type).toStringName(this.line); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[667] ((LambdaExpression) type).toStringName(this.line); ^^^^^^^^^^^^ Discouraged access: The method 'LambdaExpression.toStringName(StringBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[671] if (isLocal && !(type instanceof LambdaExpression)) { // don't want occurrence counts for lambdas. it can be confusing at best, as not all are built. ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[673] this.line.append(((SourceRefElement)type).occurrenceCount); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceRefElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[673] this.line.append(((SourceRefElement)type).occurrenceCount); ^^^^^^^^^^^^^^^ Discouraged access: The field 'SourceRefElement.occurrenceCount' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[683] if ((this.flags & SHOW_JAR_FILE) != 0 && element instanceof Member) { ^^^^^^ Discouraged access: The type 'Member' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[696] return pathString + "|" + ((Member)element).getTypeRoot().getElementName(); ^^^^^^ Discouraged access: The type 'Member' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[696] return pathString + "|" + ((Member)element).getTypeRoot().getElementName(); ^^^^^^^^^^^ Discouraged access: The method 'Member.getTypeRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[732] contents = new org.eclipse.jdt.internal.compiler.batch.CompilationUnit( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[732] contents = new org.eclipse.jdt.internal.compiler.batch.CompilationUnit( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CompilationUnit(char[], String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[735] file.getCharset()).getContents(); ^^^^^^^^^^^ Discouraged access: The method 'CompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[736] } catch(AbortCompilationUnit e) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbortCompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[794] parameterNames = new String[] {Util.EMPTY_STRING}; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[794] parameterNames = new String[] {Util.EMPTY_STRING}; ^^^^^^^^^^^^ Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[994] String[] names = ((PackageFragment)fragment).names; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[994] String[] names = ((PackageFragment)fragment).names; ^^^^^ Discouraged access: The field 'PackageFragment.names' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[997] PackageFragment currentPackage = (PackageFragment) children[i]; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[997] PackageFragment currentPackage = (PackageFragment) children[i]; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[998] String[] otherNames = currentPackage.names; ^^^^^ Discouraged access: The field 'PackageFragment.names' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1089] protected void searchAllConstructorDeclarations(String pattern, int matchRule, IRestrictedAccessConstructorRequestor requestor) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessConstructorRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1090] new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1090] new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1090] new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.searchAllConstructorDeclarations(char[], char[], int, IJavaSearchScope, IRestrictedAccessConstructorRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1099] protected void searchAllMethodNames(String pattern, int matchRule, IRestrictedAccessMethodRequestor requestor) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1100] new BasicSearchEngine(this.workingCopies).searchAllMethodNames( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1100] new BasicSearchEngine(this.workingCopies).searchAllMethodNames( ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1100] new BasicSearchEngine(this.workingCopies).searchAllMethodNames( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.searchAllMethodNames(char[], int, char[], int, char[], int, char[], int, IJavaSearchScope, IRestrictedAccessMethodRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1110] protected void searchAllMethodNames(String pattern, int matchRule, IJavaSearchScope scope, IRestrictedAccessMethodRequestor requestor) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1121] IRestrictedAccessMethodRequestor requestor) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1134] IRestrictedAccessMethodRequestor requestor) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1149] IRestrictedAccessMethodRequestor requestor) throws JavaModelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1150] new BasicSearchEngine(this.workingCopies).searchAllMethodNames( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1150] new BasicSearchEngine(this.workingCopies).searchAllMethodNames( ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java:[1150] new BasicSearchEngine(this.workingCopies).searchAllMethodNames( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.searchAllMethodNames(char[], int, char[], int, char[], int, char[], int, IJavaSearchScope, IRestrictedAccessMethodRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java:[27] import org.eclipse.jdt.internal.core.search.indexing.SourceIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceIndexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java:[28] import org.eclipse.jdt.internal.core.search.processing.JobManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JobManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java:[73] new SourceIndexer(document).indexDocument(); ^^^^^^^^^^^^^ Discouraged access: The type 'SourceIndexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java:[73] new SourceIndexer(document).indexDocument(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'SourceIndexer(SearchDocument)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java:[73] new SourceIndexer(document).indexDocument(); ^^^^^^^^^^^^^ Discouraged access: The method 'SourceIndexer.indexDocument()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java:[165] if (JobManager.VERBOSE) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JobManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java:[165] if (JobManager.VERBOSE) { ^^^^^^^ Discouraged access: The field 'JobManager.VERBOSE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[11] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[12] import org.eclipse.jdt.internal.core.builder.ClasspathLocation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[13] import org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathSourceDirectory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[14] import org.eclipse.jdt.internal.core.search.matching.JavaSearchNameEnvironment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaSearchNameEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[24] static class JavaSearchNameEnvironmentUnderTest extends JavaSearchNameEnvironment { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaSearchNameEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[26] super(javaProject, copies); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'JavaSearchNameEnvironment(IJavaProject, ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[28] public LinkedHashSet getLocationSet() { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[29] return super.locationSet; ^^^^^^^^^^^ Discouraged access: The field 'JavaSearchNameEnvironment.locationSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[32] public Iterable getLocationsFor(String moduleName, String qualifiedPackageName) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[33] return super.getLocationsFor(moduleName, qualifiedPackageName); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaSearchNameEnvironment.getLocationsFor(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[35] public LinkedHashSet getAllIndexedLocations() { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[36] return super.packageNameToClassPathLocations.values().stream().flatMap(Collection::stream).collect(toCollection(LinkedHashSet::new)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaSearchNameEnvironment.packageNameToClassPathLocations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[39] public void addProjectClassPath(JavaProject javaProject) { ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[40] super.addProjectClassPath(javaProject); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaSearchNameEnvironment.addProjectClassPath(JavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[77] LinkedHashSet locationSet = nameEnvironment.getLocationSet(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[78] LinkedHashSet allIndexedLocations = nameEnvironment.getAllIndexedLocations(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[80] for (ClasspathLocation cp : locationSet) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[116] Iterable locationsForPackage = nameEnvironment.getLocationsFor(null, "b88300"); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[119] ClasspathLocation cp = locationsForPackage.iterator().next(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[120] assertTrue(cp instanceof ClasspathSourceDirectory); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathSourceDirectory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[123] assertNotNull("Type User not found!", nameEnvironment.findType("User".toCharArray(), packageName)); ^^^^^^^^ Discouraged access: The method 'IModuleAwareNameEnvironment.findType(char[], char[][])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[124] assertNotNull("Type SuperClass not found!", nameEnvironment.findType("SuperClass".toCharArray(), packageName)); ^^^^^^^^ Discouraged access: The method 'IModuleAwareNameEnvironment.findType(char[], char[][])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[125] assertNotNull("Type SubClass not found!", nameEnvironment.findType("SubClass".toCharArray(), packageName)); ^^^^^^^^ Discouraged access: The method 'IModuleAwareNameEnvironment.findType(char[], char[][])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java:[132] env.addProjectClassPath((JavaProject) remaining[i]); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[51] import org.eclipse.jdt.internal.compiler.env.IModule.IPackageExport; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IModule.IPackageExport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[52] import org.eclipse.jdt.internal.core.BinaryModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[814] assertTrue("Invalid selection result", (elements[0] instanceof BinaryModule)); ^^^^^^^^^^^^ Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[815] BinaryModule mod = (BinaryModule) elements[0]; ^^^^^^^^^^^^ Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[815] BinaryModule mod = (BinaryModule) elements[0]; ^^^^^^^^^^^^ Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[816] IPackageExport[] exportedPackages = mod.getExportedPackages(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'IModule.IPackageExport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[816] IPackageExport[] exportedPackages = mod.getExportedPackages(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractModule.getExportedPackages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[869] assertTrue("Invalid selection result", (elements[0] instanceof BinaryModule)); ^^^^^^^^^^^^ Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[905] assertTrue("type of child", child instanceof BinaryModule); ^^^^^^^^^^^^ Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[907] BinaryModule mod = (BinaryModule) child; ^^^^^^^^^^^^ Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[907] BinaryModule mod = (BinaryModule) child; ^^^^^^^^^^^^ Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[908] assertEquals("# mod children", 0, mod.getChildren().length); ^^^^^^^^^^^ Discouraged access: The method 'BinaryModule.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java:[1632] assertTrue("Invalid selection result", (elements[0] instanceof BinaryModule)); ^^^^^^^^^^^^ Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java:[22] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java:[23] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java:[55] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java:[55] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java:[55] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java:[56] manager.previousSessionContainers = new HashMap<>(5); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.previousSessionContainers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java:[57] manager.containers = new HashMap<>(5); ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.containers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java:[58] manager.removePerProjectInfo((JavaProject)project, true /* remove external jar files indexes and timestamps*/); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.removePerProjectInfo(JavaProject, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java:[58] manager.removePerProjectInfo((JavaProject)project, true /* remove external jar files indexes and timestamps*/); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[20] import org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[21] import org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[37] if(stored instanceof RegionBasedTypeHierarchy) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[38] assertTrue("["+focus+"] hierarchies are not the same", loaded instanceof RegionBasedTypeHierarchy); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[39] compareRegionBasedTypeHierarchy(focus, (RegionBasedTypeHierarchy)stored,(RegionBasedTypeHierarchy)loaded); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[39] compareRegionBasedTypeHierarchy(focus, (RegionBasedTypeHierarchy)stored,(RegionBasedTypeHierarchy)loaded); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[40] } else if(stored instanceof TypeHierarchy) { ^^^^^^^^^^^^^ Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[41] assertTrue("["+focus+"] hierarchies are not the same", loaded instanceof TypeHierarchy); ^^^^^^^^^^^^^ Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[42] compareTypeHierarchy(focus, (TypeHierarchy)stored,(TypeHierarchy)loaded); ^^^^^^^^^^^^^ Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[42] compareTypeHierarchy(focus, (TypeHierarchy)stored,(TypeHierarchy)loaded); ^^^^^^^^^^^^^ Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[45] private static void compareRegionBasedTypeHierarchy(String focus, RegionBasedTypeHierarchy stored, RegionBasedTypeHierarchy loaded){ ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[45] private static void compareRegionBasedTypeHierarchy(String focus, RegionBasedTypeHierarchy stored, RegionBasedTypeHierarchy loaded){ ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[48] private static void compareTypeHierarchy(String focus, TypeHierarchy stored, TypeHierarchy loaded){ ^^^^^^^^^^^^^ Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[48] private static void compareTypeHierarchy(String focus, TypeHierarchy stored, TypeHierarchy loaded){ ^^^^^^^^^^^^^ Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[51] IType type1 = stored.getType(); ^^^^^^^ Discouraged access: The method 'TypeHierarchy.getType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[52] IType type2 = loaded.getType(); ^^^^^^^ Discouraged access: The method 'TypeHierarchy.getType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[55] IType[] allTypes1 = stored.getAllTypes(); ^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getAllTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[56] IType[] allTypes2 = loaded.getAllTypes(); ^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getAllTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[59] IType[] allClasses1 = stored.getAllClasses(); ^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getAllClasses()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[60] IType[] allClasses2 = loaded.getAllClasses(); ^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getAllClasses()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[63] IType[] allInterfaces1 = stored.getAllInterfaces(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getAllInterfaces()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[64] IType[] allInterfaces2 = loaded.getAllInterfaces(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getAllInterfaces()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[67] IType[] rootClasses1 = stored.getRootClasses(); ^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getRootClasses()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[68] IType[] rootClasses2 = loaded.getRootClasses(); ^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getRootClasses()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[71] IType[] rootInterfaces1 = stored.getRootInterfaces(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getRootInterfaces()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[72] IType[] rootInterfaces2 = loaded.getRootInterfaces(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getRootInterfaces()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[75] Object[] missingTypes1 = stored.missingTypes.toArray(); ^^^^^^^^^^^^ Discouraged access: The field 'TypeHierarchy.missingTypes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[76] Object[] missingTypes2 = loaded.missingTypes.toArray(); ^^^^^^^^^^^^ Discouraged access: The field 'TypeHierarchy.missingTypes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[82] int cachedFlags1 = stored.getCachedFlags(aType); ^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getCachedFlags(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[83] int cachedFlags2 = loaded.getCachedFlags(aType); ^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getCachedFlags(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[86] IType superclass1 = stored.getSuperclass(aType); ^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getSuperclass(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[87] IType superclass2 = loaded.getSuperclass(aType); ^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getSuperclass(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[90] IType[] superInterfaces1 = stored.getSuperInterfaces(aType); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getSuperInterfaces(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[91] IType[] superInterfaces2 = loaded.getSuperInterfaces(aType); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getSuperInterfaces(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[94] IType[] superTypes1 = stored.getSupertypes(aType); ^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getSupertypes(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[95] IType[] superTypes2 = loaded.getSupertypes(aType); ^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getSupertypes(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[98] IType[] subclasses1 = stored.getSubclasses(aType); ^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getSubclasses(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[99] IType[] subclasses2 = loaded.getSubclasses(aType); ^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getSubclasses(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[102] IType[] subtypes1 = stored.getSubtypes(aType); ^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getSubtypes(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[103] IType[] subtypes2 = loaded.getSubtypes(aType); ^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getSubtypes(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[106] IType[] extendingInterfaces1 = stored.getExtendingInterfaces(aType); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getExtendingInterfaces(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[107] IType[] extendingInterfaces2 = loaded.getExtendingInterfaces(aType); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getExtendingInterfaces(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[110] IType[] implementingClasses1 = stored.getImplementingClasses(aType); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getImplementingClasses(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java:[111] IType[] implementingClasses2 = loaded.getImplementingClasses(aType); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TypeHierarchy.getImplementingClasses(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[53] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[54] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[55] import org.eclipse.jdt.internal.core.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[56] import org.eclipse.jdt.internal.core.TypeParameter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[57] import org.eclipse.jdt.internal.core.search.BasicSearchEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[58] import org.eclipse.jdt.internal.core.search.indexing.IIndexConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[67] private final String module_separator = String.valueOf(IIndexConstants.SEPARATOR); // "/" ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[67] private final String module_separator = String.valueOf(IIndexConstants.SEPARATOR); // "/" ^^^^^^^^^ Discouraged access: The field 'IIndexConstants.SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4663] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4663] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4663] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4667] engine.searchAllTypeNames(packageName, SearchPattern.R_PATTERN_MATCH, ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4687] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4687] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4687] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4691] engine.searchAllTypeNames(packageName, SearchPattern.R_PATTERN_MATCH, ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4710] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4710] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4710] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4714] engine.searchAllTypeNames(packageName, SearchPattern.R_PATTERN_MATCH, ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4731] LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4731] LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4731] LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); ^^^^^^^^^^^^^ Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4731] LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4746] TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); ^^^^^^^^^^^^^ Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4746] TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); ^^^^^^^^^^^^^ Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4746] TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); ^^^^^^^^^^^^^ Discouraged access: The constructor 'TypeParameter(JavaElement, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4746] TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4770] addClasspathEntry(project, JavaCore.newContainerEntry(new Path("container/default"), ClasspathEntry.NO_ACCESS_RULES, new IClasspathAttribute[0], false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java:[4770] addClasspathEntry(project, JavaCore.newContainerEntry(new Path("container/default"), ClasspathEntry.NO_ACCESS_RULES, new IClasspathAttribute[0], false)); ^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[19] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[20] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[21] import org.eclipse.jdt.internal.core.JrtPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[22] import org.eclipse.jdt.internal.core.SourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[80] long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[80] long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[81] if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[81] if (jdkLevel >= ClassFileConstants.JDK9) { ^^^^ Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[301] assertTrue("incorrect root type", (element instanceof JrtPackageFragmentRoot)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[302] JrtPackageFragmentRoot root = (JrtPackageFragmentRoot) element; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[302] JrtPackageFragmentRoot root = (JrtPackageFragmentRoot) element; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[303] assertEquals("incorrect module name", "java.base", root.getElementName()); ^^^^^^^^^^^^^^ Discouraged access: The method 'JrtPackageFragmentRoot.getElementName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[381] assertTrue(element instanceof SourceModule); ^^^^^^^^^^^^ Discouraged access: The type 'SourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[382] SourceModule sModule = (SourceModule) element; ^^^^^^^^^^^^ Discouraged access: The type 'SourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[382] SourceModule sModule = (SourceModule) element; ^^^^^^^^^^^^ Discouraged access: The type 'SourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java:[383] assertTrue("Source module name incorrect", sModule.getElementName().equals("first")); ^^^^^^^^^^^^^^ Discouraged access: The method 'NamedMember.getElementName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[41] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[42] import org.eclipse.jdt.internal.core.LambdaExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[43] import org.eclipse.jdt.internal.core.LambdaMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[44] import org.eclipse.jdt.internal.core.SourceMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[322] assertTrue("Should be a lambda expression", (parent instanceof LambdaExpression)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[323] LambdaExpression lambda = (LambdaExpression) parent; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[323] LambdaExpression lambda = (LambdaExpression) parent; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[324] String sigs = lambda.getSuperInterfaceTypeSignatures()[0]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LambdaExpression.getSuperInterfaceTypeSignatures()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[354] assertTrue("Should be a lambda expression", (parent instanceof LambdaExpression)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[355] LambdaExpression lambda = (LambdaExpression) parent; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[355] LambdaExpression lambda = (LambdaExpression) parent; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[356] String sigs = lambda.getSuperInterfaceTypeSignatures()[0]; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LambdaExpression.getSuperInterfaceTypeSignatures()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[435] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[435] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[435] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[435] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[584] assertTrue("Parent should be LambdaMethod", parent instanceof LambdaMethod); ^^^^^^^^^^^^ Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[593] assertTrue("Grand-parent should be LambdaExpression", parent instanceof LambdaExpression); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java:[599] assertTrue("Great-grand-parent should be SourceMethod", parent instanceof SourceMethod); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SignatureTests.java:[18] import org.eclipse.jdt.internal.core.SourceMapper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceMapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SignatureTests.java:[1603] SourceMapper mapper = new SourceMapper(); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SignatureTests.java:[1603] SourceMapper mapper = new SourceMapper(); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SignatureTests.java:[1603] SourceMapper mapper = new SourceMapper(); ^^^^^^^^^^^^ Discouraged access: The constructor 'SourceMapper()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SignatureTests.java:[1646] String[] ss = mapper.convertTypeNamesToSigs(typeNames); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceMapper.convertTypeNamesToSigs(char[][])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[19] import org.eclipse.jdt.internal.codeassist.RelevanceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[23] public class SnippetCompletionTests_1_5 extends AbstractJavaModelTests implements RelevanceConstants { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[68] "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[68] "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[68] "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[68] "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[68] "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[68] "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[69] "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[69] "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[69] "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[69] "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[69] "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[69] "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[70] "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[70] "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[70] "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[70] "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[70] "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[70] "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[88] "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[88] "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[88] "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[88] "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[88] "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[88] "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[89] "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[89] "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[89] "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[89] "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[89] "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[89] "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[90] "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[90] "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[90] "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[90] "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[90] "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java:[90] "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java:[23] import org.eclipse.jdt.internal.core.ResolvedSourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java:[867] ResolvedSourceType type = selectParameterizedType(unit, "Generic"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java:[914] ResolvedSourceType type = selectParameterizedType(unit, "g1.t.s.def.Generic.Member"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java:[934] ResolvedSourceType type = selectParameterizedType(unit, "NonGeneric.GenericMember"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java:[954] ResolvedSourceType type = selectParameterizedType(unit, "g1.t.s.def.Generic.MemberGeneric"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java:[976] ResolvedSourceType type = selectParameterizedType(unit, "g1.t.m.def.Generic"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java:[1023] ResolvedSourceType type = selectParameterizedType(unit, "Generic.Member"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java:[1043] ResolvedSourceType type = selectParameterizedType(unit, "NonGeneric.GenericMember"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java:[1063] ResolvedSourceType type = selectParameterizedType(unit, "g1.t.m.def.Generic.MemberGeneric"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java:[23] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java:[59] DefaultCodeFormatter codeFormatter() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java:[60] this.formatterPrefs.comment_clear_blank_lines_in_block_comment = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_clear_blank_lines_in_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java:[61] this.formatterPrefs.comment_clear_blank_lines_in_javadoc_comment = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_clear_blank_lines_in_javadoc_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java:[62] this.formatterPrefs.comment_format_header = true; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_header' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java:[63] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java:[63] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java:[63] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[47] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[48] import org.eclipse.jdt.internal.core.index.IndexLocation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[49] import org.eclipse.jdt.internal.core.search.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[74] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[74] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[74] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[75] manager.containers = new HashMap<>(5); ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.containers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[76] manager.variables = new HashMap<>(5); ^^^^^^^^^ Discouraged access: The field 'JavaModelManager.variables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1054] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1054] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1054] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1055] indexManager.indexLibrary(new Path("/P1/bin"), project.getProject(), null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.indexLibrary(IPath, IProject, URL)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1135] IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL); ^^^^^^^^^^^^^ Discouraged access: The type 'IndexLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1135] IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL); ^^^^^^^^^^^^^ Discouraged access: The type 'IndexLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1135] IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IndexLocation.createIndexLocation(URL)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java:[1136] assertTrue("Malformed index location", indexLoc.getIndexFile().exists()); ^^^^^^^^^^^^ Discouraged access: The method 'IndexLocation.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java:[67] import org.eclipse.jdt.internal.core.search.matching.MatchLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java:[68] import org.eclipse.jdt.internal.core.search.matching.MethodPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java:[1697] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(method, DECLARATIONS|IGNORE_DECLARING_TYPE|IGNORE_RETURN_TYPE, EQUIVALENT_RULE|EXACT_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java:[1697] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(method, DECLARATIONS|IGNORE_DECLARING_TYPE|IGNORE_RETURN_TYPE, EQUIVALENT_RULE|EXACT_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java:[2822] MatchLocator.setFocus(pattern, method); ^^^^^^^^^^^^ Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java:[2822] MatchLocator.setFocus(pattern, method); ^^^^^^^^ Discouraged access: The method 'MatchLocator.setFocus(SearchPattern, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[32] import org.eclipse.jdt.internal.core.dom.util.DOMASTUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DOMASTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9267] if (DOMASTUtil.isFeatureSupportedinAST(this.ast, Modifier.SEALED)) { ^^^^^^^^^^ Discouraged access: The type 'DOMASTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9267] if (DOMASTUtil.isFeatureSupportedinAST(this.ast, Modifier.SEALED)) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DOMASTUtil.isFeatureSupportedinAST(AST, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9269] } else if (DOMASTUtil.isFeatureSupportedinAST(this.ast, Modifier.NON_SEALED)) { ^^^^^^^^^^ Discouraged access: The type 'DOMASTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9269] } else if (DOMASTUtil.isFeatureSupportedinAST(this.ast, Modifier.NON_SEALED)) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DOMASTUtil.isFeatureSupportedinAST(AST, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9560] DOMASTUtil.checkASTLevel(level); ^^^^^^^^^^ Discouraged access: The type 'DOMASTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTTest.java:[9560] DOMASTUtil.checkASTLevel(level); ^^^^^^^^^^^^^ Discouraged access: The method 'DOMASTUtil.checkASTLevel(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java:[16] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java:[110] type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java:[110] type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); ^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java:[110] type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java:[110] type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); ^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClassFileTests.java:[27] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClassFileTests.java:[1627] ((ClasspathEntry) entry).sourceAttachmentPath = null; ^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClassFileTests.java:[1627] ((ClasspathEntry) entry).sourceAttachmentPath = null; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.sourceAttachmentPath' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[29] import org.eclipse.jdt.internal.codeassist.RelevanceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[74] "first[LOCAL_VARIABLE_REF]{first, null, I, first, null, " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 22) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[74] "first[LOCAL_VARIABLE_REF]{first, null, I, first, null, " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 22) + "}", ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[97] "first[LOCAL_VARIABLE_REF]{first, null, I, first, null, " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 22) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[97] "first[LOCAL_VARIABLE_REF]{first, null, I, first, null, " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 22) + "}", ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[129] "CASE_INSENSITIVE_ORDER[FIELD_REF]{CASE_INSENSITIVE_ORDER, Ljava.lang.String;, Ljava.util.Comparator;, CASE_INSENSITIVE_ORDER, null, " + (R_DEFAULT + 9) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[130] "copyValueOf[METHOD_REF]{copyValueOf(), Ljava.lang.String;, ([C)Ljava.lang.String;, copyValueOf, (arg0), " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[131] "copyValueOf[METHOD_REF]{copyValueOf(), Ljava.lang.String;, ([CII)Ljava.lang.String;, copyValueOf, (arg0, arg1, arg2), " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[132] "chars[METHOD_REF]{chars(), Ljava.lang.CharSequence;, ()Ljava.util.stream.IntStream;, chars, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[133] "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[134] "codePoints[METHOD_REF]{codePoints(), Ljava.lang.CharSequence;, ()Ljava.util.stream.IntStream;, codePoints, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[135] "concat[METHOD_REF]{concat(), Ljava.lang.String;, (Ljava.lang.String;)Ljava.lang.String;, concat, (arg0), " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[136] "contains[METHOD_REF]{contains(), Ljava.lang.String;, (Ljava.lang.CharSequence;)Z, contains, (arg0), " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[137] "contentEquals[METHOD_REF]{contentEquals(), Ljava.lang.String;, (Ljava.lang.CharSequence;)Z, contentEquals, (arg0), " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[138] "contentEquals[METHOD_REF]{contentEquals(), Ljava.lang.String;, (Ljava.lang.StringBuffer;)Z, contentEquals, (arg0), " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[139] "charAt[METHOD_REF]{charAt(), Ljava.lang.String;, (I)C, charAt, (arg0), " + (R_DEFAULT + R_EXPECTED_TYPE + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[139] "charAt[METHOD_REF]{charAt(), Ljava.lang.String;, (I)C, charAt, (arg0), " + (R_DEFAULT + R_EXPECTED_TYPE + 30) + "}\n" + ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[140] "codePointAt[METHOD_REF]{codePointAt(), Ljava.lang.String;, (I)I, codePointAt, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[140] "codePointAt[METHOD_REF]{codePointAt(), Ljava.lang.String;, (I)I, codePointAt, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[141] "codePointBefore[METHOD_REF]{codePointBefore(), Ljava.lang.String;, (I)I, codePointBefore, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[141] "codePointBefore[METHOD_REF]{codePointBefore(), Ljava.lang.String;, (I)I, codePointBefore, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[142] "codePointCount[METHOD_REF]{codePointCount(), Ljava.lang.String;, (II)I, codePointCount, (arg0, arg1), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[142] "codePointCount[METHOD_REF]{codePointCount(), Ljava.lang.String;, (II)I, codePointCount, (arg0, arg1), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[143] "compareTo[METHOD_REF]{compareTo(), Ljava.lang.String;, (Ljava.lang.String;)I, compareTo, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[143] "compareTo[METHOD_REF]{compareTo(), Ljava.lang.String;, (Ljava.lang.String;)I, compareTo, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[144] "compareToIgnoreCase[METHOD_REF]{compareToIgnoreCase(), Ljava.lang.String;, (Ljava.lang.String;)I, compareToIgnoreCase, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[144] "compareToIgnoreCase[METHOD_REF]{compareToIgnoreCase(), Ljava.lang.String;, (Ljava.lang.String;)I, compareToIgnoreCase, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}", ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[165] "lpx5[LOCAL_VARIABLE_REF]{lpx5, null, I, lpx5, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[166] "lpx6[LOCAL_VARIABLE_REF]{lpx6, null, I, lpx6, null, " + (R_DEFAULT + 22) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[193] int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[193] int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[193] int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[193] int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[193] int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[193] int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[193] int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[220] "argument[LOCAL_VARIABLE_REF]{argument, null, I, argument, null, " + (R_DEFAULT + 22) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[275] "class[FIELD_REF]{class, null, Ljava.lang.Class;, class, null, " + (R_DEFAULT + 21) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[276] "f[FIELD_REF]{f, LX;, LFoo;, f, null, " + (R_DEFAULT + 21) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[277] "x1[FIELD_REF]{x1, LX;, I, x1, null, " + (R_DEFAULT + 51) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[303] "[POTENTIAL_METHOD_DECLARATION]{, LX;, ()V, , null, " + (R_DEFAULT + 9) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[304] "abstract[KEYWORD]{abstract, null, null, abstract, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[305] "class[KEYWORD]{class, null, null, class, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[306] "enum[KEYWORD]{enum, null, null, enum, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[307] "final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[308] "interface[KEYWORD]{interface, null, null, interface, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[309] "native[KEYWORD]{native, null, null, native, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[310] "private[KEYWORD]{private, null, null, private, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[311] "protected[KEYWORD]{protected, null, null, protected, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[312] "public[KEYWORD]{public, null, null, public, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[313] "static[KEYWORD]{static, null, null, static, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[314] "strictfp[KEYWORD]{strictfp, null, null, strictfp, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[315] "synchronized[KEYWORD]{synchronized, null, null, synchronized, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[316] "transient[KEYWORD]{transient, null, null, transient, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[317] "volatile[KEYWORD]{volatile, null, null, volatile, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[318] "I[TYPE_REF]{I, , LI;, null, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[319] "J[TYPE_REF]{J, , LJ;, null, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[320] "X[TYPE_REF]{X, , LX;, null, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[321] "clone[METHOD_DECLARATION]{protected Object clone() throws CloneNotSupportedException, Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[322] "equals[METHOD_DECLARATION]{public boolean equals(Object obj), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[323] "finalize[METHOD_DECLARATION]{protected void finalize() throws Throwable, Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[324] "hashCode[METHOD_DECLARATION]{public int hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[325] "toString[METHOD_DECLARATION]{public String toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + 22) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[351] "[POTENTIAL_METHOD_DECLARATION]{, LX;, ()V, , null, " + (R_DEFAULT + 9) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[352] "abstract[KEYWORD]{abstract, null, null, abstract, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[353] "class[KEYWORD]{class, null, null, class, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[354] "enum[KEYWORD]{enum, null, null, enum, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[355] "final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[356] "interface[KEYWORD]{interface, null, null, interface, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[357] "native[KEYWORD]{native, null, null, native, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[358] "private[KEYWORD]{private, null, null, private, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[359] "protected[KEYWORD]{protected, null, null, protected, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[360] "public[KEYWORD]{public, null, null, public, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[361] "static[KEYWORD]{static, null, null, static, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[362] "strictfp[KEYWORD]{strictfp, null, null, strictfp, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[363] "synchronized[KEYWORD]{synchronized, null, null, synchronized, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[364] "transient[KEYWORD]{transient, null, null, transient, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[365] "volatile[KEYWORD]{volatile, null, null, volatile, null, " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[366] "I[TYPE_REF]{I, , LI;, null, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[367] "J[TYPE_REF]{J, , LJ;, null, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[368] "X[TYPE_REF]{X, , LX;, null, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[369] "clone[METHOD_DECLARATION]{protected Object clone() throws CloneNotSupportedException, Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[370] "equals[METHOD_DECLARATION]{public boolean equals(Object obj), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[371] "finalize[METHOD_DECLARATION]{protected void finalize() throws Throwable, Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[372] "hashCode[METHOD_DECLARATION]{public int hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + 22) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[373] "toString[METHOD_DECLARATION]{public String toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + 22) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[403] "goo[METHOD_REF]{goo(), LX;, (LI;)V, goo, (i), " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[404] "goo[METHOD_REF]{goo(), LX;, (Ljava.lang.String;)V, goo, (s), " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[405] "main[METHOD_REF]{main(), LX;, ([Ljava.lang.String;)V, main, (args), " + (R_DEFAULT + 19) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[406] "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[407] "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[408] "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[409] "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class<*>;, getClass, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[410] "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[411] "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[412] "notifyAll[METHOD_REF]{notifyAll(), Ljava.lang.Object;, ()V, notifyAll, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[413] "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[414] "wait[METHOD_REF]{wait(), Ljava.lang.Object;, ()V, wait, null, " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[415] "wait[METHOD_REF]{wait(), Ljava.lang.Object;, (J)V, wait, (millis), " + (R_DEFAULT + 30) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java:[416] "wait[METHOD_REF]{wait(), Ljava.lang.Object;, (JI)V, wait, (millis, nanos), " + (R_DEFAULT + 30) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[47] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[48] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[49] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[50] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions.Alignment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[67] DefaultCodeFormatterOptions formatterPrefs; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[88] this.formatterOptions.put(CompilerOptions.OPTION_Compliance, level); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[88] this.formatterOptions.put(CompilerOptions.OPTION_Compliance, level); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[89] this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, level); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[89] this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, level); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[90] this.formatterOptions.put(CompilerOptions.OPTION_Source, level); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[90] this.formatterOptions.put(CompilerOptions.OPTION_Source, level); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[97] this.formatterPrefs.page_width = 80; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[103] protected void setPageWidth80(DefaultCodeFormatterOptions preferences) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[104] preferences.page_width = 80; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[118] this.formatterPrefs.comment_insert_new_line_for_parameter = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_insert_new_line_for_parameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[119] this.formatterPrefs.comment_align_tags_descriptions_grouped = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_align_tags_descriptions_grouped' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[120] this.formatterPrefs.comment_indent_root_tags = true; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_root_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[121] this.formatterPrefs.comment_indent_parameter_description = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_parameter_description' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[129] this.formatterPrefs.comment_count_line_length_from_starting_position = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_count_line_length_from_starting_position' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[137] this.formatterPrefs.comment_format_line_comment_starting_on_first_column = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_line_comment_starting_on_first_column' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[154] return new String(org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(inputStream, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[154] return new String(org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(inputStream, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getInputStreamAsCharArray(InputStream, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[183] String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[183] String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); ^^^^^^^^^^^^ Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[191] final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[191] final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); ^^^^^^^^^^^^ Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[205] return org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[205] return org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); ^^^^^^^^^^^^ Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[214] this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[214] this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[282] DefaultCodeFormatter codeFormatter() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[286] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[286] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[286] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[340] DefaultCodeFormatter codeFormatter = codeFormatter(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[364] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[364] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[364] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[365] preferences.number_of_empty_lines_to_preserve = 0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.number_of_empty_lines_to_preserve' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[367] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[367] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[367] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[376] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[376] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[376] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[377] preferences.number_of_empty_lines_to_preserve = 0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.number_of_empty_lines_to_preserve' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[378] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[378] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[378] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[532] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[532] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[532] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[533] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[533] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[533] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[534] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[534] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[534] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[537] preferences.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[537] preferences.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[537] preferences.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[538] codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[538] codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[559] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[559] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[559] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[561] preferences.keep_simple_if_on_one_line = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.keep_simple_if_on_one_line' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[562] preferences.keep_then_statement_on_same_line = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.keep_then_statement_on_same_line' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[563] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[563] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[563] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[564] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[564] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[564] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[577] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[577] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[577] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[578] preferences.wrap_outer_expressions_when_nested = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.wrap_outer_expressions_when_nested' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[580] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[580] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[580] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[593] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[593] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[593] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[594] preferences.keep_simple_if_on_one_line = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.keep_simple_if_on_one_line' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[595] preferences.keep_then_statement_on_same_line = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.keep_then_statement_on_same_line' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[596] preferences.keep_guardian_clause_on_one_line = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.keep_guardian_clause_on_one_line' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[597] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[597] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[597] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[598] preferences.compact_else_if = true; ^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.compact_else_if' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[599] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[599] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[599] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[604] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[604] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[604] DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[605] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[605] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java:[605] preferences.tab_char = DefaultCodeFormatterOptions.TAB; ^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocPackageCompletionModelTest.java:[24] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocPackageCompletionModelTest.java:[49] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocPackageCompletionModelTest.java:[49] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[26] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[342] if (!Util.isReadOnlySupported()) { ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[342] if (!Util.isReadOnlySupported()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[356] Util.setReadOnly(file, true); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[356] Util.setReadOnly(file, true); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[368] Util.setReadOnly(file, false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[368] Util.setReadOnly(file, false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[371] Util.setReadOnly(file2, false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[371] Util.setReadOnly(file2, false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[532] if (!Util.isReadOnlySupported()) { ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[532] if (!Util.isReadOnlySupported()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[546] Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[546] Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[548] Util.setReadOnly(pkgSource.getResource(), true); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[548] Util.setReadOnly(pkgSource.getResource(), true); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[550] Util.setReadOnly(pkg2.getResource(), true); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[550] Util.setReadOnly(pkg2.getResource(), true); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[556] assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[556] assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); ^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[557] assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[557] assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); ^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[558] assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[558] assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); ^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[559] assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[559] assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); ^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[563] Util.setReadOnly(xSrcFile, false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[563] Util.setReadOnly(xSrcFile, false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[566] Util.setReadOnly(pkg2.getResource(), false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[566] Util.setReadOnly(pkg2.getResource(), false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[569] Util.setReadOnly(pkgSource.getResource(), false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[569] Util.setReadOnly(pkgSource.getResource(), false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[573] Util.setReadOnly(p1Fragment.getResource(), false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[573] Util.setReadOnly(p1Fragment.getResource(), false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[577] Util.setReadOnly(p3Fragment.getResource(), false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[577] Util.setReadOnly(p3Fragment.getResource(), false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[581] Util.setReadOnly(xFile, false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[581] Util.setReadOnly(xFile, false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1130] if (!Util.isReadOnlySupported()) { ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1130] if (!Util.isReadOnlySupported()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1144] Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1144] Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1146] Util.setReadOnly(pkgSource.getResource(), true); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1146] Util.setReadOnly(pkgSource.getResource(), true); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1148] Util.setReadOnly(pkg2.getResource(), true); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1148] Util.setReadOnly(pkg2.getResource(), true); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1154] assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1154] assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); ^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1155] assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1155] assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); ^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1156] assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1156] assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); ^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1157] assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1157] assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); ^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1161] Util.setReadOnly(xSrcFile, false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1161] Util.setReadOnly(xSrcFile, false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1164] Util.setReadOnly(pkg2.getResource(), false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1164] Util.setReadOnly(pkg2.getResource(), false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1167] Util.setReadOnly(pkgSource.getResource(), false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1167] Util.setReadOnly(pkgSource.getResource(), false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1171] Util.setReadOnly(p1Fragment.getResource(), false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1171] Util.setReadOnly(p1Fragment.getResource(), false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1175] Util.setReadOnly(p3Fragment.getResource(), false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1175] Util.setReadOnly(p3Fragment.getResource(), false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1179] Util.setReadOnly(xFile, false); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java:[1179] Util.setReadOnly(xFile, false); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[28] import org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LRUCache.LRUCacheEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[29] import org.eclipse.jdt.internal.core.util.MementoTokenizer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MementoTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[57] public BufferCache cache; ^^^^^^^^^^^ Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[64] public OverflowingTestBuffer(boolean hasUnsavedChanges, BufferCache cache) { ^^^^^^^^^^^ Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[87] this.cache.remove(this.owner); ^^^^^^ Discouraged access: The method 'OverflowingLRUCache.remove(IOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[175] public class OverflowingTestOpenable extends Openable { ^^^^^^^^ Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[186] public ElementCache cache; ^^^^^^^^^^^^ Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[192] public OverflowingTestOpenable(OverflowingTestBuffer buffer, ElementCache cache) { ^^^^^^^^^^^^ Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[193] super(null); ^^^^^^^^^^^^ Discouraged access: The constructor 'Openable(JavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[200] protected boolean buildStructure(OpenableElementInfo info, IProgressMonitor pm, Map newElements, IResource underlyingResource) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[207] this.cache.remove(this); ^^^^^^ Discouraged access: The method 'OverflowingLRUCache.remove(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[212] return super.equals(o); ^^^^^^ Discouraged access: The method 'JavaElement.equals(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[224] public IJavaElement getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'MementoTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[236] public IResource resource(PackageFragmentRoot root) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[294] int rootSize = JavaModelCache.DEFAULT_ROOT_SIZE * 2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[294] int rootSize = JavaModelCache.DEFAULT_ROOT_SIZE * 2; ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelCache.DEFAULT_ROOT_SIZE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[339] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[339] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[339] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The constructor 'BufferCache(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[341] actualSpaceLimit = cache.getSpaceLimit(); ^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[344] actualCurrent = cache.getCurrentSpace(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[347] actualOverflow = cache.getOverflow(); ^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[360] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[360] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[360] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The constructor 'BufferCache(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[366] cache.put(openables[i], buffers[i]); ^^^ Discouraged access: The method 'OverflowingLRUCache.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[370] actualSpaceLimit = cache.getSpaceLimit(); ^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[373] actualCurrent = cache.getCurrentSpace(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[376] actualOverflow = cache.getOverflow(); ^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[380] Object value = cache.get(openables[i]); ^^^ Discouraged access: The method 'LRUCache.get(IOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[400] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[400] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[400] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The constructor 'BufferCache(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[406] cache.put(openables[i], buffers[i]); ^^^ Discouraged access: The method 'OverflowingLRUCache.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[409] actualSpaceLimit = cache.getSpaceLimit(); ^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[412] actualCurrent = cache.getCurrentSpace(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[415] actualOverflow = cache.getOverflow(); ^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[420] Object value = cache.get(openables[i]); ^^^ Discouraged access: The method 'LRUCache.get(IOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[426] Object value = cache.get(openables[i]); ^^^ Discouraged access: The method 'LRUCache.get(IOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[443] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[443] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[443] BufferCache cache = new BufferCache<>(spaceLimit); ^^^^^^^^^^^ Discouraged access: The constructor 'BufferCache(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[450] cache.put(openables[i], buffers[i]); ^^^ Discouraged access: The method 'OverflowingLRUCache.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[453] Hashtable> table = cache.getEntryTable(); ^^^^^^^^^^^^^ Discouraged access: The type 'LRUCache.LRUCacheEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[453] Hashtable> table = cache.getEntryTable(); ^^^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getEntryTable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[456] int actualCurrent = cache.getCurrentSpace(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[459] int actualOverflow = cache.getOverflow(); ^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[464] Object value = cache.get(openables[i]); ^^^ Discouraged access: The method 'LRUCache.get(IOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[476] cache.put(openable1, buffer1); ^^^ Discouraged access: The method 'OverflowingLRUCache.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[479] actualCurrent = cache.getCurrentSpace(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[481] actualOverflow = cache.getOverflow(); ^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[493] Enumeration openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^ Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[493] Enumeration openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[493] Enumeration openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^^ Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[498] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^ Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[498] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[498] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^^ Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[520] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^ Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[520] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[520] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^^ Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[532] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^ Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[532] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[532] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^^ Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[542] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^ Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[542] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[542] openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); ^^^^^^^^^^^^^^ Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[562] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[562] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[562] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The constructor 'ElementCache(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[564] actualSpaceLimit = cache.getSpaceLimit(); ^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[567] actualCurrent = cache.getCurrentSpace(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[570] actualOverflow = cache.getOverflow(); ^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[583] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[583] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[583] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The constructor 'ElementCache(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[587] cache.put(openables[i], new MockInfo(i)); ^^^ Discouraged access: The method 'OverflowingLRUCache.put(OverflowingCacheTests.OverflowingTestOpenable, JavaElementInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[591] actualSpaceLimit = cache.getSpaceLimit(); ^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[594] actualCurrent = cache.getCurrentSpace(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[597] actualOverflow = cache.getOverflow(); ^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[601] JavaElementInfo value = cache.get(openables[i]); ^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[601] JavaElementInfo value = cache.get(openables[i]); ^^^ Discouraged access: The method 'LRUCache.get(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[621] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[621] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[621] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The constructor 'ElementCache(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[625] cache.put(openables[i], new MockInfo(i)); ^^^ Discouraged access: The method 'OverflowingLRUCache.put(OverflowingCacheTests.OverflowingTestOpenable, JavaElementInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[628] actualSpaceLimit = cache.getSpaceLimit(); ^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[631] actualCurrent = cache.getCurrentSpace(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[634] actualOverflow = cache.getOverflow(); ^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[638] JavaElementInfo value = cache.get(openables[i]); ^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[638] JavaElementInfo value = cache.get(openables[i]); ^^^ Discouraged access: The method 'LRUCache.get(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[644] Object value = cache.get(openables[i]); ^^^ Discouraged access: The method 'LRUCache.get(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[661] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[661] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[661] ElementCache cache = new ElementCache<>(spaceLimit); ^^^^^^^^^^^^ Discouraged access: The constructor 'ElementCache(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[665] cache.put(openables[i], new MockInfo(i)); ^^^ Discouraged access: The method 'OverflowingLRUCache.put(OverflowingCacheTests.OverflowingTestOpenable, JavaElementInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[668] Hashtable> table = cache.getEntryTable(); ^^^^^^^^^^^^^ Discouraged access: The type 'LRUCache.LRUCacheEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[668] Hashtable> table = cache.getEntryTable(); ^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[668] Hashtable> table = cache.getEntryTable(); ^^^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getEntryTable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[670] int actualCurrent = cache.getCurrentSpace(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'LRUCache.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:[672] int actualOverflow = cache.getOverflow(); ^^^^^^^^^^^ Discouraged access: The method 'OverflowingLRUCache.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[33] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[34] import org.eclipse.jdt.internal.core.ResolvedBinaryMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[1594] assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[1594] assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); ^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[1630] assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[1630] assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); ^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[1665] assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[1665] assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); ^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[1708] assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[1708] assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); ^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[1962] assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[1962] assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); ^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4458] ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4458] ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4459] assertTrue(bm.getParameterNames().length == 1); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4460] assertEquals(bm.getParameterNames()[0], "string"); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4461] assertEquals(bm.getParameterTypes()[0], "Ljava.lang.String;"); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BinaryMethod.getParameterTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4523] ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4523] ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4524] assertTrue(bm.getParameterNames().length == 1); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4582] ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4582] ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4583] assertTrue(bm.getParameterNames().length == 1); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4646] ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4646] ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4647] String[] parameterNames = bm.getParameterNames(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4651] String[] parameterTypes = bm.getParameterTypes(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BinaryMethod.getParameterTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4710] ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4710] ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4711] assertTrue(bm.getParameterNames().length == 0); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java:[4712] assertTrue(bm.getParameterTypes().length == 0); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BinaryMethod.getParameterTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[20] import org.eclipse.jdt.internal.codeassist.RelevanceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[21] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[25] public class SnippetCompletionTests extends AbstractJavaModelTests implements RelevanceConstants { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[67] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[67] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccDefault' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[67] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[67] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[74] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[74] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[74] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[74] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[74] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[74] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[75] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[75] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[75] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[75] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[75] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[75] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[76] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[76] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[76] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[76] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[76] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[76] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[77] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[77] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[77] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[77] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[77] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[77] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[93] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[93] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccDefault' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[93] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[93] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[106] "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[106] "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[106] "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[106] "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[106] "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[107] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[107] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[107] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[107] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[107] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[107] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[108] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[108] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[108] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[108] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[108] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[108] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[109] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[109] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[109] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[109] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[109] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[109] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[110] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[110] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[110] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[110] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[110] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[110] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[126] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[126] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccDefault' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[126] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[126] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[139] "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[139] "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[139] "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[139] "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[139] "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[140] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[140] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[140] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[140] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[140] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[140] "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[141] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[141] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[141] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[141] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[141] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[141] "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[142] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[142] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[142] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[142] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[142] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[142] "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[143] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[143] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[143] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[143] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[143] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[143] "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[160] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[160] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java:[160] int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; ^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[50] import org.eclipse.jdt.internal.core.BinaryType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[51] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[52] import org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager.PerProjectInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[53] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[764] final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); ^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager.PerProjectInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[764] final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[764] final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[764] final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getPerProjectInfoCheckExistence(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[769] Object javadocContent = projectInfo.javadocCache.get(type); ^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[769] Object javadocContent = projectInfo.javadocCache.get(type); ^^^ Discouraged access: The method 'LRUCache.get(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[770] while(javadocContent == null || javadocContent == BinaryType.EMPTY_JAVADOC) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[770] while(javadocContent == null || javadocContent == BinaryType.EMPTY_JAVADOC) { ^^^^^^^^^^^^^ Discouraged access: The field 'BinaryType.EMPTY_JAVADOC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[773] javadocContent = projectInfo.javadocCache.get(type); ^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[773] javadocContent = projectInfo.javadocCache.get(type); ^^^ Discouraged access: The method 'LRUCache.get(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[793] projectInfo.javadocCache.flush(); ^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[793] projectInfo.javadocCache.flush(); ^^^^^ Discouraged access: The method 'LRUCache.flush()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[1118] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[1118] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[1190] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java:[1190] String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[28] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[29] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[30] import org.eclipse.jdt.internal.core.JavaModelStatus; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[31] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[32] import org.eclipse.jdt.internal.core.UserLibrary; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibrary' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[33] import org.eclipse.jdt.internal.core.UserLibraryClasspathContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[101] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[101] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[101] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[102] manager.containers = new HashMap(5); ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.containers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[103] manager.variables = new HashMap(5); ^^^^^^^^^ Discouraged access: The field 'JavaModelManager.variables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[811] JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[811] JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[811] JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.batchContainerInitializations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[811] JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[811] JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.NEED_BATCH_INITIALIZATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[993] final JavaProject project2 = (JavaProject) createJavaProject( ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[993] final JavaProject project2 = (JavaProject) createJavaProject( ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1005] JavaProject.addCPResolutionBPListener(listener); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1005] JavaProject.addCPResolutionBPListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.addCPResolutionBPListener(JavaProject.ClasspathResolutionBreakpointListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1010] project2.getResolvedClasspath(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getResolvedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1020] IClasspathEntry[] classpath = project2.getResolvedClasspath(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getResolvedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1027] JavaProject.removeCPResolutionBPListener(listener); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1027] JavaProject.removeCPResolutionBPListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.removeCPResolutionBPListener(JavaProject.ClasspathResolutionBreakpointListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1084] JavaModelManager.getJavaModelManager().shutdown(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1084] JavaModelManager.getJavaModelManager().shutdown(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1084] JavaModelManager.getJavaModelManager().shutdown(); ^^^^^^^^ Discouraged access: The method 'JavaModelManager.shutdown()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1366] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1366] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1366] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1367] IEclipsePreferences preferences = manager.getInstancePreferences(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1368] preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+varName, newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1368] preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+varName, newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1460] assertEquals("Status should be VERIFIED_OK", JavaModelStatus.VERIFIED_OK, status); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1460] assertEquals("Status should be VERIFIED_OK", JavaModelStatus.VERIFIED_OK, status); ^^^^^^^^^^^ Discouraged access: The field 'JavaModelStatus.VERIFIED_OK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1554] assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1554] assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1554] assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deprecatedVariables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1572] assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1572] assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1572] assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deprecatedVariables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1580] assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1580] assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1580] assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deprecatedVariables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1592] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1592] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1592] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'UserLibraryClasspathContainer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1602] String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SWT"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1602] String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SWT"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1652] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1652] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1652] UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'UserLibraryClasspathContainer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1658] String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+ "TEST"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1658] String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+ "TEST"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1666] propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX + "INVALID"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1666] propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX + "INVALID"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1677] UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName); ^^^^^^^^^^^ Discouraged access: The type 'UserLibrary' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1677] UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1677] UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getUserLibraryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1677] UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName); ^^^^^^^^^^^^^^ Discouraged access: The method 'UserLibraryManager.getUserLibrary(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1679] IPath entryPath = userLibrary.getEntries()[0].getPath(); ^^^^^^^^^^ Discouraged access: The method 'UserLibrary.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1682] userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID"); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1682] userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID"); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getUserLibraryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1682] userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID"); ^^^^^^^^^^^^^^ Discouraged access: The method 'UserLibraryManager.getUserLibrary(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1685] catch (ClasspathEntry.AssertionFailedException e) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1685] catch (ClasspathEntry.AssertionFailedException e) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry.AssertionFailedException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1722] JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1722] JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1722] JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1723] javaModelManager.containerRemove(null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.containerRemove(IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1724] javaModelManager.forceBatchInitializations(false); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.forceBatchInitializations(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1725] javaModelManager.getClasspathContainer(Path.EMPTY, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1770] JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1770] JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1770] JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1811] JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1811] JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1811] JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1812] javaModelManager.containerRemove(null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.containerRemove(IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1813] javaModelManager.forceBatchInitializations(false); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.forceBatchInitializations(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1814] javaModelManager.getClasspathContainer(Path.EMPTY, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1850] if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1850] if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1850] if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.containerBeingInitializedGet(IJavaProject, IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1854] helperContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1854] helperContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1854] helperContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1867] if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1867] if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1867] if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.containerBeingInitializedGet(IJavaProject, IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1871] mainContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1871] mainContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1871] mainContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1884] JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1884] JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java:[1884] JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[27] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[28] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[133] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[134] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[134] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[134] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[152] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[153] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[153] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[153] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[171] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[172] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[172] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[172] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[190] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[191] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[191] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[191] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[209] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[210] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[210] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[210] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[230] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[231] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[231] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[231] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; ^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[251] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[252] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[252] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[252] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[270] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[271] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[271] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[271] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[289] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[290] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[290] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[290] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[308] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[309] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[309] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[309] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[327] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[328] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[328] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[328] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[348] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[349] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[349] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[349] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[369] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[370] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[370] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[370] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[388] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[389] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[389] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[389] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[407] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[408] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[408] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[408] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[426] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[427] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[427] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[427] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[445] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[446] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[446] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[446] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[466] this.formatterPrefs.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[467] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[467] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[467] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[746] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[760] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[771] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[775] this.formatterPrefs.comment_line_length = 30; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[781] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[787] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[793] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[803] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[807] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[811] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[815] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[819] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[823] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[827] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[831] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[835] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[839] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[849] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[860] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[864] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[1489] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[1490] this.formatterPrefs.tab_size = 1; ^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.tab_size' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[1491] this.formatterPrefs.indentation_size = 1; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.indentation_size' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[1495] this.formatterPrefs.comment_line_length = 40; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[1496] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java:[1496] this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; ^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs19Tests.java:[31] import org.eclipse.jdt.internal.core.SourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs19Tests.java:[484] SourceType local = (SourceType) elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs19Tests.java:[484] SourceType local = (SourceType) elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs19Tests.java:[532] SourceType local = (SourceType) elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs19Tests.java:[532] SourceType local = (SourceType) elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs19Tests.java:[583] SourceType local = (SourceType) elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs19Tests.java:[583] SourceType local = (SourceType) elements[0]; ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaLikeExtensionsTests.java:[20] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaLikeExtensionsTests.java:[47] Util.resetJavaLikeExtensions(); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaLikeExtensionsTests.java:[47] Util.resetJavaLikeExtensions(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.resetJavaLikeExtensions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[32] import org.eclipse.jdt.internal.core.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[33] import org.eclipse.jdt.internal.core.SourceField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[216] SourceField field = (SourceField) elements[0]; ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[216] SourceField field = (SourceField) elements[0]; ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[253] SourceField field = (SourceField) elements[0]; ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[253] SourceField field = (SourceField) elements[0]; ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[370] SourceField field = (SourceField) elements[0]; ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[370] SourceField field = (SourceField) elements[0]; ^^^^^^^^^^^ Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[837] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[910] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[1433] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[1469] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java:[1507] assertTrue(elements[0] instanceof LocalVariable); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[48] import org.eclipse.jdt.internal.codeassist.InternalCompletionContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[49] import org.eclipse.jdt.internal.codeassist.RelevanceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[50] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[51] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[52] import org.eclipse.jdt.internal.core.SourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') 2943. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 56) @SuppressWarnings({"rawtypes", "unchecked", "hiding"}) ^^^^^^^^ At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[277] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[277] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[277] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[277] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[277] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[277] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[340] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[340] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[340] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[340] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[340] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[340] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[402] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[402] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[402] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[402] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[402] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[402] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[465] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[465] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[465] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[465] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[465] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[465] "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[523] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[523] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[523] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[523] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[523] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[523] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[524] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[525] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[526] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[527] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[528] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[529] "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[530] " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[531] "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[532] " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[590] "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[590] "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[590] "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[590] "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[590] "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[590] "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[591] " AllConstructors02[TYPE_REF]{p6930.AllConstructors02, p6930, Lp6930.AllConstructors02;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[591] " AllConstructors02[TYPE_REF]{p6930.AllConstructors02, p6930, Lp6930.AllConstructors02;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[591] " AllConstructors02[TYPE_REF]{p6930.AllConstructors02, p6930, Lp6930.AllConstructors02;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java:[591] " AllConstructors02[TYPE_REF]{p6930.AllConstructors02, p6930, Lp6930.AllConstructors02;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaCorePreferenceModifyListenerTest.java:[21] import org.eclipse.core.internal.preferences.EclipsePreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EclipsePreferences' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaCorePreferenceModifyListenerTest.java:[60] String debugString = ((EclipsePreferences) exported.node("/")).toDeepDebugString(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EclipsePreferences' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaCorePreferenceModifyListenerTest.java:[60] String debugString = ((EclipsePreferences) exported.node("/")).toDeepDebugString(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'EclipsePreferences.toDeepDebugString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[84] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[85] import org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ASTRewriteFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6637] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6637] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6637] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6637] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6638] TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ASTRewriteFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6638] TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ASTRewriteFormatter(NodeInfoStore, RewriteEventStore, Map, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6638] TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); ^^^^^^^^^^^^ Discouraged access: The method 'ASTRewriteFormatter.formatString(int, String, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6650] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6650] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6650] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6650] options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6651] TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ASTRewriteFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6651] TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ASTRewriteFormatter(NodeInfoStore, RewriteEventStore, Map, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[6651] TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); ^^^^^^^^^^^^ Discouraged access: The method 'ASTRewriteFormatter.formatString(int, String, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[7481] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[7481] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[7481] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java:[7481] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[39] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[40] import org.eclipse.jdt.internal.core.LambdaMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[41] import org.eclipse.jdt.internal.core.search.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[42] import org.eclipse.jdt.internal.core.search.matching.AndPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[43] import org.eclipse.jdt.internal.core.search.matching.MethodPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[1606] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[1606] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[1606] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[1607] indexManager.indexAll(project.getProject()); ^^^^^^^^ Discouraged access: The method 'IndexManager.indexAll(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2476] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2476] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2476] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2523] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2523] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2523] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2590] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2590] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2590] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2662] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2662] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2662] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2803] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2803] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[2803] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[3013] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[3013] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[3013] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[3095] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[3095] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[3095] JavaModelManager.getIndexManager().waitForIndex(true, null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[3611] SearchPattern pattern = new AndPattern(leftPattern, rightPattern); ^^^^^^^^^^ Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[3611] SearchPattern pattern = new AndPattern(leftPattern, rightPattern); ^^^^^^^^^^ Discouraged access: The constructor 'AndPattern(SearchPattern, SearchPattern)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[3690] SearchPattern pattern = new AndPattern(leftPattern, rightPattern); ^^^^^^^^^^ Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[3690] SearchPattern pattern = new AndPattern(leftPattern, rightPattern); ^^^^^^^^^^ Discouraged access: The constructor 'AndPattern(SearchPattern, SearchPattern)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4274] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], METHOD_REFERENCE_EXPRESSION, ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4274] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], METHOD_REFERENCE_EXPRESSION, ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4370] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4370] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4474] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4474] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4496] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4496] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4623] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4623] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4623] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4624] indexManager.indexAll(project.getProject()); ^^^^^^^^ Discouraged access: The method 'IndexManager.indexAll(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4627] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4627] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4660] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4660] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4660] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4661] indexManager.indexAll(project.getProject()); ^^^^^^^^ Discouraged access: The method 'IndexManager.indexAll(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4664] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*new", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4664] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*new", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4769] LambdaMethod method = (LambdaMethod) this.resultCollector.match.getElement(); ^^^^^^^^^^^^ Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java:[4769] LambdaMethod method = (LambdaMethod) this.resultCollector.match.getElement(); ^^^^^^^^^^^^ Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[30] import org.eclipse.jdt.internal.core.LambdaExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[31] import org.eclipse.jdt.internal.core.LambdaMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2465] LambdaExpression expression = (LambdaExpression) lambda.getParent(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2465] LambdaExpression expression = (LambdaExpression) lambda.getParent(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2466] memento = expression.getHandleIdentifier(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.getHandleIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2482] expression = (LambdaExpression) lambda.getParent(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2483] memento = expression.getHandleIdentifier(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.getHandleIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2528] LambdaExpression expression = (LambdaExpression) lambda.getParent(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2528] LambdaExpression expression = (LambdaExpression) lambda.getParent(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2529] memento = expression.getHandleIdentifier(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.getHandleIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2533] LambdaExpression recreatedType = (LambdaExpression) JavaCore.create(memento); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2533] LambdaExpression recreatedType = (LambdaExpression) JavaCore.create(memento); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2536] LambdaMethod child = (LambdaMethod) recreatedType.getChildren()[0]; ^^^^^^^^^^^^ Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2536] LambdaMethod child = (LambdaMethod) recreatedType.getChildren()[0]; ^^^^^^^^^^^^ Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java:[2536] LambdaMethod child = (LambdaMethod) recreatedType.getChildren()[0]; ^^^^^^^^^^^ Discouraged access: The method 'LambdaExpression.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java:[29] import org.eclipse.jdt.internal.core.search.matching.PatternLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java:[1496] resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java:[1496] resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java:[1557] resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java:[1557] resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClassNameTests.java:[34] import org.eclipse.jdt.internal.core.SourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClassNameTests.java:[139] ((SourceType)type).toStringWithAncestors() ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClassNameTests.java:[139] ((SourceType)type).toStringWithAncestors() ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringWithAncestors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClassNameTests.java:[148] ((SourceType)type).toStringWithAncestors() ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ClassNameTests.java:[148] ((SourceType)type).toStringWithAncestors() ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringWithAncestors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[26] import org.eclipse.jdt.internal.codeassist.impl.AssistOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[155] String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[155] String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[156] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[156] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[160] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[160] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[177] String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[177] String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[178] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[178] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[182] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[182] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[200] String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[200] String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[201] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[201] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[205] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[205] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[245] String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[245] String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[246] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[246] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[253] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[253] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[289] String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[289] String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[290] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[290] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[295] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[295] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[1639] "Collection[TYPE_REF]{Collection, java.util, Ljava.util.Collection;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED)+"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[1639] "Collection[TYPE_REF]{Collection, java.util, Ljava.util.Collection;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED)+"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[1639] "Collection[TYPE_REF]{Collection, java.util, Ljava.util.Collection;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[1639] "Collection[TYPE_REF]{Collection, java.util, Ljava.util.Collection;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED)+"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests9.java:[1639] "Collection[TYPE_REF]{Collection, java.util, Ljava.util.Collection;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED)+"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java:[42] import org.eclipse.jdt.internal.core.dom.NaiveASTFlattener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NaiveASTFlattener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java:[49] public class MarkedASTFlattener extends NaiveASTFlattener { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NaiveASTFlattener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java:[520] resultBuffer.append(super.getResult()); ^^^^^^^^^ Discouraged access: The method 'NaiveASTFlattener.getResult()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java:[553] while (Character.isWhitespace(this.buffer.charAt(pos))) {pos++;} ^^^^^^ Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java:[554] this.buffer.insert(pos, this.markerInfo.markerStartStart + markerName + this.markerInfo.markerStartEnd); ^^^^^^ Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java:[557] pos = this.buffer.length() - 1; ^^^^^^ Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java:[558] while (Character.isWhitespace(this.buffer.charAt(pos))) {pos--;} ^^^^^^ Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java:[559] this.buffer.insert(pos + 1, this.markerInfo.markerEndStart + markerName + this.markerInfo.markerEndEnd); ^^^^^^ Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java:[572] this.markerPositonInBuffer.put(markerName, Integer.valueOf(this.buffer.length())); ^^^^^^ Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java:[78] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java:[78] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java:[78] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java:[78] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java:[78] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java:[78] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java:[79] + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java:[36] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java:[37] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java:[1107] JavaElement element = (JavaElement)binding.getJavaElement(); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java:[1107] JavaElement element = (JavaElement)binding.getJavaElement(); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java:[1108] assertNotNull("Null Element info", element.getElementInfo()); ^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.getElementInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java:[1116] createJavaProject("P", new String[] { "" }, new String[0], "", CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java:[1116] createJavaProject("P", new String[] { "" }, new String[0], "", CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[67] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[67] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[67] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[67] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[67] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[67] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[67] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[111] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[111] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[111] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[111] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[111] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[111] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[111] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[162] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[162] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[162] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[162] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[162] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[162] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[162] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[209] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[209] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[209] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[209] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[209] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[209] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[209] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[272] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[272] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[272] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[272] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[272] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[272] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[272] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[327] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[327] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[327] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[327] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[327] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[327] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[327] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[370] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[370] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[370] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[370] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[370] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[370] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[370] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[409] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[409] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[409] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[409] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[409] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[409] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[409] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[479] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[479] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[479] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[479] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[479] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[479] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[479] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[556] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[556] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[556] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[556] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[556] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[556] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[557] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[557] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[557] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[557] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[557] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[557] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[557] int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[593] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[593] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[593] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[593] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[593] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[593] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[629] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[629] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[629] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[629] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[629] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[629] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[665] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[665] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[665] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[665] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java:[665] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[1017] if (root instanceof JrtPackageFragmentRoot) ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2849] DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeltaProcessingState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2849] DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2849] DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2849] DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; ^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2850] deltaState.oldRoots = null; ^^^^^^^^ Discouraged access: The field 'DeltaProcessingState.oldRoots' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2851] deltaState.roots = null; ^^^^^ Discouraged access: The field 'DeltaProcessingState.roots' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[2852] deltaState.rootsAreStale = true; ^^^^^^^^^^^^^ Discouraged access: The field 'DeltaProcessingState.rootsAreStale' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3054] JavaProject p1 = (JavaProject)createJavaProject("P1", new String[] {""}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3054] JavaProject p1 = (JavaProject)createJavaProject("P1", new String[] {""}, "bin"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3057] p1.getProject().close(null); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3058] p1.getProject().open(null); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3067] p1.setRawClasspath(classpath, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.setRawClasspath(IClasspathEntry[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3201] JavaElementDelta delta = new JavaElementDelta(getJavaModel()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3201] JavaElementDelta delta = new JavaElementDelta(getJavaModel()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3201] JavaElementDelta delta = new JavaElementDelta(getJavaModel()); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'JavaElementDelta(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3202] delta.added(getJavaProject("P1")); ^^^^^ Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3203] delta.added(getJavaProject("P2")); ^^^^^ Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3204] delta.added(getJavaProject("P3")); ^^^^^ Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3205] delta.added(getJavaProject("P4")); ^^^^^ Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3206] delta.movedFrom(getJavaProject("P3"), getJavaProject("P5")); ^^^^^^^^^ Discouraged access: The method 'JavaElementDelta.movedFrom(IJavaElement, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3207] delta.movedFrom(getJavaProject("P4"), getJavaProject("P6")); ^^^^^^^^^ Discouraged access: The method 'JavaElementDelta.movedFrom(IJavaElement, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3256] IClasspathAttribute attribute = new ClasspathAttribute(IClasspathAttribute.JAVADOC_LOCATION_ATTRIBUTE_NAME, javadocLocation); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java:[3256] IClasspathAttribute attribute = new ClasspathAttribute(IClasspathAttribute.JAVADOC_LOCATION_ATTRIBUTE_NAME, javadocLocation); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[16] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[35] String[] arguments = Util.getProblemArgumentsFromMarker("1:foo"); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[35] String[] arguments = Util.getProblemArgumentsFromMarker("1:foo"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[39] String[] arguments = Util.getProblemArgumentsFromMarker("2:foo#bar"); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[39] String[] arguments = Util.getProblemArgumentsFromMarker("2:foo#bar"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[43] String[] arguments = Util.getProblemArgumentsFromMarker("1: "); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[43] String[] arguments = Util.getProblemArgumentsFromMarker("1: "); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[47] String[] arguments = Util.getProblemArgumentsFromMarker("0:"); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[47] String[] arguments = Util.getProblemArgumentsFromMarker("0:"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[51] String[] arguments = Util.getProblemArgumentsFromMarker("3:Task#getTaskListeners# "); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[51] String[] arguments = Util.getProblemArgumentsFromMarker("3:Task#getTaskListeners# "); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[56] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[56] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[56] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[56] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsForMarker(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[60] assertNull("Not null", Util.getProblemArgumentsFromMarker("tt:Task#getTaskListeners# ")); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[60] assertNull("Not null", Util.getProblemArgumentsFromMarker("tt:Task#getTaskListeners# ")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[63] assertNull("Not null", Util.getProblemArgumentsFromMarker("3Task#getTaskListeners# ")); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[63] assertNull("Not null", Util.getProblemArgumentsFromMarker("3Task#getTaskListeners# ")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[66] assertNull("Not null", Util.getProblemArgumentsFromMarker(null)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[66] assertNull("Not null", Util.getProblemArgumentsFromMarker(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[69] assertNull("Not null", Util.getProblemArgumentsFromMarker("0:Task")); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[69] assertNull("Not null", Util.getProblemArgumentsFromMarker("0:Task")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[73] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[73] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[73] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[73] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsForMarker(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[78] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[78] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[78] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/UtilTests.java:[78] String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getProblemArgumentsForMarker(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[37] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[38] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[39] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[375] JavaProject projectA = (JavaProject) ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[375] JavaProject projectA = (JavaProject) ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[384] IEclipsePreferences eclipsePreferences = projectA.getEclipsePreferences(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[391] projectA.setOptions(options); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.setOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[394] assertEquals("projA:unexpected custom value for deprecation option", JavaCore.ENABLED, projectA.getOptions(false).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[395] assertEquals("projA:unexpected custom value for compliance option", "10.0", projectA.getOptions(false).get(JavaCore.COMPILER_COMPLIANCE)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[396] assertEquals("projA:unexpected inherited value1 for hidden-catch option", null, projectA.getOptions(false).get(JavaCore.COMPILER_PB_HIDDEN_CATCH_BLOCK)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[398] assertTrue("projA:preferences should not be reset", eclipsePreferences == projectA.getEclipsePreferences()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[404] projectA.setOptions(options); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.setOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[405] assertEquals("projA:unexpected custom value for deprecation option", JavaCore.ENABLED, projectA.getOptions(false).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[406] assertEquals("projA:unexpected custom value for compliance option", null, projectA.getOptions(false).get(JavaCore.COMPILER_COMPLIANCE)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[407] assertEquals("projA:unexpected inherited value1 for hidden-catch option", null, projectA.getOptions(false).get(JavaCore.COMPILER_PB_HIDDEN_CATCH_BLOCK)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[409] assertTrue("projA:preferences should not be reset", eclipsePreferences == projectA.getEclipsePreferences()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[467] JavaProject projectA = (JavaProject) this.createJavaProject("A", new String[] {}, ""); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[467] JavaProject projectA = (JavaProject) this.createJavaProject("A", new String[] {}, ""); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[470] IEclipsePreferences eclipsePreferences = projectA.getEclipsePreferences(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[476] projectA.setOptions(options); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.setOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[479] assertEquals("projA:unexpected custom value for deprecation option", JavaCore.ENABLED, projectA.getOptions(true).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[480] assertEquals("projA:unexpected custom value for compliance option", "10.0", projectA.getOptions(true).get(JavaCore.COMPILER_COMPLIANCE)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[481] assertTrue("projA:preferences should not be reset", eclipsePreferences == projectA.getEclipsePreferences()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[486] projectA = (JavaProject) this.createJavaProject("A", new String[] {}, ""); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[487] assertEquals("projA:unexpected custom value for deprecation option", JavaCore.getOption(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE), projectA.getOptions(true).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[488] assertEquals("projA:unexpected custom value for compliance option", JavaCore.getOption(JavaCore.COMPILER_COMPLIANCE), projectA.getOptions(true).get(JavaCore.COMPILER_COMPLIANCE)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[489] assertTrue("projA:preferences should not be reset", eclipsePreferences != projectA.getEclipsePreferences()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[502] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[502] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[502] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[503] IEclipsePreferences preferences = manager.getInstancePreferences(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[507] preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "null")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[507] preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "null")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[517] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[517] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[517] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[518] IEclipsePreferences preferences = manager.getInstancePreferences(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[522] preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "null")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[522] preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "null")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[530] IEclipsePreferences preferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[530] IEclipsePreferences preferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[530] IEclipsePreferences preferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[534] preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", getExternalJCLPathString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[534] preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", getExternalJCLPathString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[538] preferences.remove(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[538] preferences.remove(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[556] JavaProject projectA = (JavaProject) this.createJavaProject( ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[556] JavaProject projectA = (JavaProject) this.createJavaProject( ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[565] Hashtable options = new Hashtable(projectA.getOptions(true)); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[566] projectA.setOptions(options); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.setOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[572] projectA.setOptions(options); ^^^^^^^^^^ Discouraged access: The method 'JavaProject.setOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[575] assertEquals("projA: We should not have any custom options!", 0, projectA.getEclipsePreferences().keys().length); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[587] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[587] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[587] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[588] IEclipsePreferences preferences = manager.getInstancePreferences(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[593] assertFalse("JavaCore preferences should have been reset", preferences == manager.getInstancePreferences()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[603] Map options = new CompilerOptions().getMap(); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CompilerOptions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[603] Map options = new CompilerOptions().getMap(); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[603] Map options = new CompilerOptions().getMap(); ^^^^^^ Discouraged access: The method 'CompilerOptions.getMap()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[606] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[606] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[606] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[606] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); ^^^^^^^ Discouraged access: The field 'CompilerOptions.WARNING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[606] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[606] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[607] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[607] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedPrivateMember' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[607] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[607] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); ^^^^^^^ Discouraged access: The field 'CompilerOptions.WARNING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[607] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[607] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedPrivateMember' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[608] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[608] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportFieldHiding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[608] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[608] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[608] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[608] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportFieldHiding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[609] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[609] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportLocalVariableHiding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[609] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[609] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[609] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[609] assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportLocalVariableHiding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[613] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[613] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[613] JavaModelManager manager = JavaModelManager.getJavaModelManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[614] IEclipsePreferences preferences = manager.getDefaultPreferences(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getDefaultPreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[629] JavaProject project = (JavaProject) createJavaProject( ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[629] JavaProject project = (JavaProject) createJavaProject( ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[635] project.setOption(JavaCore.COMPILER_SOURCE, JavaCore.VERSION_1_4); ^^^^^^^^^ Discouraged access: The method 'JavaProject.setOption(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[636] project.setOption(JavaCore.COMPILER_SOURCE, JavaCore.VERSION_1_3); ^^^^^^^^^ Discouraged access: The method 'JavaProject.setOption(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[637] String option = project.getOption(JavaCore.COMPILER_SOURCE, true); ^^^^^^^^^ Discouraged access: The method 'JavaProject.getOption(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[678] JavaProject project = (JavaProject) createJavaProject("P"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[678] JavaProject project = (JavaProject) createJavaProject("P"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[679] project.setOption(JavaCore.COMPILER_SOURCE, compilerSource); ^^^^^^^^^ Discouraged access: The method 'JavaProject.setOption(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[680] String option = project.getOption(JavaCore.COMPILER_SOURCE, true); ^^^^^^^^^ Discouraged access: The method 'JavaProject.getOption(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[684] project.setOption(JavaCore.COMPILER_SOURCE, null); ^^^^^^^^^ Discouraged access: The method 'JavaProject.setOption(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[685] option = project.getOption(JavaCore.COMPILER_SOURCE, true); ^^^^^^^^^ Discouraged access: The method 'JavaProject.getOption(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OptionTests.java:[702] JavaProject project = (JavaProject) createJavaProject("P"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[43] import org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[67] LineCommentEndOffsets offsets= new LineCommentEndOffsets(null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[67] LineCommentEndOffsets offsets= new LineCommentEndOffsets(null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[67] LineCommentEndOffsets offsets= new LineCommentEndOffsets(null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[68] boolean res= offsets.isEndOfLineComment(0); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[70] res= offsets.remove(0); ^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[88] LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[88] LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[88] LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[95] assertFalse(offsets.isEndOfLineComment(0)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[96] assertTrue(offsets.isEndOfLineComment(p1)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[97] assertTrue(offsets.isEndOfLineComment(p2)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[98] assertTrue(offsets.isEndOfLineComment(p3)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[99] assertTrue(offsets.isEndOfLineComment(p4)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[101] boolean res= offsets.remove(p2); ^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[104] res= offsets.remove(p2); ^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[107] assertFalse(offsets.isEndOfLineComment(0)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[108] assertTrue(offsets.isEndOfLineComment(p1)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[109] assertFalse(offsets.isEndOfLineComment(p2)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[110] assertTrue(offsets.isEndOfLineComment(p3)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[111] assertTrue(offsets.isEndOfLineComment(p4)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[113] res= offsets.remove(p4); ^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[116] assertFalse(offsets.isEndOfLineComment(0)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[117] assertTrue(offsets.isEndOfLineComment(p1)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[118] assertFalse(offsets.isEndOfLineComment(p2)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[119] assertTrue(offsets.isEndOfLineComment(p3)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[120] assertFalse(offsets.isEndOfLineComment(p4)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[122] res= offsets.remove(p1); ^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[125] assertFalse(offsets.isEndOfLineComment(0)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[126] assertFalse(offsets.isEndOfLineComment(p1)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[127] assertFalse(offsets.isEndOfLineComment(p2)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[128] assertTrue(offsets.isEndOfLineComment(p3)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[129] assertFalse(offsets.isEndOfLineComment(p4)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[157] LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[157] LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[157] LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[172] boolean actual= offsets.isEndOfLineComment(i, charContent); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int, char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[175] actual= offsets.isEndOfLineComment(i); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[208] LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[208] LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[208] LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java:[223] boolean actual= offsets.isEndOfLineComment(i, charContent); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int, char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[53] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[54] import org.eclipse.jdt.internal.compiler.problem.DefaultProblem; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultProblem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[55] import org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[56] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[57] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[223] private DefaultCodeFormatterOptions preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1082] this.preferences = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1082] this.preferences = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1086] this.preferences.comment_format_javadoc_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_javadoc_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1087] this.preferences.comment_format_block_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1088] this.preferences.comment_format_line_comment = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_line_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1106] this.preferences.join_lines_in_comments = false; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_lines_in_comments' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1109] this.preferences.join_wrapped_lines = false; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1127] this.preferences.brace_position_for_annotation_type_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_annotation_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1128] this.preferences.brace_position_for_anonymous_type_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_anonymous_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1129] this.preferences.brace_position_for_array_initializer = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_array_initializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1130] this.preferences.brace_position_for_block = braces; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1131] this.preferences.brace_position_for_block_in_case = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block_in_case' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1132] this.preferences.brace_position_for_constructor_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_constructor_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1133] this.preferences.brace_position_for_enum_constant = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_constant' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1134] this.preferences.brace_position_for_enum_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1135] this.preferences.brace_position_for_method_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_method_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1136] this.preferences.brace_position_for_switch = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_switch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1137] this.preferences.brace_position_for_type_declaration = braces; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1143] this.preferences.number_of_empty_lines_to_preserve = lines; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.number_of_empty_lines_to_preserve' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1412] DefaultCodeFormatter codeFormatter() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1413] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1413] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1413] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1418] String source = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(this.file, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1418] String source = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(this.file, null)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1428] String expectedResult = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(outputFile, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1428] String expectedResult = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(outputFile, null)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1485] optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1485] optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_LocalVariableAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1485] optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1485] optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1486] optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1486] optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_LineNumberAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1486] optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1486] optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1487] optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1487] optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_SourceFileAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1487] optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1487] optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); ^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1488] optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1488] optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_PreserveUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1488] optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1488] optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); ^^^^^^^^ Discouraged access: The field 'CompilerOptions.PRESERVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1489] optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1489] optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_DocCommentSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1489] optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1489] optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); ^^^^^^^^ Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1490] optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1490] optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportMethodWithConstructorName' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1490] optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1490] optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1491] optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1491] optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1491] optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1491] optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1492] optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1492] optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1492] optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1492] optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1493] optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1493] optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1493] optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1493] optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1494] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1494] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1494] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1494] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); ^^^^^^^^ Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1495] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1495] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1495] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1495] optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); ^^^^^^^^ Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1496] optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1496] optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportHiddenCatchBlock' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1496] optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1496] optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1497] optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1497] optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1497] optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1497] optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1498] optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1498] optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1498] optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1498] optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1499] optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1499] optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedImport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1499] optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1499] optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1500] optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1500] optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_ReportSyntheticAccessEmulation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1500] optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1500] optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1501] optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1501] optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java:[1501] optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE); ^^^^^^ Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[21] import org.eclipse.jdt.internal.codeassist.impl.AssistOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[41] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[41] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[86] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[86] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[86] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[86] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[86] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[86] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[87] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[87] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[87] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[87] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[87] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[88] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[88] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[88] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[88] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[88] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[88] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[113] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[113] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[113] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[113] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[113] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[113] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[114] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[114] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[114] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[114] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[114] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[115] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[115] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[115] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[115] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[115] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[115] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[139] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[139] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[139] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[139] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[139] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[139] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[140] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[140] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[140] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[140] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[140] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[140] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[164] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[164] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[164] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[164] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[164] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[164] "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[165] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[165] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[165] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[165] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[165] "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[166] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[166] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[166] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[166] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[166] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[166] "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[190] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[190] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[190] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[190] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[190] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[190] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[191] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[191] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[191] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[191] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[191] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[191] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[192] "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[192] "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[192] "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[192] "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[192] "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[192] "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[217] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[217] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[217] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[217] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[217] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[217] "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[218] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[218] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[218] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[218] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[218] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[218] "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[219] "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[219] "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[219] "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java:[219] "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java:[44] import org.eclipse.jdt.internal.compiler.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java:[155] sourceChars = Util.getFileCharContent(javaCoreSourceFile, null); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java:[155] sourceChars = Util.getFileCharContent(javaCoreSourceFile, null); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java:[171] sourceChars = Util.getInputStreamAsCharArray(inputStream, null); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java:[171] sourceChars = Util.getInputStreamAsCharArray(inputStream, null); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getInputStreamAsCharArray(InputStream, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[39] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[40] import org.eclipse.jdt.internal.core.LambdaExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[41] import org.eclipse.jdt.internal.core.LambdaMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[42] import org.eclipse.jdt.internal.core.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[43] import org.eclipse.jdt.internal.core.NameLookup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[44] import org.eclipse.jdt.internal.core.NameLookup.Answer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup.Answer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[45] import org.eclipse.jdt.internal.core.SourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[363] assertEquals(annotationString, ((LocalVariable)variable[0]).getAnnotations()[0].toString()); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[363] assertEquals(annotationString, ((LocalVariable)variable[0]).getAnnotations()[0].toString()); ^^^^^^^^^^^^^^ Discouraged access: The method 'LocalVariable.getAnnotations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[434] assertEquals(annotationString1, ((LocalVariable)variable[0]).getAnnotations()[0].toString()); ^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[434] assertEquals(annotationString1, ((LocalVariable)variable[0]).getAnnotations()[0].toString()); ^^^^^^^^^^^^^^ Discouraged access: The method 'LocalVariable.getAnnotations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[801] assertEquals("Incorrect Type selected", "p.Test$A", ((SourceType)element.getParent()).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[801] assertEquals("Incorrect Type selected", "p.Test$A", ((SourceType)element.getParent()).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[804] assertEquals("Incorrect Type selected", "p.Test$A$1", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[804] assertEquals("Incorrect Type selected", "p.Test$A$1", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[807] assertEquals("Incorrect Type selected", "p.Test$A$2", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[807] assertEquals("Incorrect Type selected", "p.Test$A$2", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[810] assertEquals("Incorrect Type selected", "p.Test$A$3", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[810] assertEquals("Incorrect Type selected", "p.Test$A$3", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[813] assertEquals("Incorrect Type selected", "p.Test$A$3$1", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[813] assertEquals("Incorrect Type selected", "p.Test$A$3$1", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[816] assertEquals("Incorrect Type selected", "p.Test$A$B$1", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[816] assertEquals("Incorrect Type selected", "p.Test$A$B$1", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[819] assertEquals("Incorrect Type selected", "p.Test$A$B$2", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[819] assertEquals("Incorrect Type selected", "p.Test$A$B$2", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[821] String handleId = ((SourceType)element).getHandleMemento(); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[821] String handleId = ((SourceType)element).getHandleMemento(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.getHandleMemento()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[827] assertEquals("Incorrect Type selected", "p.Test$1", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[827] assertEquals("Incorrect Type selected", "p.Test$1", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[830] assertEquals("Incorrect Type selected", "p.Test$1$1", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[830] assertEquals("Incorrect Type selected", "p.Test$1$1", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[832] handleId = ((SourceType)element).getHandleMemento(); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[832] handleId = ((SourceType)element).getHandleMemento(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.getHandleMemento()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[838] assertEquals("Incorrect Type selected", "p.Test$2", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[838] assertEquals("Incorrect Type selected", "p.Test$2", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[841] assertEquals("Incorrect Type selected", "p.Test$3", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[841] assertEquals("Incorrect Type selected", "p.Test$3", ((SourceType)element).getFullyQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[843] handleId = ((SourceType)element).getHandleMemento(); ^^^^^^^^^^ Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[843] handleId = ((SourceType)element).getHandleMemento(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.getHandleMemento()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[870] JavaProject project = (JavaProject) createJavaProject("P", new String[] {"src"}, new String[] {"JCL15_LIB"}, "bin", "1.5"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[870] JavaProject project = (JavaProject) createJavaProject("P", new String[] {"src"}, new String[] {"JCL15_LIB"}, "bin", "1.5"); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[884] IType itype = project.findType("p.test13"); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[886] itype = project.findType("p.test13outer"); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[891] NameLookup nameLookup = project.newNameLookup(workingCopy); ^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[891] NameLookup nameLookup = project.newNameLookup(workingCopy); ^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.newNameLookup(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[892] itype = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[892] itype = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[892] itype = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[894] Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null); ^^^^^^ Discouraged access: The type 'NameLookup.Answer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[894] Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int, boolean, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[894] Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[894] Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_INTERFACES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[897] itype = project.findType("p.test13outer", (IProgressMonitor) null); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[900] itype = project.findType("p", "test13"); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[903] itype = project.findType("p", "test13outer"); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[906] itype = project.findType("p.test13", workingCopy[0].getOwner()); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[909] itype = project.findType("p.test13outer", workingCopy[0].getOwner()); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[912] itype = project.findType("p", "test13outer", (IProgressMonitor) null); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[915] itype = project.findType("p", "test13", workingCopy[0].getOwner()); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String, String, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[918] itype = project.findType("p", "test13outer", workingCopy[0].getOwner()); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String, String, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[921] itype = project.findType("p.test13outer", workingCopy[0].getOwner(), (IProgressMonitor) null); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String, WorkingCopyOwner, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[924] itype = project.findType("p", "test13outer", workingCopy[0].getOwner(), (IProgressMonitor) null); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String, String, WorkingCopyOwner, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[927] itype = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[927] itype = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[927] itype = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[930] answer = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL, false); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[930] answer = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL, false); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[930] answer = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL, false); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[931] assertEquals("test13outer", answer.type.getElementName()); ^^^^ Discouraged access: The field 'NameLookup.Answer.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[933] IPackageFragment[] packageFragments = project.newNameLookup(workingCopy[0].getOwner()).findPackageFragments("p", false); ^^^^^^^^^^^^^ Discouraged access: The method 'JavaProject.newNameLookup(WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[933] IPackageFragment[] packageFragments = project.newNameLookup(workingCopy[0].getOwner()).findPackageFragments("p", false); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[934] itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[934] itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[934] itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[937] itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[937] itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[937] itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[940] answer = nameLookup.findType("test13outer", "p", false, NameLookup.ACCEPT_ALL, false); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, String, boolean, int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[940] answer = nameLookup.findType("test13outer", "p", false, NameLookup.ACCEPT_ALL, false); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[940] answer = nameLookup.findType("test13outer", "p", false, NameLookup.ACCEPT_ALL, false); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[941] assertEquals("test13outer", answer.type.getElementName()); ^^^^ Discouraged access: The field 'NameLookup.Answer.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[943] answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, false); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, String, boolean, int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[943] answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, false); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[943] answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, false); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[944] assertEquals("test13", answer.type.getElementName()); ^^^^ Discouraged access: The field 'NameLookup.Answer.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[946] itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ true); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[946] itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ true); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[946] itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ true); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[949] itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[949] itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[949] itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[952] itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[952] itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[952] itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[955] answer = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, boolean, int, boolean, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[955] answer = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[955] answer = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[956] assertEquals("test13", answer.type.getElementName()); ^^^^ Discouraged access: The field 'NameLookup.Answer.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[958] answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null); ^^^^^^^^ Discouraged access: The method 'NameLookup.findType(String, String, boolean, int, boolean, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java:[958] answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null); ^^^^^^^^^^ Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[28] import org.eclipse.jdt.internal.codeassist.InternalCompletionContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[29] import org.eclipse.jdt.internal.codeassist.impl.RestrictedIdentifiers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[30] import org.eclipse.jdt.internal.compiler.ast.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ASTNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[31] import org.eclipse.jdt.internal.compiler.util.ObjectVector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[32] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[239] JavaElement enclosingElement = (JavaElement)this.context.getEnclosingElement(); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[239] JavaElement enclosingElement = (JavaElement)this.context.getEnclosingElement(); ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[243] buffer.append(enclosingElement.toStringWithAncestors(true /*show resolved info*/)); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[260] JavaElement element = (JavaElement) visibleElements[i]; ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[260] JavaElement element = (JavaElement) visibleElements[i]; ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[262] buffer.append(element.toStringWithAncestors(true /*show resolved info*/)); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[545] if(CharOperation.equals(completion, RestrictedIdentifiers.RECORD)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[545] if(CharOperation.equals(completion, RestrictedIdentifiers.RECORD)) ^^^^^^ Discouraged access: The field 'RestrictedIdentifiers.RECORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[547] if(CharOperation.equals(completion, RestrictedIdentifiers.SEALED)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[547] if(CharOperation.equals(completion, RestrictedIdentifiers.SEALED)) ^^^^^^ Discouraged access: The field 'RestrictedIdentifiers.SEALED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[549] if(CharOperation.equals(completion, RestrictedIdentifiers.NON_SEALED)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[549] if(CharOperation.equals(completion, RestrictedIdentifiers.NON_SEALED)) ^^^^^^^^^^ Discouraged access: The field 'RestrictedIdentifiers.NON_SEALED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[551] if(CharOperation.equals(completion, RestrictedIdentifiers.PERMITS)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[551] if(CharOperation.equals(completion, RestrictedIdentifiers.PERMITS)) ^^^^^^^ Discouraged access: The field 'RestrictedIdentifiers.PERMITS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[680] if (this.context instanceof InternalCompletionContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[681] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[681] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[682] ASTNode astNode = internalCompletionContext.getCompletionNode(); ^^^^^^^ Discouraged access: The type 'ASTNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[682] ASTNode astNode = internalCompletionContext.getCompletionNode(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.getCompletionNode()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[683] if (astNode != null) return astNode.toString(); ^^^^^^^^ Discouraged access: The method 'ASTNode.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[690] if (this.context instanceof InternalCompletionContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[691] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[691] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[692] ASTNode astNode = internalCompletionContext.getCompletionNodeParent(); ^^^^^^^ Discouraged access: The type 'ASTNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[692] ASTNode astNode = internalCompletionContext.getCompletionNodeParent(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.getCompletionNodeParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[693] if (astNode != null) return astNode.toString(); ^^^^^^^^ Discouraged access: The method 'ASTNode.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[700] if (this.context instanceof InternalCompletionContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[701] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[701] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[702] ObjectVector locals = internalCompletionContext.getVisibleLocalVariables(); ^^^^^^^^^^^^ Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[702] ObjectVector locals = internalCompletionContext.getVisibleLocalVariables(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.getVisibleLocalVariables()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[703] if (locals != null) return locals.toString(); ^^^^^^^^ Discouraged access: The method 'ObjectVector.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[710] if (this.context instanceof InternalCompletionContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[711] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[711] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[712] ObjectVector fields = internalCompletionContext.getVisibleFields(); ^^^^^^^^^^^^ Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[712] ObjectVector fields = internalCompletionContext.getVisibleFields(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.getVisibleFields()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[713] if (fields != null) return fields.toString(); ^^^^^^^^ Discouraged access: The method 'ObjectVector.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[720] if (this.context instanceof InternalCompletionContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[721] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[721] InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[722] ObjectVector methods = internalCompletionContext.getVisibleMethods(); ^^^^^^^^^^^^ Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[722] ObjectVector methods = internalCompletionContext.getVisibleMethods(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.getVisibleMethods()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java:[723] if (methods != null) return methods.toString(); ^^^^^^^^ Discouraged access: The method 'ObjectVector.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[73] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1145] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1145] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1145] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1145] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1198] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1198] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1198] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1198] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1249] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1249] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1249] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1249] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1301] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1301] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1301] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1301] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1352] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1352] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1352] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1352] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1403] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1403] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1403] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1403] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1495] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1495] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1495] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1495] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1548] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1548] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1548] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1548] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1600] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1600] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1600] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1600] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1703] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1703] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1703] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1703] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1757] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1757] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1757] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1757] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1983] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1983] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1983] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[1983] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[2123] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[2123] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[2123] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[2123] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[2188] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[2188] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[2188] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java:[2188] libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); ^^^^^^^ Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/BufferTests.java:[443] char[] contents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(getFile("/P/X234307.java").getLocation().toFile(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/BufferTests.java:[443] char[] contents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(getFile("/P/X234307.java").getLocation().toFile(), null); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[43] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[44] import org.eclipse.jdt.internal.core.search.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[45] import org.eclipse.jdt.internal.core.search.indexing.IndexRequest; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexRequest' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[203] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[203] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[203] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[206] indexManager.request(new IndexRequest(new Path("blocker"), indexManager) { ^^^^^^^ Discouraged access: The method 'JobManager.request(IJob)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[206] indexManager.request(new IndexRequest(new Path("blocker"), indexManager) { ^^^^^^^^^^^^ Discouraged access: The type 'IndexRequest' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[206] indexManager.request(new IndexRequest(new Path("blocker"), indexManager) { ^^^^^^^^^^^^ Discouraged access: The constructor 'IndexRequest(IPath, IndexManager)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[210] while (!this.isCancelled) ^^^^^^^^^^^ Discouraged access: The field 'IndexRequest.isCancelled' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java:[249] indexManager.discardJobs("blocker"); ^^^^^^^^^^^ Discouraged access: The method 'JobManager.discardJobs(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java:[25] import org.eclipse.jdt.internal.codeassist.RelevanceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java:[26] import org.eclipse.jdt.internal.codeassist.impl.AssistOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java:[31] public abstract class AbstractJavaModelCompletionTests extends AbstractJavaModelTests implements RelevanceConstants { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java:[174] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java:[174] System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java:[31] import org.eclipse.jdt.internal.core.JarPackageFragmentRoot; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java:[32] import org.eclipse.jdt.internal.core.JavaModelStatus; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java:[286] throw new CoreException(new JavaModelStatus(-1, "test")); ^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java:[286] throw new CoreException(new JavaModelStatus(-1, "test")); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'JavaModelStatus(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java:[4562] JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java:[4562] JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java:[4563] root.attachSource(srcZip.getFullPath(), null, null); ^^^^^^^^^^^^ Discouraged access: The method 'PackageFragmentRoot.attachSource(IPath, IPath, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[70] import org.eclipse.jdt.internal.compiler.problem.ProblemSeverities; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[71] import org.eclipse.jdt.internal.core.ClasspathAttribute; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[72] import org.eclipse.jdt.internal.core.ClasspathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[134] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[134] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[136] ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[136] ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/)); ^^^^^^^^^^^^^^^ Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[335] new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, annotationPath) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[335] new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, annotationPath) ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[347] IClasspathAttribute[] extraAttributes = new IClasspathAttribute[] { new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, externalAnnotationPath) }; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[347] IClasspathAttribute[] extraAttributes = new IClasspathAttribute[] { new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, externalAnnotationPath) }; ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[403] switch(severities[j] & ProblemSeverities.CoreSeverityMASK ) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[403] switch(severities[j] & ProblemSeverities.CoreSeverityMASK ) { ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ProblemSeverities.CoreSeverityMASK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[404] case ProblemSeverities.Error: ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[404] case ProblemSeverities.Error: ^^^^^ Discouraged access: The field 'ProblemSeverities.Error' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[410] case ProblemSeverities.Warning: ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[410] case ProblemSeverities.Warning: ^^^^^^^ Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[416] case ProblemSeverities.Info: ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[416] case ProblemSeverities.Info: ^^^^ Discouraged access: The field 'ProblemSeverities.Info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2164] }, new int[] { 9, 12 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2164] }, new int[] { 9, 12 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); ^^^^^^^ Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2164] }, new int[] { 9, 12 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2164] }, new int[] { 9, 12 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); ^^^^ Discouraged access: The field 'ProblemSeverities.Info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2337] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2337] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^ Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2337] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2337] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^ Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2337] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2337] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^ Discouraged access: The field 'ProblemSeverities.Error' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2385] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2385] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^ Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2385] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2385] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^ Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2385] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2385] new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); ^^^^^ Discouraged access: The field 'ProblemSeverities.Error' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2740] new int[] { ProblemSeverities.Warning }); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java:[2740] new int[] { ProblemSeverities.Warning }); ^^^^^^^ Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[23] import org.eclipse.jdt.internal.codeassist.RelevanceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[28] public class CompletionWithMissingTypesTests2 extends ModifyingResourceTests implements RelevanceConstants { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[169] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[169] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[169] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[169] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[169] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[169] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[169] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[263] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[263] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[263] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[263] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[263] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[263] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java:[263] int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java:[23] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java:[24] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java:[44] * We create a project with a jar on its class path and ask after {@link JavaElement#exists()} ^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java:[44] * We create a project with a jar on its class path and ask after {@link JavaElement#exists()} ^^^^^^ Discouraged access: The method 'JavaElement.exists()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java:[138] JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java:[138] JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java:[138] JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[43] import org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavadocTagConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[44] import org.eclipse.jdt.internal.compiler.parser.ScannerHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[111] private static String SNIPPET_TAG = '@' + new String(JavadocTagConstants.TAG_SNIPPET); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavadocTagConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[111] private static String SNIPPET_TAG = '@' + new String(JavadocTagConstants.TAG_SNIPPET); ^^^^^^^^^^^ Discouraged access: The field 'JavadocTagConstants.TAG_SNIPPET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[254] if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[254] if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[255] || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[255] || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[256] || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[256] || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[257] || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[257] || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[477] if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[477] if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[478] || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[478] || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[479] || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[479] || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[480] || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^ Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java:[480] || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[21] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[93] CompilerOptions.VERSION_1_1, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[93] CompilerOptions.VERSION_1_1, ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_1' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[94] CompilerOptions.VERSION_1_2, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[94] CompilerOptions.VERSION_1_2, ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_2' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[95] CompilerOptions.VERSION_1_3, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[95] CompilerOptions.VERSION_1_3, ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[96] CompilerOptions.VERSION_1_4, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[96] CompilerOptions.VERSION_1_4, ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[97] CompilerOptions.VERSION_1_5, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[97] CompilerOptions.VERSION_1_5, ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[98] CompilerOptions.VERSION_1_6, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[98] CompilerOptions.VERSION_1_6, ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_6' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[99] CompilerOptions.VERSION_1_7, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[99] CompilerOptions.VERSION_1_7, ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_7' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[100] CompilerOptions.VERSION_1_8, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[100] CompilerOptions.VERSION_1_8, ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[101] CompilerOptions.VERSION_9, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[101] CompilerOptions.VERSION_9, ^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[102] CompilerOptions.VERSION_10, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[102] CompilerOptions.VERSION_10, ^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_10' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[103] CompilerOptions.VERSION_11, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[103] CompilerOptions.VERSION_11, ^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_11' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[111] return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[111] return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[111] return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java:[111] return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java:[35] org.eclipse.jdt.internal.formatter.old.CodeFormatter formatter = new org.eclipse.jdt.internal.formatter.old.CodeFormatter(options); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java:[35] org.eclipse.jdt.internal.formatter.old.CodeFormatter formatter = new org.eclipse.jdt.internal.formatter.old.CodeFormatter(options); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java:[35] org.eclipse.jdt.internal.formatter.old.CodeFormatter formatter = new org.eclipse.jdt.internal.formatter.old.CodeFormatter(options); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CodeFormatter(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java:[36] String result = formatter.format(source, 0, null, null); ^^^^^^ Discouraged access: The method 'CodeFormatter.format(String, int, int[], String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[29] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[30] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[31] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[47] DefaultCodeFormatterOptions formatterPrefs; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[67] this.formatterPrefs.page_width = 80; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[76] String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[76] String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); ^^^^^^^^^^^^ Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[84] final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[84] final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); ^^^^^^^^^^^^ Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[98] this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[98] this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[102] this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[102] this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[102] this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[102] this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[103] this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[103] this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[103] this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[103] this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[104] this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[104] this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[104] this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[104] this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[165] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[165] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java:[165] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java:[24] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java:[25] import org.eclipse.jdt.internal.core.search.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java:[89] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java:[89] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java:[89] IndexManager indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java:[92] while (indexManager.awaitingJobsCount() > 0) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'JobManager.awaitingJobsCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[412] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[412] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[412] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[412] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[412] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[412] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[412] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[438] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[438] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[438] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[438] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[438] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[438] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[438] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[465] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[465] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[465] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[465] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[465] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[465] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[465] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[492] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[492] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[492] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[492] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[492] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[492] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[492] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[517] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[517] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[517] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[517] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[517] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[517] (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[539] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[539] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[539] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[539] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[539] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[539] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[556] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_QUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[556] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_QUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[556] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_QUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[556] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_QUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[556] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_QUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_QUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[556] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_QUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[577] + (R_DEFAULT + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[577] + (R_DEFAULT + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[577] + (R_DEFAULT + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[577] + (R_DEFAULT + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[600] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[600] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[600] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[600] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED ^^^^^^ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[600] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[600] + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[601] + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE) ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests14.java:[601] + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE) ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java:[31] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java:[2054] CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java:[2054] CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java:[2054] CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CompilerOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java:[2056] parser.setCompilerOptions(options.getMap()); ^^^^^^ Discouraged access: The method 'CompilerOptions.getMap()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java:[2106] CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java:[2106] CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); ^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java:[2106] CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CompilerOptions(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java:[2108] parser.setCompilerOptions(options.getMap()); ^^^^^^ Discouraged access: The method 'CompilerOptions.getMap()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java:[26] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java:[238] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java:[238] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java:[238] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java:[238] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java:[2350] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java:[2350] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java:[2350] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java:[2350] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[19] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[44] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[44] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[78] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[78] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[97] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[97] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[271] "BasicTestTextIns[JAVADOC_TYPE_REF]{{@link BasicTestTextIns}, javadoc.text, Ljavadoc.text.BasicTestTextIns;, null, null, "+this.positions+(R_DRICENUNR+R_INLINE_TAG)+"}\n" + ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[473] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[473] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[520] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java:[520] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[36] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[37] import org.eclipse.jdt.internal.core.index.EntryResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[38] import org.eclipse.jdt.internal.core.index.Index; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[39] import org.eclipse.jdt.internal.core.index.MetaIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MetaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[40] import org.eclipse.jdt.internal.core.search.indexing.IIndexConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[41] import org.eclipse.jdt.internal.core.search.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[42] import org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReadWriteMonitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[50] private IndexManager indexManager; ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[63] this.indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[63] this.indexManager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[197] Optional index = null; ^^^^^^^^^ Discouraged access: The type 'MetaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[199] index = this.indexManager.getMetaIndex(); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.getMetaIndex()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[204] ReadWriteMonitor monitor = index.get().getMonitor(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReadWriteMonitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[204] ReadWriteMonitor monitor = index.get().getMonitor(); ^^^^^^^^^^ Discouraged access: The method 'MetaIndex.getMonitor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[209] monitor.enterRead(); ^^^^^^^^^ Discouraged access: The method 'ReadWriteMonitor.enterRead()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[210] index.get().startQuery(); ^^^^^^^^^^ Discouraged access: The method 'MetaIndex.startQuery()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[211] List results = new ArrayList<>(2); ^^^^^^^^^^^ Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[213] .query(new char[][] { IIndexConstants.META_INDEX_QUALIFIED_TYPE_QUALIFIER_REF, ^^^^^ Discouraged access: The method 'MetaIndex.query(char[][], char[], int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[213] .query(new char[][] { IIndexConstants.META_INDEX_QUALIFIED_TYPE_QUALIFIER_REF, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[213] .query(new char[][] { IIndexConstants.META_INDEX_QUALIFIED_TYPE_QUALIFIER_REF, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IIndexConstants.META_INDEX_QUALIFIED_TYPE_QUALIFIER_REF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[214] IIndexConstants.META_INDEX_QUALIFIED_SUPER_TYPE_QUALIFIER_REF }, indexQualifier.toCharArray(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[214] IIndexConstants.META_INDEX_QUALIFIED_SUPER_TYPE_QUALIFIER_REF }, indexQualifier.toCharArray(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IIndexConstants.META_INDEX_QUALIFIED_SUPER_TYPE_QUALIFIER_REF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[218] .query(new char[][] { IIndexConstants.META_INDEX_SIMPLE_SUPER_TYPE_QUALIFIER_REF, ^^^^^ Discouraged access: The method 'MetaIndex.query(char[][], char[], int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[218] .query(new char[][] { IIndexConstants.META_INDEX_SIMPLE_SUPER_TYPE_QUALIFIER_REF, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[218] .query(new char[][] { IIndexConstants.META_INDEX_SIMPLE_SUPER_TYPE_QUALIFIER_REF, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IIndexConstants.META_INDEX_SIMPLE_SUPER_TYPE_QUALIFIER_REF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[219] IIndexConstants.META_INDEX_SIMPLE_TYPE_QUALIFIER_REF }, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[219] IIndexConstants.META_INDEX_SIMPLE_TYPE_QUALIFIER_REF }, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IIndexConstants.META_INDEX_SIMPLE_TYPE_QUALIFIER_REF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[223] final Index i = index.map(MetaIndex::getIndex).get(); ^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[223] final Index i = index.map(MetaIndex::getIndex).get(); ^^^^^^^^^ Discouraged access: The type 'MetaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[223] final Index i = index.map(MetaIndex::getIndex).get(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'MetaIndex.getIndex()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[226] return Stream.of(r.getDocumentNames(i)); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'EntryResult.getDocumentNames(Index)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[232] index.get().stopQuery(); ^^^^^^^^^ Discouraged access: The method 'MetaIndex.stopQuery()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[233] monitor.exitRead(); ^^^^^^^^ Discouraged access: The method 'ReadWriteMonitor.exitRead()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[242] private List safeList(EntryResult[] result) { ^^^^^^^^^^^ Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java:[242] private List safeList(EntryResult[] result) { ^^^^^^^^^^^^^ Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[96] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[96] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[96] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[96] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[96] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[96] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[97] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[97] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[97] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[97] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[97] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[97] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[98] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[98] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[98] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[98] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[98] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[98] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[123] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[123] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[123] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[123] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[123] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[123] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[124] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[124] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[124] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[124] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[124] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[124] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[125] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[125] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[125] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[125] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[125] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[125] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[149] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[149] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[149] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[149] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[149] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[149] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[150] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[150] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[150] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[150] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[150] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[150] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[174] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[174] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[174] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[174] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[174] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[174] "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[175] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[175] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[175] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[175] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[175] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[175] "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[176] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[176] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[176] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[176] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[176] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[176] "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[200] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[200] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[200] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[200] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[200] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[200] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[201] "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[201] "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[201] "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[201] "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[201] "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[202] "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[202] "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[202] "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[202] "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[202] "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[227] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[227] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[227] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[227] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[227] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[227] "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[228] "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[228] "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[228] "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[228] "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[228] "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[229] "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[229] "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[229] "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[229] "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[229] "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[253] "sOtherItems[FIELD_REF]{sOtherItems, Ltest.Test;, I, sOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java:[253] "sOtherItems[FIELD_REF]{sOtherItems, Ltest.Test;, I, sOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBWORD) + "}\n" + ^^^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[19] import org.eclipse.jdt.internal.codeassist.CompletionEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[20] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[46] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[46] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[63] if (CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[63] if (CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[336] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[336] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[356] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[356] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[368] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[368] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[385] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[385] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[407] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[407] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[1072] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[1072] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[1094] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java:[1094] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java:[25] import org.eclipse.jdt.internal.core.ExternalJavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalJavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java:[26] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java:[214] new String(Util.getResourceContentsAsCharArray(file))); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java:[214] new String(Util.getResourceContentsAsCharArray(file))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java:[1019] assertEquals("Unexpected path", "/" + ExternalJavaProject.EXTERNAL_PROJECT_NAME + "/X.java", this.workingCopy.getPath().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalJavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java:[1019] assertEquals("Unexpected path", "/" + ExternalJavaProject.EXTERNAL_PROJECT_NAME + "/X.java", this.workingCopy.getPath().toString()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ExternalJavaProject.EXTERNAL_PROJECT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java:[1132] assertFalse("Java project named \" \" should not exist", getJavaProject(ExternalJavaProject.EXTERNAL_PROJECT_NAME).exists()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalJavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java:[1132] assertFalse("Java project named \" \" should not exist", getJavaProject(ExternalJavaProject.EXTERNAL_PROJECT_NAME).exists()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ExternalJavaProject.EXTERNAL_PROJECT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java:[21] import org.eclipse.jdt.internal.core.dom.rewrite.SourceModifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java:[59] SourceModifier modifier= new SourceModifier(2, " ", 4, 4); ^^^^^^^^^^^^^^ Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java:[59] SourceModifier modifier= new SourceModifier(2, " ", 4, 4); ^^^^^^^^^^^^^^ Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java:[59] SourceModifier modifier= new SourceModifier(2, " ", 4, 4); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'SourceModifier(int, String, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java:[61] ReplaceEdit[] replaces= modifier.getModifications(content); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceModifier.getModifications(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java:[110] SourceModifier modifier= new SourceModifier(2, " ", 4, 4); ^^^^^^^^^^^^^^ Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java:[110] SourceModifier modifier= new SourceModifier(2, " ", 4, 4); ^^^^^^^^^^^^^^ Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java:[110] SourceModifier modifier= new SourceModifier(2, " ", 4, 4); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'SourceModifier(int, String, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java:[112] ReplaceEdit[] replaces= modifier.getModifications(content); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'SourceModifier.getModifications(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[80] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[81] import org.eclipse.jdt.internal.compiler.lookup.ModuleBinding; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModuleBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[82] import org.eclipse.jdt.internal.core.ClassFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[83] import org.eclipse.jdt.internal.core.JavaElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[84] import org.eclipse.jdt.internal.core.JavaModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[85] import org.eclipse.jdt.internal.core.JavaProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[86] import org.eclipse.jdt.internal.core.LocalVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[87] import org.eclipse.jdt.internal.core.SearchableEnvironment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SearchableEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[88] import org.eclipse.jdt.internal.core.SourceMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[89] import org.eclipse.jdt.internal.core.TypeParameter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[90] import org.eclipse.jdt.internal.core.index.DiskIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiskIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[91] import org.eclipse.jdt.internal.core.index.Index; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[92] import org.eclipse.jdt.internal.core.search.AbstractSearchScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractSearchScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[93] import org.eclipse.jdt.internal.core.search.BasicSearchEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[94] import org.eclipse.jdt.internal.core.search.indexing.IIndexConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[95] import org.eclipse.jdt.internal.core.search.indexing.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[96] import org.eclipse.jdt.internal.core.search.indexing.IndexRequest; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexRequest' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[97] import org.eclipse.jdt.internal.core.search.matching.AndPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[98] import org.eclipse.jdt.internal.core.search.matching.MatchLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[99] import org.eclipse.jdt.internal.core.search.matching.MethodPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[100] import org.eclipse.jdt.internal.core.search.matching.PatternLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[101] import org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[102] import org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeReferencePattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[740] TypeDeclarationPattern pattern = new TypeDeclarationPattern( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[740] TypeDeclarationPattern pattern = new TypeDeclarationPattern( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TypeDeclarationPattern(char[], char[][], char[], char, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[740] TypeDeclarationPattern pattern = new TypeDeclarationPattern( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[744] IIndexConstants.INTERFACE_SUFFIX, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[744] IIndexConstants.INTERFACE_SUFFIX, ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IIndexConstants.INTERFACE_SUFFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[754] pattern = new TypeDeclarationPattern( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TypeDeclarationPattern(char[], char[][], char[], char, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[754] pattern = new TypeDeclarationPattern( ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[758] IIndexConstants.CLASS_SUFFIX, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[758] IIndexConstants.CLASS_SUFFIX, ^^^^^^^^^^^^ Discouraged access: The field 'IIndexConstants.CLASS_SUFFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[2295] MatchLocator.setFocus(pattern, importDeclaration); ^^^^^^^^^^^^ Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[2295] MatchLocator.setFocus(pattern, importDeclaration); ^^^^^^^^ Discouraged access: The method 'MatchLocator.setFocus(SearchPattern, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[2323] MatchLocator.setFocus(pattern, packageDeclaration); ^^^^^^^^^^^^ Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[2323] MatchLocator.setFocus(pattern, packageDeclaration); ^^^^^^^^ Discouraged access: The method 'MatchLocator.setFocus(SearchPattern, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3150] IIndexConstants.ONE_STAR, ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3150] IIndexConstants.ONE_STAR, ^^^^^^^^ Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3205] IIndexConstants.ONE_STAR, ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3205] IIndexConstants.ONE_STAR, ^^^^^^^^ Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3293] IIndexConstants.ONE_STAR, ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3293] IIndexConstants.ONE_STAR, ^^^^^^^^ Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3531] assertEquals("Invalid foo method occurence count (m="+(m+1)+")", i+1, ((SourceMethod) methods[i]).occurrenceCount); ^^^^^^^^^^^^ Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[3531] assertEquals("Invalid foo method occurence count (m="+(m+1)+")", i+1, ((SourceMethod) methods[i]).occurrenceCount); ^^^^^^^^^^^^^^^ Discouraged access: The field 'SourceRefElement.occurrenceCount' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[6990] assertTrue("Jar should only have class files!", children[i] instanceof ClassFile); ^^^^^^^^^ Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[6991] IType type = ((ClassFile)children[i]).getType(); ^^^^^^^^^ Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[6991] IType type = ((ClassFile)children[i]).getType(); ^^^^^^^ Discouraged access: The method 'ClassFile.getType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7021] if ((modifiers & ClassFileConstants.AccDeprecated) != 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7021] if ((modifiers & ClassFileConstants.AccDeprecated) != 0) { ^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccDeprecated' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7492] * @test Verify that no NPE occurs while using a {@link AndPattern} ^^^^^^^^^^ Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7925] this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7925] this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7964] this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7964] this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7976] this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[7976] this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8621] * @test Ensure that types are found even when scope is not a {@link org.eclipse.jdt.internal.core.search.JavaSearchScope} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaSearchScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8634] IJavaSearchScope scope = new AbstractSearchScope() { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractSearchScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8634] IJavaSearchScope scope = new AbstractSearchScope() { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'AbstractSearchScope()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8797] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8797] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8797] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8798] Index index = manager.getIndex(JAVA_PROJECT.getPath(), true, false); ^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8798] Index index = manager.getIndex(JAVA_PROJECT.getPath(), true, false); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8799] File indexFile = index.getIndexFile(); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8808] Index newIndex = manager.getIndex(JAVA_PROJECT.getPath(), true, false); ^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8808] Index newIndex = manager.getIndex(JAVA_PROJECT.getPath(), true, false); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8809] assertEquals("Index file should be unchanged!!!", lastModified, newIndex.getIndexFile().lastModified()); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8815] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8815] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8815] IndexManager manager = JavaModelManager.getIndexManager(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8816] Index index = manager.getIndex(project.getPath(), true, false); ^^^^^ Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8816] Index index = manager.getIndex(project.getPath(), true, false); ^^^^^^^^ Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8817] assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiskIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8817] assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length()); ^^^^^^^^^ Discouraged access: The field 'DiskIndex.SIGNATURE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[8817] assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length()); ^^^^^^^^^^^^ Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14156] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], ALL_OCCURRENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14197] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], DECLARATIONS, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14197] MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], DECLARATIONS, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14338] TypeReferencePattern pattern = (TypeReferencePattern) SearchPattern.createPattern(type, REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeReferencePattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14338] TypeReferencePattern pattern = (TypeReferencePattern) SearchPattern.createPattern(type, REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TypeReferencePattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14441] MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14441] MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14442] MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14442] MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14491] MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14491] MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14496] MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[14496] MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); ^^^^^^^^^^^^^ Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15215] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15215] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15215] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15219] engine.searchAllTypeNames(packageName, SearchPattern.R_PATTERN_MATCH, ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15238] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15238] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15238] BasicSearchEngine engine = new BasicSearchEngine(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15242] engine.searchAllTypeNames(packageName, SearchPattern.R_PATTERN_MATCH, ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BasicSearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15337] JavaProject project1 = (JavaProject) setUpJavaProject(testProject1Name, "11", false); ^^^^^^^^^^^ Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15358] IType type = project1.findType("t.t.t1.F"); ^^^^^^^^ Discouraged access: The method 'JavaProject.findType(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java:[15362] SearchableEnvironment search = new SearchableEnvironment(project1, cus, excludeTests); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SearchableEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java:[25] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java:[484] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java:[484] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java:[484] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java:[484] this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[30] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[31] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[32] import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[47] DefaultCodeFormatterOptions formatterPrefs; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[68] this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[68] this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[72] this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[72] this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[72] this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[72] this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[73] this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[73] this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[73] this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[73] this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[74] this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[74] this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[74] this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[74] this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[108] this.formatterPrefs.page_width = 80; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[114] private void setPageWidth80(DefaultCodeFormatterOptions preferences) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[115] preferences.page_width = 80; ^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[121] String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[121] String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); ^^^^^^^^^^^^ Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[126] final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[126] final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); ^^^^^^^^^^^^ Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[156] private void runTest(String packageName, String compilationUnitName, DefaultCodeFormatterOptions codeFormatterOptions) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[157] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(codeFormatterOptions, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[157] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(codeFormatterOptions, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[157] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(codeFormatterOptions, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[162] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[162] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[162] DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[194] DefaultCodeFormatterOptions options = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[194] DefaultCodeFormatterOptions options = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[194] DefaultCodeFormatterOptions options = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[195] options.brace_position_for_lambda_body = DefaultCodeFormatterConstants.NEXT_LINE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_lambda_body' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[196] options.insert_space_after_lambda_arrow = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.insert_space_after_lambda_arrow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java:[197] options.insert_space_before_lambda_arrow = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DefaultCodeFormatterOptions.insert_space_before_lambda_arrow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TestPessimisticProvider.java:[20] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TestPessimisticProvider.java:[82] if (Util.isReadOnlySupported()) { ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/TestPessimisticProvider.java:[82] if (Util.isReadOnlySupported()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[20] import org.eclipse.jdt.internal.codeassist.CompletionEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[21] import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[49] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[49] setUpProjectOptions(CompilerOptions.VERSION_1_4); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[147] setUpProjectOptions(CompilerOptions.VERSION_1_3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[147] setUpProjectOptions(CompilerOptions.VERSION_1_3); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[174] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[174] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[247] if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[247] if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[319] if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[319] if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[471] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[471] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[510] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[510] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[627] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[627] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1137] "str[JAVADOC_PARAM_REF]{str, null, null, str, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1155] "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1173] "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1191] "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1277] "xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1296] "xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1315] "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1334] "xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1390] "xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1408] "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+2)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1409] "flag[JAVADOC_PARAM_REF]{flag, null, null, flag, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1410] "obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1429] "flag[JAVADOC_PARAM_REF]{flag, null, null, flag, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1430] "obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1449] "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1450] "obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1470] "flag[JAVADOC_PARAM_REF]{flag, null, null, flag, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1509] "obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1517] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1517] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1529] "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1530] "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1536] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1536] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1549] "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1550] "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1555] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1555] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1569] "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1574] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1574] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1588] "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1594] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1594] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1613] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1613] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1631] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1631] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1648] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1648] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1665] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1665] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1680] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1680] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1697] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1697] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1714] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1714] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1730] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1730] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1757] "ab1[JAVADOC_PARAM_REF]{ab1, null, null, ab1, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1758] "ab2[JAVADOC_PARAM_REF]{ab2, null, null, ab2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" ^^^^^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1763] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1763] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1775] "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1776] "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1782] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1782] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1799] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1799] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1814] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1814] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1829] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1829] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1841] "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, [105, 108], " + (R_DEFAULT + 14) +"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1842] "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, [105, 108], " + (R_DEFAULT + 13) +"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1848] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1848] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1863] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1863] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1878] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1878] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1890] "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1891] "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1897] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1897] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1909] "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1910] "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1916] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1916] setUpProjectOptions(CompilerOptions.VERSION_1_5); ^^^^^^^^^^^ Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1928] "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java:[1929] "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" + ^^^^^^^^^ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[27] import org.eclipse.jdt.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[140] if (!Util.isReadOnlySupported()) { ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[140] if (!Util.isReadOnlySupported()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[145] boolean readOnlyFlag = Util.isReadOnly(resource); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[145] boolean readOnlyFlag = Util.isReadOnly(resource); ^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[148] Util.setReadOnly(resource, true); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[148] Util.setReadOnly(resource, true); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[154] Util.setReadOnly(resource, readOnlyFlag); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[154] Util.setReadOnly(resource, readOnlyFlag); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[165] if (!Util.isReadOnlySupported()) { ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[165] if (!Util.isReadOnlySupported()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[177] boolean readOnlyFlag = Util.isReadOnly(resource); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[177] boolean readOnlyFlag = Util.isReadOnly(resource); ^^^^^^^^^^ Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[181] Util.setReadOnly(resource, true); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[181] Util.setReadOnly(resource, true); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[192] Util.setReadOnly(resource, readOnlyFlag); ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java:[192] Util.setReadOnly(resource, readOnlyFlag); ^^^^^^^^^^^ Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') 4592 problems (0 errors, 4590 warnings, 2 infos) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.tests.model --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.tests.model --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.model --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/target/org.eclipse.jdt.core.tests.model-3.11.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.model --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/target/org.eclipse.jdt.core.tests.model-3.11.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.model --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.model:3.11.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.core.tests.model --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.model --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.jdt:org.eclipse.jdt.core.tests.performance >------- [INFO] Building org.eclipse.jdt.core.tests.performance 3.11.100-SNAPSHOT [175/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.performance --- [INFO] The project's OSGi version is 3.11.100.v20230116-1715 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.tests.performance --- [INFO] Resolving class path of org.eclipse.jdt.core.tests.performance [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core.tests.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.tests.performance --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.tests.performance --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.tests.performance --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/target/org.eclipse.jdt.core.tests.performance-3.11.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/target/org.eclipse.jdt.core.tests.performance-3.11.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.performance --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.performance:3.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.core.tests.performance --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.performance --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests >--------- [INFO] Building org.eclipse.jdt.apt.pluggable.tests 3.5.100-SNAPSHOT [176/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] The project's OSGi version is 3.5.100.v20221201-1549 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Resolving class path of org.eclipse.jdt.apt.pluggable.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.apt.pluggable.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.pluggable.tests --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.pluggable.tests --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.apt.tests >-------------- [INFO] Building org.eclipse.jdt.apt.tests 3.5.200-SNAPSHOT [177/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.tests --- [INFO] The project's OSGi version is 3.5.200.v20230116-1715 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.apt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.tests --- [INFO] Resolving class path of org.eclipse.jdt.apt.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.apt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.apt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.apt.tests --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/target/aptext.jar-classes [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/target/apt.jar-classes [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.apt.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.apt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.apt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.5.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/aptext.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/apt.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.5.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.tests --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.tests:3.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.apt.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.apt.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.tests --- [INFO] Execution was skipped [INFO] [INFO] -------------< eclipse.jdt.core:eclipse.jdt.core.binaries >------------- [INFO] Building eclipse.jdt.core.binaries 4.28.0-SNAPSHOT [178/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.jdt.core.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.jdt.core.binaries --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core.binaries/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.jdt.core.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.jdt.core.binaries --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core.binaries/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.core.binaries --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.core.binaries --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries >--------- [INFO] Building org.eclipse.jdt.core.tests.binaries 1.0.250-SNAPSHOT [179/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.binaries --- [INFO] The project's OSGi version is 1.0.250.v20210713-1056 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.binaries --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Resolving class path of org.eclipse.jdt.core.tests.binaries [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core.tests.binaries --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.binaries --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.tests.binaries --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.binaries --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.binaries --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/target/org.eclipse.jdt.core.tests.binaries-1.0.250-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.binaries --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries:1.0.250-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.binaries --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.jdt:org.eclipse.jdt.debug.tests >------------- [INFO] Building org.eclipse.jdt.debug.tests 3.11.1900-SNAPSHOT [180/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.tests --- [INFO] The project's OSGi version is 3.11.1900.v20221205-0947 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.debug.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug.tests --- [INFO] Resolving class path of org.eclipse.jdt.debug.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.debug.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.debug.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug.tests --- [INFO] Compiling 345 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.debug.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.debug.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.11.1900-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/javadebugtests.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.11.1900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.tests --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.11.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different testresources/TestSource.jar: different META-INF/MANIFEST.MF: present in baseline only classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.11.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.debug.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug.tests --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests >----------- [INFO] Building org.eclipse.jdt.debug.jdi.tests 1.0.0-SNAPSHOT [181/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] The project's OSGi version is 1.0.0.v20221212-0843 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] Resolving class path of org.eclipse.jdt.debug.jdi.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/bin [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/SourceNameFilterTests.java:[39] //TODO currently, as of 1.6 beta 2 this capability is disabled in 1.6 VMs, so lets make this test pass in that event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO currently, as of 1.6 beta 2 this capability is disabled in 1.6 VMs, so lets make this test pass in that event 3. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/VirtualThreadTest.java (at line 39) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[58] // TODO ClassPrepareEvent ^^^^^^^^^^^^^^^^^^^^^^ TODO ClassPrepareEvent [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[59] // TODO ClassUnloadEvent ^^^^^^^^^^^^^^^^^^^^^ TODO ClassUnloadEvent [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[60] // TODO ExceptionEvent ^^^^^^^^^^^^^^^^^^^ TODO ExceptionEvent [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[70] // TODO StepEvent ^^^^^^^^^^^^^^ TODO StepEvent [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[71] // TODO ThreadEndEvent ^^^^^^^^^^^^^^^^^^^ TODO ThreadEndEvent [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[72] // TODO ThreadStartEvent ^^^^^^^^^^^^^^^^^^^^^ TODO ThreadStartEvent [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[73] // TODO VMDeathEvent ^^^^^^^^^^^^^^^^^ TODO VMDeathEvent [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ForceEarlyReturnTests.java:[88] //TODO make sure this works with the newest versions of the 1.6VM ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO make sure this works with the newest versions of the 1.6VM 12. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/AbstractJDITest.java (at line 75) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored 13. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/AbstractJDITest.java (at line 163) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored 14. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/MethodReturnValuesTests.java (at line 33) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored 14 problems (0 errors, 9 warnings, 5 infos) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.debug.jdi.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug.jdi.tests --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.core.filebuffers.tests >------- [INFO] Building [test-bundle] File Buffers Test Plug-in 3.12.300-SNAPSHOT [182/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filebuffers.tests --- [INFO] The project's OSGi version is 3.12.300.v20221027-2026 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.filebuffers.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filebuffers.tests --- [INFO] Resolving class path of [test-bundle] File Buffers Test Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.filebuffers.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.filebuffers.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filebuffers.tests --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.filebuffers.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.filebuffers.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filebuffers.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filebuffers.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/target/org.eclipse.core.filebuffers.tests-3.12.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filebuffers.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/target/org.eclipse.core.filebuffers.tests-3.12.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filebuffers.tests --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers.tests:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers.tests:3.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.core.filebuffers.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.core.filebuffers.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filebuffers.tests --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.astview >--------------- [INFO] Building org.eclipse.jdt.astview 1.5.200-SNAPSHOT [183/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.astview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.astview --- [INFO] The project's OSGi version is 1.5.200.v20230122-1501 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.astview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.astview --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.astview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.astview --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.astview --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.astview --- [INFO] Resolving class path of org.eclipse.jdt.astview [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.astview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.astview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.astview --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.astview --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.astview --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.astview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.astview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.astview --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.astview --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview/target/org.eclipse.jdt.astview-1.5.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.astview --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview/target/org.eclipse.jdt.astview-1.5.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.astview --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.astview:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.astview --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.bcoview >--------------- [INFO] Building org.eclipse.jdt.bcoview 1.1.0-SNAPSHOT [184/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.bcoview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.bcoview --- [INFO] The project's OSGi version is 1.1.0.v20230116-1714 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.bcoview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.bcoview --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.bcoview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.bcoview --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.bcoview --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.bcoview --- [INFO] Resolving class path of org.eclipse.jdt.bcoview [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.bcoview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.bcoview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.bcoview --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.bcoview --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.bcoview --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.bcoview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.bcoview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.bcoview --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.bcoview --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview/target/org.eclipse.jdt.bcoview-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.bcoview --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview/target/org.eclipse.jdt.bcoview-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.bcoview --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.bcoview:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.bcoview --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.jeview >--------------- [INFO] Building org.eclipse.jdt.jeview 1.4.200-SNAPSHOT [185/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.jeview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.jeview --- [INFO] The project's OSGi version is 1.4.200.v20230122-1501 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.jeview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.jeview --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.jeview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.jeview --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.jeview --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.jeview --- [INFO] Resolving class path of org.eclipse.jdt.jeview [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.jeview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.jeview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.jeview --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.jeview --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.jeview --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.jeview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.jeview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.jeview --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.jeview --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview/target/org.eclipse.jdt.jeview-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.jeview --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview/target/org.eclipse.jdt.jeview-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.jeview --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.jeview:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.jeview --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.text.tests >------------- [INFO] Building [test-bundle] Text Test Plug-in 3.13.200-SNAPSHOT [186/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.text.tests --- [INFO] The project's OSGi version is 3.13.200.v20221027-2026 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.text.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.text.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.text.tests --- [INFO] Resolving class path of [test-bundle] Text Test Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.text.tests --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.text.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.text.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/target/org.eclipse.text.tests-3.13.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/target/org.eclipse.text.tests-3.13.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text.tests --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.text.tests:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.text.tests:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.text.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text.tests --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.jface.text.tests >---------- [INFO] Building [test-bundle] JFace Text Test Plug-in 3.13.0-SNAPSHOT [187/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.text.tests --- [INFO] The project's OSGi version is 3.13.0.v20230203-1344 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.text.tests --- [INFO] Resolving class path of [test-bundle] JFace Text Test Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.text.tests --- [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.text.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.text.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.tests/target/org.eclipse.jface.text.tests-3.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.tests/target/org.eclipse.jface.text.tests-3.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.text.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.text.tests:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jface.text.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.text.tests --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.ui.tests >-------------- [INFO] Building org.eclipse.jdt.ui.tests 3.14.700-SNAPSHOT [188/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.tests --- [INFO] The project's OSGi version is 3.14.700.v20230124-1216 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui.tests --- [INFO] Resolving class path of org.eclipse.jdt.ui.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui.tests --- [INFO] Compiling 322 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.14.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.14.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.tests --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests:3.14.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.tests --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.text.tests >------------- [INFO] Building org.eclipse.jdt.text.tests 3.13.1900-SNAPSHOT [189/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.text.tests --- [INFO] The project's OSGi version is 3.13.1900.v20230208-0117 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.text.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.text.tests --- [INFO] Resolving class path of org.eclipse.jdt.text.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.text.tests --- [INFO] Compiling 173 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.text.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.text.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.text.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.text.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.text.tests/target/org.eclipse.jdt.text.tests-3.13.1900-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.text.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.text.tests/target/org.eclipse.jdt.text.tests-3.13.1900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.text.tests --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.text.tests:3.13.1900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.text.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.text.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.text.tests --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.ltk:org.eclipse.ltk.core.refactoring.tests >------- [INFO] Building org.eclipse.ltk.core.refactoring.tests 3.9.0-SNAPSHOT [190/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] The project's OSGi version is 3.9.0.v20210629-0141 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Resolving class path of org.eclipse.ltk.core.refactoring.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ltk.core.refactoring.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/target/org.eclipse.ltk.core.refactoring.tests-3.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/target/org.eclipse.ltk.core.refactoring.tests-3.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.core.refactoring.tests --- [WARNING] MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring.tests:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.core.refactoring.tests --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.ltk:org.eclipse.ltk.ui.refactoring.tests >-------- [INFO] Building org.eclipse.ltk.ui.refactoring.tests 3.10.0-SNAPSHOT [191/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] The project's OSGi version is 3.10.0.v20210618-1953 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Resolving class path of org.eclipse.ltk.ui.refactoring.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ltk.ui.refactoring.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/target/org.eclipse.ltk.ui.refactoring.tests-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/target/org.eclipse.ltk.ui.refactoring.tests-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.ui.refactoring.tests --- [WARNING] MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ltk:org.eclipse.ltk.ui.refactoring.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.ltk.ui.refactoring.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.ui.refactoring.tests --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring >-------- [INFO] Building org.eclipse.jdt.ui.tests.refactoring 3.14.600-SNAPSHOT [192/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] The project's OSGi version is 3.14.600.v20230209-2203 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Resolving class path of org.eclipse.jdt.ui.tests.refactoring [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Compiling 230 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.tests.refactoring --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/target/org.eclipse.jdt.ui.tests.refactoring-3.14.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/target/org.eclipse.jdt.ui.tests.refactoring-3.14.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring:3.14.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.tests.refactoring --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject >------ [INFO] Building org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT [193/519] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] [INFO] --- license-maven-plugin:2.0.0:update-file-header (first) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Will check encoding: UTF-8 [INFO] config - available comment styles : * java (header transformer with java comment style) * jsp (header transformer with jsp comment style) * mysql (header transformer with mysql comment style) * xml (header transformer with html comment style) * php (header transformer with php comment style) * apt (header transformer with apt comment style) * ftl (header transformer with free marker comment style) * rst (header transformer with rst comment style) * sql (header transformer with sql comment style) * properties (header transformer with properties file comment style) * xml (header transformer with xml comment style) [INFO] Adding a license repository jar:file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.jar!/META-INF/licenses [INFO] register GNU Free Documentation License (FDL) version 1.3 [INFO] register GNU General Lesser Public License (LGPL) version 3.0 [INFO] register GNU Affero General Public License (AGPL) version 3.0 [INFO] register GNU General Public License (GPL) version 3.0 [INFO] register GNU General Public License (GPL) version 2.0 [INFO] register GNU General Public License (GPL) version 1.0 [INFO] register Apache License version 2.0 [INFO] register Eclipse Public License - v 2.0 with Secondary License [INFO] register Eclipse Public License - v 2.0 [INFO] register Eclipse Public License - v 1.0 [INFO] register Eclipse Public + Distribution License - v 1.0 [INFO] register COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 [INFO] register GNU General Lesser Public License (LGPL) version 2.1 [INFO] register MIT-License [INFO] register BSD 2-Clause License [INFO] register BSD 3-Clause License [INFO] register European Union Public License v1.1 [INFO] Will use default roots [src, target/generated-sources, target/processed-sources] [INFO] Will use default includes [**/*] [INFO] Will use processStartTag: #%L [INFO] Will use processEndTag: #L% [INFO] Will use sectionDelimiter: %% [INFO] Associate extension 'java' to comment style 'java' [INFO] Associate extension 'groovy' to comment style 'java' [INFO] Associate extension 'css' to comment style 'java' [INFO] Associate extension 'jccs' to comment style 'java' [INFO] Associate extension 'cs' to comment style 'java' [INFO] Associate extension 'as' to comment style 'java' [INFO] Associate extension 'aj' to comment style 'java' [INFO] Associate extension 'c' to comment style 'java' [INFO] Associate extension 'h' to comment style 'java' [INFO] Associate extension 'cpp' to comment style 'java' [INFO] Associate extension 'js' to comment style 'java' [INFO] Associate extension 'json' to comment style 'java' [INFO] Associate extension 'ts' to comment style 'java' [INFO] Associate extension 'go' to comment style 'java' [INFO] Associate extension 'kt' to comment style 'java' [INFO] Associate extension 'jsp' to comment style 'jsp' [INFO] Associate extension 'jspx' to comment style 'jsp' [INFO] Associate extension 'mysql' to comment style 'mysql' [INFO] Associate extension 'xhtml' to comment style 'html' [INFO] Associate extension 'html' to comment style 'html' [INFO] Associate extension 'htm' to comment style 'html' [INFO] Associate extension 'php' to comment style 'php' [INFO] Associate extension 'apt' to comment style 'apt' [INFO] Associate extension 'ftl' to comment style 'ftl' [INFO] Associate extension 'rst' to comment style 'rst' [INFO] Associate extension 'sql' to comment style 'sql' [INFO] Associate extension 'properties' to comment style 'properties' [INFO] Associate extension 'sh' to comment style 'properties' [INFO] Associate extension 'py' to comment style 'properties' [INFO] Associate extension 'rb' to comment style 'properties' [INFO] Associate extension 'pl' to comment style 'properties' [INFO] Associate extension 'pm' to comment style 'properties' [INFO] Associate extension 'pom' to comment style 'xml' [INFO] Associate extension 'xml' to comment style 'xml' [INFO] Associate extension 'mxlm' to comment style 'xml' [INFO] Associate extension 'dtd' to comment style 'xml' [INFO] Associate extension 'fml' to comment style 'xml' [INFO] Associate extension 'xsl' to comment style 'xml' [INFO] Associate extension 'jaxx' to comment style 'xml' [INFO] Associate extension 'kml' to comment style 'xml' [INFO] Associate extension 'gsp' to comment style 'xml' [INFO] Associate extension 'tml' to comment style 'xml' [INFO] Associate extension 'svg' to comment style 'xml' [INFO] Will search files to update from root /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src [INFO] Skip not found root /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/generated-sources [INFO] Skip not found root /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/processed-sources [INFO] Use description template: /org/codehaus/mojo/license/default-file-header-description.ftl [INFO] Process header 'rst' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] Process header 'java' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/AboutDialog.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/Logo.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/ProgressBar.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/TestRunner.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/ActiveTestSuite.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/ExceptionTestCase.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/RepeatedTest.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/TestDecorator.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/TestSetup.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Assert.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/AssertionFailedError.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/ComparisonFailure.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Protectable.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Test.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestCase.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestFailure.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestListener.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestResult.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestSuite.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/BaseTestRunner.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/ClassPathTestCollector.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/FailureDetailView.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/LoadingTestCollector.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/ReloadingTestSuiteLoader.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/SimpleTestCollector.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/Sorter.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/StandardTestSuiteLoader.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestCaseClassLoader.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestCollector.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestRunListener.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestSuiteLoader.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/Version.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/samples/money/IMoney.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/samples/money/Money.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/samples/money/MoneyBag.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/AboutDialog.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/CounterPanel.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/DefaultFailureDetailView.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/FailureRunView.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/ProgressBar.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/StatusLine.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestHierarchyRunView.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunContext.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunView.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunner.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestSelector.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestSuitePanel.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestTreeModel.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/textui/ResultPrinter.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/textui/TestRunner.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/AllTests.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/SimpleTest.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/money/MoneyTest.java [INFO] Process header 'apt' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] Process header 'jsp' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] Process header 'xml' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/assembly/src.xml [INFO] Process header 'php' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] Process header 'mysql' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] Process header 'html' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] Process header 'properties' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] - header was updated for /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/resources/junit/runner/excluded.properties [INFO] Process header 'ftl' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] Process header 'sql' [INFO] - using Eclipse Public + Distribution License - v 1.0 [INFO] Scan 56 files header done in 73.855ms. [INFO] All files are up-to-date. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Copying 7 resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunner.java: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunner.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunner.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Assert.java: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Assert.java uses or overrides a deprecated API that is marked for removal. [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Assert.java: Recompile with -Xlint:removal for details. [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestResult.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestResult.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java: Some input files use or override a deprecated API that is marked for removal. [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java: Recompile with -Xlint:removal for details. [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (make-assembly) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Reading assembly descriptor: src/assembly/src.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.jar [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.junit.sampleproject --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects >-------- [INFO] Building org.eclipse.jdt.ui.examples.projects 3.2.0-SNAPSHOT [194/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.examples.projects --- [INFO] The project's OSGi version is 3.2.0.v20210623-1405 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.examples.projects --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Resolving class path of org.eclipse.jdt.ui.examples.projects [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy (copy) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Configured Artifact: org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:dist:1.0.0-SNAPSHOT:jar [INFO] Copying org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/archive/junit/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.ui.examples.projects --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.ui.examples.projects --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.examples.projects --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.ui.examples.projects --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui.examples.projects --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/jdtexamples.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.examples.projects --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.examples.projects --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.unittest.ui >------------ [INFO] Building [bundle] Debug Unit Test support 1.0.100-SNAPSHOT [195/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.unittest.ui --- [INFO] The project's OSGi version is 1.0.100.v20210429-0605 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.unittest.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.unittest.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.unittest.ui --- [INFO] Resolving class path of [bundle] Debug Unit Test support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.unittest.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.unittest.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.unittest.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.unittest.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.unittest.ui --- [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.unittest.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.unittest.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.unittest.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.unittest.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.unittest.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.unittest.ui/target/org.eclipse.unittest.ui-1.0.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.unittest.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.unittest.ui/target/org.eclipse.unittest.ui-1.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.unittest.ui --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.unittest.ui:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.unittest.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.unittest.ui --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit >---------- [INFO] Building org.eclipse.jdt.ui.unittest.junit 1.0.500-SNAPSHOT [196/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] The project's OSGi version is 1.0.500.v20220909-2154 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Resolving class path of org.eclipse.jdt.ui.unittest.junit [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/org.eclipse.jdt.ui.unittest.junit-1.0.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/org.eclipse.jdt.ui.unittest.junit-1.0.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.unittest.junit --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature >-- [INFO] Building org.eclipse.jdt.ui.unittest.junit.feature 1.0.400-SNAPSHOT [197/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] The project's OSGi version is 1.0.400.v20220909-2154 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/target/org.eclipse.jdt.ui.unittest.junit.feature-1.0.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/target/org.eclipse.jdt.ui.unittest.junit.feature-1.0.400-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature:xml:p2metadata:1.0.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature:xml:p2artifacts:1.0.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.unittest.junit.feature --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.jdt.feature:org.eclipse.jdt.astview.feature >------- [INFO] Building org.eclipse.jdt.astview.feature 1.1.15-SNAPSHOT [198/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.astview.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.astview.feature --- [INFO] The project's OSGi version is 1.1.15.v20230122-1501 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.astview.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.astview.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.astview.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.astview.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.astview.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.astview.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.astview.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.astview.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.astview.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.astview.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview.feature/target/org.eclipse.jdt.astview.feature-1.1.15-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.astview.feature --- [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.astview.feature:1.1.15-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.astview.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.astview.feature --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.astview.feature --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.jdt.feature:org.eclipse.jdt.jeview.feature >------- [INFO] Building org.eclipse.jdt.jeview.feature 1.0.14-SNAPSHOT [199/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.jeview.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.jeview.feature --- [INFO] The project's OSGi version is 1.0.14.v20230122-1501 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.jeview.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.jeview.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.jeview.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.jeview.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.jeview.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.jeview.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.jeview.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.jeview.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.jeview.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.jeview.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview.feature/target/org.eclipse.jdt.jeview.feature-1.0.14-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.jeview.feature --- [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.jeview.feature:1.0.14-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.jeview.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.jeview.feature --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.jeview.feature --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.jdt.feature:org.eclipse.jdt.bcoview.feature >------- [INFO] Building org.eclipse.jdt.bcoview.feature 1.1.0-SNAPSHOT [200/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.bcoview.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.bcoview.feature --- [INFO] The project's OSGi version is 1.1.0.v20230117-1348 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.bcoview.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.bcoview.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.bcoview.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jdt.bcoview.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.bcoview.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.bcoview.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.bcoview.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.bcoview.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.bcoview.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.bcoview.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview.feature/target/org.eclipse.jdt.bcoview.feature-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.bcoview.feature --- [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.bcoview.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.bcoview.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.bcoview.feature --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.bcoview.feature --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.api.tools >-------------- [INFO] Building [bundle] API Tools 1.2.1300-SNAPSHOT [201/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools --- [INFO] The project's OSGi version is 1.2.1300.v20230308-2313 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools --- [INFO] Resolving class path of [bundle] API Tools [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.api.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.api.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.api.tools --- [INFO] Compiling 205 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/Util.java:[109] import org.eclipse.jdt.internal.compiler.codegen.ConstantPool; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConstantPool' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/Util.java:[2420] return Arrays.equals(ConstantPool.Init, referenceMemberName.toCharArray()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConstantPool' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/Util.java:[2420] return Arrays.equals(ConstantPool.Init, referenceMemberName.toCharArray()); ^^^^ Discouraged access: The field 'ConstantPool.Init' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ArchiveApiTypeContainer.java:[31] import org.eclipse.jdt.internal.compiler.util.JRTUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'JRTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ArchiveApiTypeContainer.java:[171] return JRTUtil.getJarFileSystem(path).getPath("/"); ^^^^^^^ Discouraged access: The type 'JRTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ArchiveApiTypeContainer.java:[171] return JRTUtil.getJarFileSystem(path).getPath("/"); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'JRTUtil.getJarFileSystem(Path)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java:[25] import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java:[81] laccess |= ClassFileConstants.AccDeprecated; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java:[81] laccess |= ClassFileConstants.AccDeprecated; ^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccDeprecated' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java:[136] laccess |= ClassFileConstants.AccDeprecated; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java:[136] laccess |= ClassFileConstants.AccDeprecated; ^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccDeprecated' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java:[148] laccess |= ClassFileConstants.AccDeprecated; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java:[148] laccess |= ClassFileConstants.AccDeprecated; ^^^^^^^^^^^^^ Discouraged access: The field 'ClassFileConstants.AccDeprecated' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') 13 problems (13 warnings) [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/target/lib/apitooling-ant.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.api.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.api.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.1300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/lib/apitooling-ant.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.1300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.progress >----------- [INFO] Building [bundle] Eclipse e4 Progress View 0.3.700-SNAPSHOT [202/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.progress --- [INFO] The project's OSGi version is 0.3.700.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.progress --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.progress --- [INFO] Resolving class path of [bundle] Eclipse e4 Progress View [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.progress --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.progress --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.progress --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.progress --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.progress --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.progress --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.progress --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/target/org.eclipse.e4.ui.progress-0.3.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.progress --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/target/org.eclipse.e4.ui.progress-0.3.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.progress --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.progress:0.3.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.progress --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox.p2:org.eclipse.equinox.p2.directorywatcher >--- [INFO] Building [bundle] Equinox Provisioning Directory Watcher 1.3.100-SNAPSHOT [203/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] The project's OSGi version is 1.3.100.v20221111-1340 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Resolving class path of [bundle] Equinox Provisioning Directory Watcher [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/org.eclipse.equinox.p2.directorywatcher-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/org.eclipse.equinox.p2.directorywatcher-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.directorywatcher:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.directorywatcher:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.directorywatcher:xml:p2metadata:1.3.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.directorywatcher:xml:p2artifacts:1.3.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.directorywatcher --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.extensionlocation >--- [INFO] Building [bundle] Equinox Provisioning Extension Location Repository Support 1.4.100-SNAPSHOT [204/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] The project's OSGi version is 1.4.100.v20220213-0541 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Resolving class path of [bundle] Equinox Provisioning Extension Location Repository Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/org.eclipse.equinox.p2.extensionlocation-1.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/org.eclipse.equinox.p2.extensionlocation-1.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.extensionlocation:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.extensionlocation:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.extensionlocation:xml:p2metadata:1.4.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.extensionlocation:xml:p2artifacts:1.4.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.extensionlocation --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.operations >------ [INFO] Building [bundle] Equinox Provisioning Operations API 2.6.100-SNAPSHOT [205/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.operations --- [INFO] The project's OSGi version is 2.6.100.v20220817-1208 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.operations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.operations --- [INFO] Resolving class path of [bundle] Equinox Provisioning Operations API [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.operations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.operations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.operations --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.operations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.operations --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/org.eclipse.equinox.p2.operations-2.6.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.operations --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/org.eclipse.equinox.p2.operations-2.6.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.operations --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.operations:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.operations --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.operations --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.operations:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.operations:xml:p2metadata:2.6.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.operations:xml:p2artifacts:2.6.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.operations --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.security.ui >--------- [INFO] Building [bundle] Equinox Security Default UI 1.3.400-SNAPSHOT [206/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.ui --- [INFO] The project's OSGi version is 1.3.400.v20221007-1815 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.ui --- [INFO] Resolving class path of [bundle] Equinox Security Default UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.security.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.security.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security.ui --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.security.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.3.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.3.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.ui --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.ui --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.ui:xml:p2metadata:1.3.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.ui:xml:p2artifacts:1.3.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.ui --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui >---------- [INFO] Building [bundle] Equinox Provisioning UI Support 2.7.800-SNAPSHOT [207/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui --- [INFO] The project's OSGi version is 2.7.800.v20230113-1239 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui --- [INFO] Resolving class path of [bundle] Equinox Provisioning UI Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui --- [INFO] Compiling 146 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/org.eclipse.equinox.p2.ui-2.7.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/org.eclipse.equinox.p2.ui-2.7.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui:2.7.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui:2.7.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui:xml:p2metadata:2.7.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui:xml:p2artifacts:2.7.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.osgi.compatibility.state >------ [INFO] Building [bundle] Equinox State and Resolver Compatibility Fragment 1.2.800-SNAPSHOT [208/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.compatibility.state --- [INFO] The project's OSGi version is 1.2.800.v20221116-1440 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.osgi.compatibility.state --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.compatibility.state --- [INFO] Resolving class path of [bundle] Equinox State and Resolver Compatibility Fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.osgi.compatibility.state --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.osgi.compatibility.state --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi.compatibility.state --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.osgi.compatibility.state --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.osgi.compatibility.state --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.compatibility.state --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.compatibility.state --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.compatibility.state/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.compatibility.state:xml:p2metadata:1.2.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.compatibility.state:xml:p2artifacts:1.2.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.compatibility.state --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.launching >-------------- [INFO] Building [bundle] PDE Launching Support 3.10.400-SNAPSHOT [209/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.launching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.launching --- [INFO] The project's OSGi version is 3.10.400.v20230308-1010 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.launching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.launching --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.launching/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.launching --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.launching --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.launching --- [INFO] Resolving class path of [bundle] PDE Launching Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.launching/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.launching --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.launching/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.launching --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.launching --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.launching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.launching/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.launching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.launching --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.launching/target/org.eclipse.pde.launching-3.10.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.launching/target/org.eclipse.pde.launching-3.10.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.launching --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.launching:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.launching/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.launching --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.views.log >------------ [INFO] Building [bundle] Log View 1.3.500-SNAPSHOT [210/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views.log --- [INFO] The project's OSGi version is 1.3.500.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.views.log --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.views.log --- [INFO] Resolving class path of [bundle] Log View [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.views.log --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.views.log --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.views.log --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.views.log --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.views.log --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.views.log --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/org.eclipse.ui.views.log-1.3.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.views.log --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/target/org.eclipse.ui.views.log-1.3.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views.log --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views.log:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views.log --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.genericeditor >---------- [INFO] Building [bundle] Generic and Extensible Text Editor 1.2.500-SNAPSHOT [211/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.genericeditor --- [INFO] The project's OSGi version is 1.2.500.v20230308-1538 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.genericeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.genericeditor --- [INFO] Resolving class path of [bundle] Generic and Extensible Text Editor [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.genericeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.genericeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.genericeditor --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.genericeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.genericeditor --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.genericeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/target/org.eclipse.ui.genericeditor-1.2.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.genericeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/target/org.eclipse.ui.genericeditor-1.2.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.genericeditor --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.genericeditor --- [INFO] Execution was skipped [INFO] [INFO] -----------------< org.eclipse.pde:org.eclipse.pde.ui >----------------- [INFO] Building [bundle] PDE UI 3.13.900-SNAPSHOT [212/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui --- [INFO] The project's OSGi version is 3.13.900.v20230308-2313 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ui --- [INFO] Resolving class path of [bundle] PDE UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ui --- [INFO] Compiling 1018 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[18] import org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchShortcut; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[155] List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[155] List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AntLaunchShortcut.findExistingLaunchConfigurations(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[158] ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[158] ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AntLaunchShortcut.createDefaultLaunchConfiguration(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[184] String name = fTranslations.getIUProperty(iu, IInstallableUnit.PROP_NAME); ^^^^^^^^^^^^^ Discouraged access: The method 'TranslationSupport.getIUProperty(IInstallableUnit, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java:[62] import org.eclipse.swt.internal.BidiUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java:[1042] if (BidiUtil.isBidiPlatform()) ^^^^^^^^ Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java:[1042] if (BidiUtil.isBidiPlatform()) ^^^^^^^^^^^^^^ Discouraged access: The method 'BidiUtil.isBidiPlatform()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') 10. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1624) if (sourceElementObject.equals(previousNode)) { ^^^^^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement 11. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1635) if (targetElementObject.equals(nextNode)) { ^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement 12. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1649) if (sourceElementObject.equals(lastNode)) { ^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement 13. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1694) if (sourceElementObject.equals(lastNode)) { ^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement 14. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1762) if (sourceExtensionObject.equals(previousNode)) { ^^^^^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension 15. INFO in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1769) if (targetExtensionObject.equals(nextNode)) { ^^^^^^^^ Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[56] import org.eclipse.ui.internal.genericeditor.ExtensionBasedTextEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[74] private ExtensionBasedTextEditor fTextualEditor; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[503] fTextualEditor = new ExtensionBasedTextEditor(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[503] fTextualEditor = new ExtensionBasedTextEditor(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ExtensionBasedTextEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[20] import org.eclipse.jdt.internal.junit.launcher.AssertionVMArg; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AssertionVMArg' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[48] vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs); ^^^^^^^^^^^^^^ Discouraged access: The type 'AssertionVMArg' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[48] vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AssertionVMArg.enableAssertInArgString(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.junit/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[22] import org.eclipse.equinox.internal.provisional.configurator.Configurator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[244] ServiceReference reference = context.getServiceReference(Configurator.class); ^^^^^^^^^^^^ Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[244] ServiceReference reference = context.getServiceReference(Configurator.class); ^^^^^^^^^^^^ Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[245] Configurator configurator = context.getService(reference); ^^^^^^^^^^^^ Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[247] configurator.applyConfiguration(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Configurator.applyConfiguration()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java:[257] * @see org.eclipse.jdt.internal.compiler.env.AutomaticModuleNaming#determineAutomaticModuleNameFromFileName(String, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AutomaticModuleNaming' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java:[257] * @see org.eclipse.jdt.internal.compiler.env.AutomaticModuleNaming#determineAutomaticModuleNameFromFileName(String, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AutomaticModuleNaming.determineAutomaticModuleNameFromFileName(String, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[24] import org.eclipse.core.internal.resources.Project; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[958] commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); ^^^^^^^ Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[958] commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Project.internalGetDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[958] commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); ^^^^^^^^^^^^ Discouraged access: The method 'ProjectDescription.getBuildSpec(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[46] import org.eclipse.swt.internal.BidiUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[242] if (isRTL() && BidiUtil.isBidiPlatform()) ^^^^^^^^ Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[242] if (isRTL() && BidiUtil.isBidiPlatform()) ^^^^^^^^^^^^^^ Discouraged access: The method 'BidiUtil.isBidiPlatform()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[885] if (BidiUtil.isBidiPlatform()) ^^^^^^^^ Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[885] if (BidiUtil.isBidiPlatform()) ^^^^^^^^^^^^^^ Discouraged access: The method 'BidiUtil.isBidiPlatform()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[891] } else if (isRTL() && BidiUtil.isBidiPlatform()) { ^^^^^^^^ Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[891] } else if (isRTL() && BidiUtil.isBidiPlatform()) { ^^^^^^^^^^^^^^ Discouraged access: The method 'BidiUtil.isBidiPlatform()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[23] import org.eclipse.jdt.internal.ui.wizards.importer.ProjectWithJavaResourcesImportConfigurator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectWithJavaResourcesImportConfigurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[141] res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectWithJavaResourcesImportConfigurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[141] res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProjectWithJavaResourcesImportConfigurator()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[141] res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectWithJavaResourcesImportConfigurator.getFoldersToIgnore(IProject, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') 44 problems (0 errors, 38 warnings, 6 infos) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.13.900-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.13.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.13.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.pde:org.eclipse.pde.api.tools.ui >------------ [INFO] Building [bundle] API Tools UI 1.2.900-SNAPSHOT [213/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.ui --- [INFO] The project's OSGi version is 1.2.900.v20230308-2313 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools.ui --- [INFO] Resolving class path of [bundle] API Tools UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.api.tools.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.api.tools.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.api.tools.ui --- [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/target/org.eclipse.pde.api.tools.ui-1.2.900-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/target/org.eclipse.pde.api.tools.ui-1.2.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.ui --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.ui:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.ui --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.pde:org.eclipse.pde.genericeditor.extension >------- [INFO] Building [bundle] Target definition generic editor extension 1.1.300-SNAPSHOT [214/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.genericeditor.extension --- [INFO] The project's OSGi version is 1.1.300.v20220810-1011 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.genericeditor.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.genericeditor.extension --- [INFO] Resolving class path of [bundle] Target definition generic editor extension [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.genericeditor.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.genericeditor.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.genericeditor.extension --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.genericeditor.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.genericeditor.extension --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.genericeditor.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/target/org.eclipse.pde.genericeditor.extension-1.1.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.genericeditor.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/target/org.eclipse.pde.genericeditor.extension-1.1.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.genericeditor.extension --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.genericeditor.extension --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.runtime >--------------- [INFO] Building [bundle] PDE Runtime 3.7.600-SNAPSHOT [215/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.runtime --- [INFO] The project's OSGi version is 3.7.600.v20230128-2205 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.runtime --- [INFO] Resolving class path of [bundle] PDE Runtime [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.runtime --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.runtime/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.runtime --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.runtime/target/org.eclipse.pde.runtime-3.7.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.runtime/target/org.eclipse.pde.runtime-3.7.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.runtime --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.runtime:3.7.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.runtime/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.runtime --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.platform >-------------- [INFO] Building [bundle] Eclipse Platform 4.28.0-SNAPSHOT [216/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.platform --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.platform --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.platform --- [INFO] Resolving class path of [bundle] Eclipse Platform [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.platform --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.platform --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/target/org.eclipse.platform-4.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.platform --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/platform.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/target/org.eclipse.platform-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.platform:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.platform/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ui.tests >-------------- [INFO] Building org.eclipse.pde.ui.tests 3.12.100-SNAPSHOT [217/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.tests --- [INFO] The project's OSGi version is 3.12.100.v20230308-2313 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ui.tests --- [INFO] Resolving class path of org.eclipse.pde.ui.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ui.tests --- [INFO] Compiling 117 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ui.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ui.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.12.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/tests.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.12.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui.tests --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests:3.12.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.pde.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.tests --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.pde:org.eclipse.pde.api.tools.tests >----------- [INFO] Building org.eclipse.pde.api.tools.tests 1.3.0-SNAPSHOT [218/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.tests --- [INFO] The project's OSGi version is 1.3.0.v20230215-1725 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools.tests --- [INFO] Resolving class path of org.eclipse.pde.api.tools.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.api.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.api.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.api.tools.tests --- [INFO] Compiling 200 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.api.tools.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.api.tools.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.tests --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.pde.api.tools.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.tests --- [INFO] Execution was skipped [INFO] [INFO] -------------------< org.eclipse.pde:eclipse.pde.ds >------------------- [INFO] Building eclipse.pde.ds 4.28.0-SNAPSHOT [219/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.pde.ds --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.pde.ds --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.pde.ds --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.pde.ds --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.ds --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.ds --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ds.core >--------------- [INFO] Building [bundle] PDE DS Core 1.2.500-SNAPSHOT [220/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.core --- [INFO] The project's OSGi version is 1.2.500.v20220411-2005 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ds.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ds.core --- [INFO] Resolving class path of [bundle] PDE DS Core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ds.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ds.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ds.core --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ds.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ds.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ds.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.core/target/org.eclipse.pde.ds.core-1.2.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.core/target/org.eclipse.pde.ds.core-1.2.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.core --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.core:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.core --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ds.tests >-------------- [INFO] Building [test-bundle] PDE DS Tests 1.2.100-SNAPSHOT [221/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.tests --- [INFO] The project's OSGi version is 1.2.100.v20220310-2159 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ds.tests --- [INFO] Resolving class path of [test-bundle] PDE DS Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ds.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ds.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ds.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/target/org.eclipse.pde.ds.tests-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/target/org.eclipse.pde.ds.tests-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.pde.ds.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.tests --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.ds.ui >---------------- [INFO] Building [bundle] PDE DS UI 1.2.300-SNAPSHOT [222/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.ui --- [INFO] The project's OSGi version is 1.2.300.v20220310-2159 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ds.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ds.ui --- [INFO] Resolving class path of [bundle] PDE DS UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ds.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ds.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ds.ui --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java:[20] import org.eclipse.jface.internal.text.html.BrowserInformationControl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java:[117] if (!BrowserInformationControl.isAvailable(null)) ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java:[117] if (!BrowserInformationControl.isAvailable(null)) ^^^^^^^^^^^ Discouraged access: The method 'BrowserInformationControl.isAvailable(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java:[125] return new BrowserInformationControl(parent, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java:[125] return new BrowserInformationControl(parent, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BrowserInformationControl(Shell, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java:[30] import org.eclipse.jdt.internal.ui.packageview.ClassPathContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java:[118] } else if (element instanceof ClassPathContainer) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java:[119] project = ((ClassPathContainer) element).getJavaProject() ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java:[119] project = ((ClassPathContainer) element).getJavaProject() ^^^^^^^^^^^^^^ Discouraged access: The method 'PackageFragmentRootContainer.getJavaProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes') 9 problems (9 warnings) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ds.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ds.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ds.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/target/org.eclipse.pde.ds.ui-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/target/org.eclipse.pde.ds.ui-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.ui --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.ui:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.ui --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.pde:org.eclipse.pde.ds.annotations >----------- [INFO] Building [bundle] Declarative Services Annotations Support 1.2.600-SNAPSHOT [223/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.annotations --- [INFO] The project's OSGi version is 1.2.600.v20230308-2313 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ds.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.annotations/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ds.annotations --- [INFO] Resolving class path of [bundle] Declarative Services Annotations Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ds.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.annotations/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ds.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.annotations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ds.annotations --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.annotations/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ds.annotations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.annotations/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ds.annotations --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ds.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.annotations/target/org.eclipse.pde.ds.annotations-1.2.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.annotations/target/org.eclipse.pde.ds.annotations-1.2.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.annotations --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.ds.annotations:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ds/org.eclipse.pde.ds.annotations/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.annotations --- [INFO] Execution was skipped [INFO] [INFO] -------------------< org.eclipse.pde:eclipse.pde.ua >------------------- [INFO] Building eclipse.pde.ua 4.28.0-SNAPSHOT [224/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.pde.ua --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.pde.ua --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.pde.ua --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.pde.ua --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.ua --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.ua --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ua.core >--------------- [INFO] Building [bundle] PDE UA Core 1.2.300-SNAPSHOT [225/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ua.core --- [INFO] The project's OSGi version is 1.2.300.v20211004-0555 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ua.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ua.core --- [INFO] Resolving class path of [bundle] PDE UA Core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ua.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ua.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ua.core --- [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ua.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ua.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ua.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.core/target/org.eclipse.pde.ua.core-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ua.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.core/target/org.eclipse.pde.ua.core-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ua.core --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.core:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ua.core --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.core.databinding.beans >------- [INFO] Building [bundle] JFace Data Binding for JavaBeans 1.9.100-SNAPSHOT [226/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.beans --- [INFO] The project's OSGi version is 1.9.100.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.databinding.beans --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.beans --- [INFO] Resolving class path of [bundle] JFace Data Binding for JavaBeans [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.databinding.beans --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.databinding.beans --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.databinding.beans --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.databinding.beans --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.beans --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.databinding.beans --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.beans --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/target/org.eclipse.core.databinding.beans-1.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.beans --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.beans:1.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.beans --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.platform:org.eclipse.core.filesystem.linux.x86_64 >---- [INFO] Building org.eclipse.core.filesystem.linux.x86_64 1.2.400-SNAPSHOT [227/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] The project's OSGi version is 1.2.400.v20220812-1420 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Resolving class path of org.eclipse.core.filesystem.linux.x86_64 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.linux.x86_64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/target/org.eclipse.core.filesystem.linux.x86_64-1.2.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/target/org.eclipse.core.filesystem.linux.x86_64-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.x86_64 --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.x86_64:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.x86_64:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.core.net.linux >----------- [INFO] Building org.eclipse.core.net.linux 1.0.200-SNAPSHOT [228/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.net.linux --- [INFO] The project's OSGi version is 1.0.200.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.net.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.linux/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.net.linux --- [INFO] Resolving class path of org.eclipse.core.net.linux [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.net.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.linux/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.net.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.linux/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.net.linux --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.linux/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.net.linux --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.net.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.linux/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.net.linux --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.net.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.linux/target/org.eclipse.core.net.linux-1.0.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.net.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.linux/target/org.eclipse.core.net.linux-1.0.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net.linux --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net.linux:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.linux/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net.linux --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.debug.ui.launchview >-------- [INFO] Building [bundle] Debug UI Launch Configuration View 1.0.300-SNAPSHOT [229/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.debug.ui.launchview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.ui.launchview --- [INFO] The project's OSGi version is 1.0.300.v20220811-0741 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.ui.launchview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.ui.launchview --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.debug.ui.launchview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.debug.ui.launchview --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.ui.launchview --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.ui.launchview --- [INFO] Resolving class path of [bundle] Debug UI Launch Configuration View [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.debug.ui.launchview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.debug.ui.launchview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.ui.launchview --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.ui.launchview --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 2 where kept. [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.debug.ui.launchview --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.debug.ui.launchview --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.ui.launchview --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.ui.launchview --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.ui.launchview --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview/target/org.eclipse.debug.ui.launchview-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.ui.launchview --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview/target/org.eclipse.debug.ui.launchview-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.ui.launchview --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.ui.launchview:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.ui.launchview --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.equinox:org.eclipse.osgi.util >-------------- [INFO] Building [bundle] OSGi Release 4.2.0 Utility Classes 3.7.200-SNAPSHOT [230/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.util --- [INFO] The project's OSGi version is 3.7.200.v20230103-1101 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.osgi.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.util/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.osgi.util --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.util --- [INFO] Resolving class path of [bundle] OSGi Release 4.2.0 Utility Classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.osgi.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.util/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.osgi.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.osgi.util --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.osgi.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.util/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.7.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.7.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.util --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.util:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.util/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.util --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.util:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.util/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.util:xml:p2metadata:3.7.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.util:xml:p2artifacts:3.7.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.util --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64 >-- [INFO] Building [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.700-SNAPSHOT [231/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] The project's OSGi version is 1.2.700.v20221108-1024 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Resolving class path of [bundle] Equinox Launcher Linux X86_64 Fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/target/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:xml:p2metadata:1.2.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:xml:p2artifacts:1.2.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.console >----------- [INFO] Building [bundle] Console plug-in 1.4.500-SNAPSHOT [232/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console --- [INFO] The project's OSGi version is 1.4.500.v20211021-1418 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.console --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.console --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console --- [INFO] Resolving class path of [bundle] Console plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.console --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.console --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console:xml:p2metadata:1.4.500-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console:xml:p2artifacts:1.4.500-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.swt.gtk >----------- [INFO] Building [bundle] Eclipse UI GTK Enhancements 1.1.300-SNAPSHOT [233/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.swt.gtk --- [INFO] The project's OSGi version is 1.1.300.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.swt.gtk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Resolving class path of [bundle] Eclipse UI GTK Enhancements [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.swt.gtk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.swt.gtk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.swt.gtk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.swt.gtk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.1.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.1.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.swt.gtk --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.gtk:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.swt.gtk --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.jface.notifications >-------- [INFO] Building [bundle] Notification API 0.5.200-SNAPSHOT [234/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.notifications --- [INFO] The project's OSGi version is 0.5.200.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.notifications --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.notifications --- [INFO] Resolving class path of [bundle] Notification API [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.notifications --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.notifications --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.notifications --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.notifications --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.notifications --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.notifications --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/org.eclipse.jface.notifications-0.5.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.notifications --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/target/org.eclipse.jface.notifications-0.5.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.notifications --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.notifications:0.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.jface.notifications/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.notifications --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le >-- [INFO] Building [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.700-SNAPSHOT [235/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] The project's OSGi version is 1.2.700.v20221108-1024 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Resolving class path of [bundle] Equinox Launcher Linux PPC64le Fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/target/org.eclipse.equinox.launcher.gtk.linux.ppc64le-1.2.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:xml:p2metadata:1.2.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:xml:p2artifacts:1.2.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64 >-- [INFO] Building [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.700-SNAPSHOT [236/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] The project's OSGi version is 1.2.700.v20221108-1024 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Resolving class path of [bundle] Equinox Launcher Linux AARCH64 Fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/target/org.eclipse.equinox.launcher.gtk.linux.aarch64-1.2.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:xml:p2metadata:1.2.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:xml:p2artifacts:1.2.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64 >-- [INFO] Building [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.700-SNAPSHOT [237/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] The project's OSGi version is 1.2.700.v20221108-1024 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Resolving class path of [bundle] Equinox Launcher Win32 X86_64 Fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target [INFO] [chmod] Skipping fileset for directory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target. It is empty. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:xml:p2metadata:1.2.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:xml:p2artifacts:1.2.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.swt.win32 >---------- [INFO] Building [bundle] Eclipse UI WIN32 Enhancements 1.1.200-SNAPSHOT [238/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.swt.win32 --- [INFO] The project's OSGi version is 1.1.200.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.swt.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Resolving class path of [bundle] Eclipse UI WIN32 Enhancements [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.swt.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.swt.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.swt.win32 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.swt.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.swt.win32 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.1.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.1.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.swt.win32 --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.win32:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.swt.win32 --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa >-- [INFO] Building [bundle] Eclipse UI MacOS X Enhancements 0.13.100-SNAPSHOT [239/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] The project's OSGi version is 0.13.100.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Resolving class path of [bundle] Eclipse UI MacOS X Enhancements [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.13.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.13.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64 >-- [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.700-SNAPSHOT [240/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] The project's OSGi version is 1.2.700.v20221108-1024 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Resolving class path of [bundle] Equinox Launcher MacOSX Cocoa Fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/target/org.eclipse.equinox.launcher.cocoa.macosx.x86_64-1.2.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:xml:p2metadata:1.2.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:xml:p2artifacts:1.2.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64 >-- [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.700-SNAPSHOT [241/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] The project's OSGi version is 1.2.700.v20221108-1024 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Resolving class path of [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/target/org.eclipse.equinox.launcher.cocoa.macosx.aarch64-1.2.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:xml:p2metadata:1.2.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:xml:p2artifacts:1.2.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse.platform:ui-features >------------------ [INFO] Building [aggregator] features 4.28.0-SNAPSHOT [242/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ui-features --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ ui-features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ ui-features --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ ui-features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ ui-features --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-features --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.platform:org.eclipse.e4.rcp >--------------- [INFO] Building [feature] Eclipse 4 Rich Client Platform 4.28.0-SNAPSHOT [243/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.rcp --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/org.eclipse.e4.rcp/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.e4.rcp --- [INFO] The project's OSGi version is 4.28.0.v20230308-1502 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/org.eclipse.e4.rcp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/org.eclipse.e4.rcp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/org.eclipse.e4.rcp/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.e4.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.rcp --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/org.eclipse.e4.rcp/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.e4.rcp --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.e4.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.28.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.e4.rcp --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/features/org.eclipse.e4.rcp/.polyglot.feature.xml [WARNING] artifact org.eclipse.platform:org.eclipse.e4.rcp:xml:p2metadata:4.28.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.platform:org.eclipse.e4.rcp:xml:p2artifacts:4.28.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.rcp --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:eclipse.platform.ui.tools >----------- [INFO] Building eclipse.platform.ui.tools 4.28.0-SNAPSHOT [244/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.ui.tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.ui.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.ui.tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.ui.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.ui.tools --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.tools --- [INFO] Execution was skipped [INFO] [INFO] --------------------< org.eclipse.platform:bundles >-------------------- [INFO] Building [aggregator] bundles 4.28.0-SNAPSHOT [245/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ bundles --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ bundles --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ bundles --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ bundles --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.tools.services >--------- [INFO] Building [bundle] Services 4.9.100-SNAPSHOT [246/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.services --- [INFO] The project's OSGi version is 4.9.100.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.services/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.services --- [INFO] Resolving class path of [bundle] Services [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.services/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.services --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.services/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.services/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.services --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.services --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.services --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.services:4.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.services --- [INFO] Execution was skipped [INFO] [INFO] ----------< eclipse.platform.ui:org.eclipse.e4.tools.emf.ui >----------- [INFO] Building org.eclipse.e4.tools.emf.ui 4.7.500-SNAPSHOT [247/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.emf.ui --- [INFO] The project's OSGi version is 4.7.500.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.emf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.emf.ui --- [INFO] Resolving class path of org.eclipse.e4.tools.emf.ui [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.emf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.emf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.emf.ui --- [INFO] Compiling 228 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.emf.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.emf.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.ui/target/org.eclipse.e4.tools.emf.ui-4.7.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.ui/target/org.eclipse.e4.tools.emf.ui-4.7.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.emf.ui --- [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.tools.emf.ui:4.7.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.emf.ui --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.http.registry >-------- [INFO] Building [bundle] Http Service Registry Extensions 1.3.200-SNAPSHOT [248/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.registry --- [INFO] The project's OSGi version is 1.3.200.v20220720-2012 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.registry --- [INFO] Resolving class path of [bundle] Http Service Registry Extensions [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.http.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.http.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.registry --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.http.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.registry:xml:p2metadata:1.3.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.registry:xml:p2artifacts:1.3.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.registry --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper >--------- [INFO] Building [bundle] Jasper Jsp Support Bundle 1.1.700-SNAPSHOT [249/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper --- [INFO] The project's OSGi version is 1.1.700.v20220801-1124 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.jsp.jasper --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.jsp.jasper --- [INFO] Resolving class path of [bundle] Jasper Jsp Support Bundle [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.jsp.jasper --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.jsp.jasper --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.jsp.jasper --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.jsp.jasper --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.1.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.1.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.jsp.jasper --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.jsp.jasper --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:xml:p2metadata:1.1.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:xml:p2artifacts:1.1.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry >----- [INFO] Building [bundle] Jasper Jsp Registry Support Plug-in 1.2.100-SNAPSHOT [250/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] The project's OSGi version is 1.2.100.v20211021-1418 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Resolving class path of [bundle] Jasper Jsp Registry Support Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.console >-------- [INFO] Building [bundle] Equinox Provisioning Console 1.2.100-SNAPSHOT [251/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.console --- [INFO] The project's OSGi version is 1.2.100.v20221111-1340 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.console --- [INFO] Resolving class path of [bundle] Equinox Provisioning Console [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.console --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/org.eclipse.equinox.p2.console-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.console --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/org.eclipse.equinox.p2.console-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.console --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.console:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.console --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.console --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.console:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.console:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.console:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.console --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.natives >-- [INFO] Building [bundle] Equinox Provisioning Native Touchpoint 1.4.400-SNAPSHOT [252/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] The project's OSGi version is 1.4.400.v20220506-1821 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Resolving class path of [bundle] Equinox Provisioning Native Touchpoint [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/org.eclipse.equinox.p2.touchpoint.natives-1.4.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/org.eclipse.equinox.p2.touchpoint.natives-1.4.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.natives:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.natives:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.natives:xml:p2metadata:1.4.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.touchpoint.natives:xml:p2artifacts:1.4.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.touchpoint.natives --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.equinox.p2:org.eclipse.equinox.p2.transport.ecf >----- [INFO] Building [bundle] Equinox Provisioning ECF based Transport 1.3.300-SNAPSHOT [253/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] The project's OSGi version is 1.3.300.v20220512-1321 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Resolving class path of [bundle] Equinox Provisioning ECF based Transport [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/org.eclipse.equinox.p2.transport.ecf-1.3.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/org.eclipse.equinox.p2.transport.ecf-1.3.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.transport.ecf:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.transport.ecf:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.transport.ecf:xml:p2metadata:1.3.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.transport.ecf:xml:p2artifacts:1.3.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.transport.ecf --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.linux >------- [INFO] Building org.eclipse.equinox.security.linux 1.0.300-SNAPSHOT [254/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.linux --- [INFO] The project's OSGi version is 1.0.300.v20220904-1118 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.linux --- [INFO] Resolving class path of org.eclipse.equinox.security.linux [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.security.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.security.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security.linux --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.security.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.linux --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.linux --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.linux/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.linux:xml:p2metadata:1.0.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.linux:xml:p2artifacts:1.0.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.linux --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64 >---- [INFO] Building org.eclipse.equinox.security.win32.x86_64 1.1.300-SNAPSHOT [255/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] The project's OSGi version is 1.1.300.v20211021-1418 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Resolving class path of org.eclipse.equinox.security.win32.x86_64 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.1.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.1.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:xml:p2metadata:1.1.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:xml:p2artifacts:1.1.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.security.macosx >------- [INFO] Building org.eclipse.equinox.security.macosx 1.101.400-SNAPSHOT [256/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.macosx --- [INFO] The project's OSGi version is 1.101.400.v20210427-1958 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.macosx --- [INFO] Resolving class path of org.eclipse.equinox.security.macosx [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.security.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.security.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security.macosx --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.security.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.101.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.101.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.101.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.macosx/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.macosx:xml:p2metadata:1.101.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.macosx:xml:p2artifacts:1.101.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.macosx --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse.equinox.p2:features >------------------- [INFO] Building [aggregator] features 4.28.0-SNAPSHOT [257/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ features --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ features --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ features --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ features --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox.p2:org.eclipse.equinox.p2.core.feature >----- [INFO] Building [feature] Equinox p2, headless functionalities 1.6.1800-SNAPSHOT [258/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.core.feature --- [INFO] The project's OSGi version is 1.6.1800.v20230308-0853 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/target/org.eclipse.equinox.p2.core.feature-1.6.1800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.core.feature --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.core.feature:1.6.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.core.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/target/org.eclipse.equinox.p2.core.feature-1.6.1800-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.core.feature --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.core.feature:1.6.1800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/.polyglot.feature.xml [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.core.feature:xml:p2metadata:1.6.1800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.core.feature:xml:p2artifacts:1.6.1800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.core.feature --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.reconciler.dropins >-- [INFO] Building [bundle] Equinox Provisioning Drop-in 1.4.200-SNAPSHOT [259/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] The project's OSGi version is 1.4.200.v20220911-2007 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Resolving class path of [bundle] Equinox Provisioning Drop-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/org.eclipse.equinox.p2.reconciler.dropins-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/org.eclipse.equinox.p2.reconciler.dropins-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.reconciler.dropins:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.reconciler.dropins:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.reconciler.dropins:xml:p2metadata:1.4.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.reconciler.dropins:xml:p2artifacts:1.4.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.reconciler.dropins --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.equinox.p2:org.eclipse.equinox.p2.extras.feature >---- [INFO] Building [feature] Equinox p2, backward compatibility support 1.4.2000-SNAPSHOT [260/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.extras.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.extras.feature --- [INFO] The project's OSGi version is 1.4.2000.v20230308-0853 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.extras.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.extras.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.extras.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.extras.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/target/org.eclipse.equinox.p2.extras.feature-1.4.2000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.extras.feature --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.extras.feature:1.4.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.extras.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.extras.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/target/org.eclipse.equinox.p2.extras.feature-1.4.2000-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.extras.feature --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.extras.feature:1.4.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/.polyglot.feature.xml [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.extras.feature:xml:p2metadata:1.4.2000-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.extras.feature:xml:p2artifacts:1.4.2000-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.extras.feature --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatechecker >----- [INFO] Building [bundle] Equinox Provisioning Update Checker 1.3.100-SNAPSHOT [261/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.updatechecker --- [INFO] The project's OSGi version is 1.3.100.v20221111-1340 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.updatechecker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Resolving class path of [bundle] Equinox Provisioning Update Checker [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.updatechecker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.updatechecker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.updatechecker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/org.eclipse.equinox.p2.updatechecker-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/org.eclipse.equinox.p2.updatechecker-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.updatechecker --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatechecker:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.updatechecker --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.updatechecker --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatechecker:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatechecker:xml:p2metadata:1.3.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.updatechecker:xml:p2artifacts:1.3.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.updatechecker --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk.scheduler >--- [INFO] Building [bundle] Equinox Provisioning Platform Automatic Update Support 1.5.400-SNAPSHOT [262/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] The project's OSGi version is 1.5.400.v20220805-0804 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Resolving class path of [bundle] Equinox Provisioning Platform Automatic Update Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/org.eclipse.equinox.p2.ui.sdk.scheduler-1.5.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/org.eclipse.equinox.p2.ui.sdk.scheduler-1.5.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk.scheduler:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk.scheduler:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk.scheduler:xml:p2metadata:1.5.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk.scheduler:xml:p2artifacts:1.5.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.sdk.scheduler --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk >-------- [INFO] Building [bundle] Equinox Provisioning Platform Update Support 1.2.100-SNAPSHOT [263/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] The project's OSGi version is 1.2.100.v20220814-1551 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Resolving class path of [bundle] Equinox Provisioning Platform Update Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/org.eclipse.equinox.p2.ui.sdk-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/org.eclipse.equinox.p2.ui.sdk-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.sdk:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.sdk --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox.p2:org.eclipse.equinox.p2.rcp.feature >------ [INFO] Building [feature] Equinox p2, minimal support for RCP applications 1.4.2000-SNAPSHOT [264/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] The project's OSGi version is 1.4.2000.v20230308-0853 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/target/org.eclipse.equinox.p2.rcp.feature-1.4.2000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.rcp.feature:1.4.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/target/org.eclipse.equinox.p2.rcp.feature-1.4.2000-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.rcp.feature:1.4.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/.polyglot.feature.xml [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.rcp.feature:xml:p2metadata:1.4.2000-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.rcp.feature:xml:p2artifacts:1.4.2000-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.rcp.feature --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.importexport >---- [INFO] Building [bundle] Equinox Provisioning Import and Export 1.3.300-SNAPSHOT [265/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] The project's OSGi version is 1.3.300.v20220329-1456 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Resolving class path of [bundle] Equinox Provisioning Import and Export [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/org.eclipse.equinox.p2.ui.importexport-1.3.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/org.eclipse.equinox.p2.ui.importexport-1.3.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.importexport:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.importexport:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.importexport:xml:p2metadata:1.3.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.importexport:xml:p2artifacts:1.3.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.importexport --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.user.ui >-------- [INFO] Building [feature] Equinox p2, Provisioning for IDEs. 2.4.2000-SNAPSHOT [266/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.user.ui --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.user.ui --- [INFO] The project's OSGi version is 2.4.2000.v20230308-0853 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.user.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.user.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.user.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.user.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/target/org.eclipse.equinox.p2.user.ui-2.4.2000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.user.ui --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.user.ui:2.4.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.user.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.user.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/target/org.eclipse.equinox.p2.user.ui-2.4.2000-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.user.ui --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.user.ui:2.4.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/.polyglot.feature.xml [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.user.ui:xml:p2metadata:2.4.2000-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.user.ui:xml:p2artifacts:2.4.2000-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.user.ui --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.help:org.eclipse.help.webapp >-------------- [INFO] Building org.eclipse.help.webapp 3.10.1000-SNAPSHOT [267/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.help.webapp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.help.webapp --- [INFO] The project's OSGi version is 3.10.1000.v20221221-1358 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.help.webapp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.help.webapp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.help.webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.webapp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.help.webapp --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.help.webapp --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.help.webapp --- [INFO] Resolving class path of org.eclipse.help.webapp [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.help.webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.webapp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.help.webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.webapp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.help.webapp --- [INFO] Compiling 100 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.webapp/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.help.webapp --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.help.webapp --- [INFO] [INFO] --- jetty-jspc-maven-plugin:10.0.13:jspc (jspc) @ org.eclipse.help.webapp --- [INFO] Compiling advanced/advanced.jsp,advanced/bookmarksToolbar.jsp,advanced/bookmarksView.jsp,advanced/confirmShowAll.jsp,advanced/content.jsp,advanced/contentToolbar.jsp,advanced/deferredView.jsp,advanced/err.jsp,advanced/header.jsp,advanced/help.jsp,advanced/helpToolbar.jsp,advanced/index.jsp,advanced/indexToolbar.jsp,advanced/indexView.jsp,advanced/livehelp_js.jsp,advanced/nav.jsp,advanced/print.jsp,advanced/printConfirm.jsp,advanced/printError.jsp,advanced/quickSearch.jsp,advanced/search.jsp,advanced/searchScoped.jsp,advanced/searchSimple.jsp,advanced/searchToolbar.jsp,advanced/searchView.jsp,advanced/tabs.jsp,advanced/tocToolbar.jsp,advanced/tocView.jsp,advanced/toolbar.jsp,advanced/view.jsp,advanced/views.jsp,advanced/workingSet.jsp,advanced/workingSetManager.jsp,advancedstate/scopeState.jsp,advancedstate/workingSetState.jsp,index.jsp from includes=**\/*.jsp, **\/*.jspx excludes=**\/.svn\/** [INFO] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. [INFO] Generation completed with [0] errors in [1404] milliseconds [INFO] /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.webapp/src/main/webapp/WEB-INF/web.xml does not exist, cannot merge with generated fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.help.webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.webapp/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.help.webapp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help.webapp --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.help.webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.webapp/target/org.eclipse.help.webapp-3.10.1000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.help.webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.help.webapp/target/org.eclipse.help.webapp-3.10.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help.webapp --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.webapp --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.help.feature:org.eclipse.help >-------------- [INFO] Building org.eclipse.help.feature 2.3.1400-SNAPSHOT [268/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.help --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.help-feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.help --- [INFO] The project's OSGi version is 2.3.1400.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.help --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.help --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.help --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.help-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.help --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.help --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.help --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.help-feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.help --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.help-feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.help --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.help --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.help-feature/target/org.eclipse.help-2.3.1400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help --- [INFO] No baseline version MavenProject: org.eclipse.help.feature:org.eclipse.help:2.3.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.help --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.help --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.help-feature/target/org.eclipse.help-2.3.1400-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.help --- [INFO] No baseline version MavenProject: org.eclipse.help.feature:org.eclipse.help:2.3.1400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml [WARNING] artifact org.eclipse.help.feature:org.eclipse.help:xml:p2metadata:2.3.1400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.help.feature:org.eclipse.help:xml:p2artifacts:2.3.1400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.jsch.core >------------- [INFO] Building [bundle] JSch Core 1.4.0-SNAPSHOT [269/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jsch.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jsch.core --- [INFO] The project's OSGi version is 1.4.0.v20220813-1037 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jsch.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jsch.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jsch.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jsch.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jsch.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jsch.core --- [INFO] Resolving class path of [bundle] JSch Core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jsch.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jsch.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jsch.core --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jsch.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jsch.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jsch.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jsch.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jsch.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jsch.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.core/target/org.eclipse.jsch.core-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jsch.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.core/target/org.eclipse.jsch.core-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jsch.core --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jsch.core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jsch.core --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.platform:org.eclipse.jsch.ui >-------------- [INFO] Building [bundle] JSch UI 1.4.200-SNAPSHOT [270/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jsch.ui --- [INFO] The project's OSGi version is 1.4.200.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jsch.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jsch.ui --- [INFO] Resolving class path of [bundle] JSch UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jsch.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jsch.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jsch.ui --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jsch.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jsch.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jsch.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.ui/target/org.eclipse.jsch.ui-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jsch.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.ui/target/org.eclipse.jsch.ui-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jsch.ui --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jsch.ui:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.jsch.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jsch.ui --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.doc.user >-------------- [INFO] Building org.eclipse.pde.doc.user 3.14.2000-SNAPSHOT [271/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.doc.user --- [INFO] The project's OSGi version is 3.14.2000.v20230308-0749 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.doc.user --- [INFO] Resolving class path of org.eclipse.pde.doc.user [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/src/main/resources [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy) @ org.eclipse.pde.doc.user --- [INFO] Copying bcpg-jdk18on-1.72.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/bcpg-jdk18on-1.72.2.jar [INFO] Copying bcprov-jdk18on-1.72.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/bcprov-jdk18on-1.72.jar [INFO] Copying icu4j-72.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/icu4j-72.1.jar [INFO] Copying javax.el-3.0.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/javax.el-3.0.0.jar [INFO] Copying jna-5.13.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/jna-5.13.0.jar [INFO] Copying jna-platform-5.13.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/jna-platform-5.13.0.jar [INFO] Copying jakarta.servlet-api-4.0.4.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/jakarta.servlet-api-4.0.4.jar [INFO] Copying javax.annotation-1.3.5.v20221203-1659.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/javax.annotation-1.3.5.v20221203-1659.jar [INFO] Copying org.eclipse.osgi-3.18.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.osgi-3.18.300-SNAPSHOT.jar [INFO] Copying javax.inject-1.0.0.v20220405-0441.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/javax.inject-1.0.0.v20220405-0441.jar [INFO] Copying javax.servlet.jsp-api-2.3.3.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/javax.servlet.jsp-api-2.3.3.jar [INFO] Copying ant-antlr.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-antlr.jar.jar [INFO] Copying ant-apache-bcel.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-bcel.jar.jar [INFO] Copying ant-apache-bsf.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-bsf.jar.jar [INFO] Copying ant-apache-log4j.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-log4j.jar.jar [INFO] Copying ant-apache-oro.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-oro.jar.jar [INFO] Copying ant-apache-regexp.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-regexp.jar.jar [INFO] Copying ant-apache-resolver.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-resolver.jar.jar [INFO] Copying ant-apache-xalan2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-apache-xalan2.jar.jar [INFO] Copying ant-commons-logging.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-commons-logging.jar.jar [INFO] Copying ant-commons-net.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-commons-net.jar.jar [INFO] Copying ant-imageio.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-imageio.jar.jar [INFO] Copying ant-jai.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jai.jar.jar [INFO] Copying ant-javamail.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-javamail.jar.jar [INFO] Copying ant-jdepend.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jdepend.jar.jar [INFO] Copying ant-jmf.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jmf.jar.jar [INFO] Copying ant-jsch.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-jsch.jar.jar [INFO] Copying ant-junit.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-junit.jar.jar [INFO] Copying ant-junit4.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-junit4.jar.jar [INFO] Copying ant-junitlauncher.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-junitlauncher.jar.jar [INFO] Copying ant-launcher.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-launcher.jar.jar [INFO] Copying ant-netrexx.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-netrexx.jar.jar [INFO] Copying ant-swing.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-swing.jar.jar [INFO] Copying ant-testutil.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-testutil.jar.jar [INFO] Copying ant-xz.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant-xz.jar.jar [INFO] Copying ant.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.ant-1.10.12.v20211102-1452-lib/ant.jar.jar [INFO] Copying org.apache.batik.constants-1.16.0.v20221027-0840.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.batik.constants-1.16.0.v20221027-0840.jar [INFO] Copying org.apache.batik.css-1.16.0.v20221027-0840.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.batik.css-1.16.0.v20221027-0840.jar [INFO] Copying org.apache.batik.util-1.16.0.v20221027-0840.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.batik.util-1.16.0.v20221027-0840.jar [INFO] Copying org.apache.batik.i18n-1.16.0.v20221027-0840.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.batik.i18n-1.16.0.v20221027-0840.jar [INFO] Copying org.apache.xmlgraphics-2.7.0.v20221018-0736.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.xmlgraphics-2.7.0.v20221018-0736.jar [INFO] Copying org.w3c.dom.svg-1.1.0.v201011041433.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.w3c.dom.svg-1.1.0.v201011041433.jar [INFO] Copying org.w3c.dom.events-3.0.0.draft20060413_v201105210656.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.w3c.dom.events-3.0.0.draft20060413_v201105210656.jar [INFO] Copying org.w3c.css.sac-1.3.1.v200903091627.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.w3c.css.sac-1.3.1.v200903091627.jar [INFO] Copying commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/commons-collections-3.2.2.jar [INFO] Copying commons-beanutils-1.9.4.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/commons-beanutils-1.9.4.jar [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/commons-logging-1.2.jar [INFO] Copying org.apache.commons.logging-1.2.0.v20180409-1502.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.commons.logging-1.2.0.v20180409-1502.jar [INFO] Copying commons-io-2.11.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/commons-io-2.11.0.jar [INFO] Copying commons-jxpath-1.3.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/commons-jxpath-1.3.jar [INFO] Copying org.jdom-1.1.1.v201101151400.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.jdom-1.1.1.v201101151400.jar [INFO] Copying org.apache.felix.scr-2.2.6.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.apache.felix.scr-2.2.6.jar [INFO] Copying animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/animal-sniffer-annotations-1.9.jar [INFO] Copying org.osgi.service.component-1.5.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.osgi.service.component-1.5.1.jar [INFO] Copying osgi.annotation-8.1.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/osgi.annotation-8.1.0.jar [INFO] Copying org.osgi.namespace.extender-1.0.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.osgi.namespace.extender-1.0.1.jar [INFO] Copying org.osgi.util.promise-1.3.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.osgi.util.promise-1.3.0.jar [INFO] Copying org.eclipse.ant.core-3.6.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ant.core-3.6.500-SNAPSHOT.jar [INFO] Copying org.eclipse.core.runtime-3.26.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.runtime-3.26.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.variables-3.5.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.variables-3.5.100-SNAPSHOT.jar [INFO] Copying org.eclipse.compare-3.8.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.compare-3.8.500-SNAPSHOT.jar [INFO] Copying org.eclipse.ui-3.202.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui-3.202.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.resources-3.18.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.resources-3.18.200-SNAPSHOT.jar [INFO] Copying org.eclipse.jface.text-3.23.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jface.text-3.23.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.ide-3.20.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.ide-3.20.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.views-3.11.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.views-3.11.400-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.workbench.texteditor-3.16.700-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.workbench.texteditor-3.16.700-SNAPSHOT.jar [INFO] Copying org.eclipse.core.expressions-3.8.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.expressions-3.8.200-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.editors-3.15.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.editors-3.15.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.forms-3.11.600-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.forms-3.11.600-SNAPSHOT.jar [INFO] Copying org.eclipse.compare.core-3.7.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.compare.core-3.7.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.commands-3.10.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.commands-3.10.400-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.common-3.17.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.common-3.17.100-SNAPSHOT.jar [INFO] Copying org.eclipse.core.contenttype-3.8.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.contenttype-3.8.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.preferences-3.10.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.preferences-3.10.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.registry-3.11.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.registry-3.11.200-SNAPSHOT.jar [INFO] Copying org.eclipse.core.databinding-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.databinding-1.12.0-SNAPSHOT.jar [INFO] Copying org.eclipse.core.databinding.observable-1.12.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.databinding.observable-1.12.200-SNAPSHOT.jar [INFO] Copying org.eclipse.core.databinding.property-1.9.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.databinding.property-1.9.200-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filebuffers-3.7.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.filebuffers-3.7.200-SNAPSHOT.jar [INFO] Copying org.eclipse.text-3.12.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.text-3.12.300-SNAPSHOT.jar [INFO] Copying org.eclipse.core.filesystem-1.9.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.filesystem-1.9.500-SNAPSHOT.jar [INFO] Copying org.eclipse.core.jobs-3.13.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.core.jobs-3.13.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.app-1.6.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.app-1.6.200-SNAPSHOT.jar [INFO] Copying org.eclipse.debug.core-3.20.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.debug.core-3.20.100-SNAPSHOT.jar [INFO] Copying org.eclipse.debug.ui-3.17.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.debug.ui-3.17.200-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.console-3.11.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.console-3.11.400-SNAPSHOT.jar [INFO] Copying org.eclipse.help-3.9.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.help-3.9.100-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.services-1.5.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.services-1.5.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.commands-1.0.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.commands-1.0.400-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di-1.8.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.di-1.8.300-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.contexts-1.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.contexts-1.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.services-2.3.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.services-2.3.400-SNAPSHOT.jar [INFO] Copying org.osgi.service.event-1.4.1.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.osgi.service.event-1.4.1.jar [INFO] Copying org.osgi.namespace.implementation-1.0.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.osgi.namespace.implementation-1.0.0.jar [INFO] Copying org.eclipse.e4.core.di.annotations-1.7.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.di.annotations-1.7.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di.extensions-0.17.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.di.extensions-0.17.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.core.di.extensions.supplier-0.16.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.core.di.extensions.supplier-0.16.400-SNAPSHOT.jar [INFO] Copying org.osgi.service.prefs-1.1.2.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.osgi.service.prefs-1.1.2.jar [INFO] Copying org.eclipse.e4.emf.xpath-0.3.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.emf.xpath-0.3.200-SNAPSHOT.jar [INFO] Copying org.eclipse.emf.ecore-2.33.0.v20230226-0921.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.emf.ecore-2.33.0.v20230226-0921.jar [INFO] Copying org.eclipse.e4.ui.bindings-0.13.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.bindings-0.13.300-SNAPSHOT.jar [INFO] Copying org.eclipse.swt-3.123.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt-3.123.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jface-3.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jface-3.29.0-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.css.core-0.13.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.css.core-0.13.500-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.css.swt-0.14.800-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.css.swt-0.14.800-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.css.swt.theme-0.13.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.css.swt.theme-0.13.300-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.di-1.4.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.di-1.4.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.dialogs-1.3.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.dialogs-1.3.500-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.ide-3.16.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.ide-3.16.300-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.model.workbench-2.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.model.workbench-2.3.0-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.event-1.6.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.event-1.6.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.widgets-1.3.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.widgets-1.3.200-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.workbench-1.14.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.workbench-1.14.100-SNAPSHOT.jar [INFO] Copying org.eclipse.emf.ecore.change-2.15.0.v20230211-1150.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.emf.ecore.change-2.15.0.v20230211-1150.jar [INFO] Copying org.eclipse.emf.ecore.xmi-2.18.0.v20230211-1150.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.emf.ecore.xmi-2.18.0.v20230211-1150.jar [INFO] Copying org.eclipse.e4.ui.workbench.addons.swt-1.4.600-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.workbench.addons.swt-1.4.600-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.workbench.renderers.swt-0.15.800-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.workbench.renderers.swt-0.15.800-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.workbench.swt-0.16.800-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.workbench.swt-0.16.800-SNAPSHOT.jar [INFO] Copying org.eclipse.jface.databinding-1.14.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jface.databinding-1.14.100-SNAPSHOT.jar [INFO] Copying org.eclipse.e4.ui.workbench3-0.16.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.e4.ui.workbench3-0.16.200-SNAPSHOT.jar [INFO] Copying org.eclipse.urischeme-1.2.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.urischeme-1.2.300-SNAPSHOT.jar [INFO] Copying org.eclipse.emf.common-2.28.0.v20230223-0922.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.emf.common-2.28.0.v20230223-0922.jar [INFO] Copying org.eclipse.equinox.bidi-1.4.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.bidi-1.4.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.frameworkadmin-2.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.frameworkadmin-2.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.frameworkadmin.equinox-1.2.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.frameworkadmin.equinox-1.2.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.artifact.repository-1.4.800-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.artifact.repository-1.4.800-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata-2.6.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.metadata-2.6.300-SNAPSHOT.jar [INFO] Copying xz-1.9.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/xz-1.9.jar [INFO] Copying org.eclipse.equinox.p2.core-2.9.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.core-2.9.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.jarprocessor-1.2.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.jarprocessor-1.2.500-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository-2.6.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.repository-2.6.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.director-2.5.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.director-2.5.400-SNAPSHOT.jar [INFO] Copying org.ow2.sat4j.core-2.3.6.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.ow2.sat4j.core-2.3.6.jar [INFO] Copying org.ow2.sat4j.pb-2.3.6.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.ow2.sat4j.pb-2.3.6.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator-1.4.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.simpleconfigurator-1.4.200-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.engine-2.7.500-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.engine-2.7.500-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.director.app-1.2.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.director.app-1.2.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.metadata.repository-1.4.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.metadata.repository-1.4.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.garbagecollector-1.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.garbagecollector-1.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher-1.7.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.publisher-1.7.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.publisher.eclipse-1.4.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.publisher.eclipse-1.4.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.100-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.security-1.3.1000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.security-1.3.1000-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.repository.tools-2.3.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.repository.tools-2.3.300-SNAPSHOT.jar [INFO] Copying org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.300-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.core-3.33.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.core-3.33.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.core.compiler.batch-3.33.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.core.compiler.batch-3.33.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.core.manipulation-1.18.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.core.manipulation-1.18.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ltk.core.refactoring-3.13.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ltk.core.refactoring-3.13.100-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.launching-3.19.900-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.launching-3.19.900-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.debug-3.20.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.debug-3.20.200-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.debug.ui-3.12.1000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.debug.ui-3.12.1000-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.ui-3.28.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.ui-3.28.100-SNAPSHOT.jar [INFO] Copying org.eclipse.search-3.14.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.search-3.14.400-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.doc.isv-3.14.2000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.doc.isv-3.14.2000-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.junit-3.15.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.junit-3.15.200-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.junit.runtime-3.7.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.junit.runtime-3.7.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ltk.ui.refactoring-3.12.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ltk.ui.refactoring-3.12.200-SNAPSHOT.jar [INFO] Copying org.eclipse.jdt.junit.core-3.11.600-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.jdt.junit.core-3.11.600-SNAPSHOT.jar [INFO] Copying org.junit-4.13.2.v20211018-1956.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.junit-4.13.2.v20211018-1956.jar [INFO] Copying org.eclipse.team.ui-3.9.600-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.team.ui-3.9.600-SNAPSHOT.jar [INFO] Copying org.eclipse.team.core-3.9.700-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.team.core-3.9.700-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.navigator-3.11.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.navigator-3.11.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.navigator.resources-3.8.600-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.navigator.resources-3.8.600-SNAPSHOT.jar [INFO] Copying org.eclipse.pde.build-3.11.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.pde.build-3.11.400-SNAPSHOT.jar [INFO] Copying org.eclipse.pde.core-3.16.200-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.pde.core-3.16.200-SNAPSHOT.jar [INFO] Copying org.eclipse.swt.gtk.linux.x86_64-3.123.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.gtk.linux.x86_64-3.123.100-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.workbench-3.128.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.workbench-3.128.0-SNAPSHOT.jar [INFO] Copying org.eclipse.ui.views.properties.tabbed-3.9.400-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.ui.views.properties.tabbed-3.9.400-SNAPSHOT.jar [INFO] Copying org.eclipse.update.configurator-3.4.1000-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.update.configurator-3.4.1000-SNAPSHOT.jar [INFO] Copying org.hamcrest.core-1.3.0.v20180420-1519.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.hamcrest.core-1.3.0.v20180420-1519.jar [INFO] Copying org.osgi.util.function-1.2.0.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.osgi.util.function-1.2.0.jar [INFO] Copying org.w3c.dom.smil-1.0.1.v200903091627.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.w3c.dom.smil-1.0.1.v200903091627.jar [INFO] Copying org.eclipse.swt.gtk.linux.ppc64le-3.123.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.gtk.linux.ppc64le-3.123.100-SNAPSHOT.jar [INFO] Copying org.eclipse.swt.gtk.linux.aarch64-3.123.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.gtk.linux.aarch64-3.123.100-SNAPSHOT.jar [INFO] Copying org.eclipse.swt.win32.win32.x86_64-3.123.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.win32.win32.x86_64-3.123.100-SNAPSHOT.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.x86_64-3.123.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.cocoa.macosx.x86_64-3.123.100-SNAPSHOT.jar [INFO] Copying org.eclipse.swt.cocoa.macosx.aarch64-3.123.100-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/dependency/org.eclipse.swt.cocoa.macosx.aarch64-3.123.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-eclipserun-plugin:4.0.0-SNAPSHOT:eclipse-run (dont_skip_me) @ org.eclipse.pde.doc.user --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work/data, -consolelog, -debug, -data, target/workspace, -application, org.eclipse.ant.core.antRunner, -quiet, -buildfile, buildDoc.xml, -Dbasedir.properties=cbi_basedirs.properties, -Declipse.javadoc=${eclipse.javadoc}] Configuration location: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/eclipserun-work/ Framework located: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.osgi/3.18.300.v20230220-1352/org.eclipse.osgi-3.18.300.v20230220-1352.jar Framework classpath: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.osgi/3.18.300.v20230220-1352/org.eclipse.osgi-3.18.300.v20230220-1352.jar Debug options: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/.options not found Time to load bundles: 309 Starting application: 1039 Application started in : 1044ms Apache Ant(TM) version 1.10.12 compiled on October 13 2021 [echo] env.JAVA_DOC_PROXIES: ${env.JAVA_DOC_PROXIES} [echo] org.eclipse.pde.doc.user/buildDoc.xml - generateJavadoc: [echo] Using javadocExecutable: /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/javadoc BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 7 seconds [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.doc.user --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/target/org.eclipse.pde.doc.user-3.14.2000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.doc.user --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.doc.user:3.14.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.doc.user --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse.pde:org.eclipse.pde >------------------- [INFO] Building org.eclipse.pde 3.13.2300-SNAPSHOT [272/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde --- [INFO] The project's OSGi version is 3.13.2300.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde --- [INFO] Resolving class path of org.eclipse.pde [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde/target/org.eclipse.pde-3.13.2300-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.pde --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde/target/org.eclipse.pde-3.13.2300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde:3.13.2300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.pde:org.eclipse.pde.junit.runtime >------------ [INFO] Building [bundle] PDE JUnit Runtime Support 3.6.200-SNAPSHOT [273/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.junit.runtime --- [INFO] The project's OSGi version is 3.6.200.v20220523-1051 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.junit.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.junit.runtime --- [INFO] Resolving class path of [bundle] PDE JUnit Runtime Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.junit.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.junit.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.junit.runtime --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.junit.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.junit.runtime --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.junit.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime/target/org.eclipse.pde.junit.runtime-3.6.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.junit.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime/target/org.eclipse.pde.junit.runtime-3.6.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.junit.runtime --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.junit.runtime --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.pde:org.eclipse.pde.ui.templates >------------ [INFO] Building [bundle] PDE Templates 3.7.900-SNAPSHOT [274/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.templates --- [INFO] The project's OSGi version is 3.7.900.v20230308-2313 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ui.templates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ui.templates --- [INFO] Resolving class path of [bundle] PDE Templates [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ui.templates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ui.templates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ui.templates --- [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ui.templates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ui.templates --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ui.templates --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates/target/org.eclipse.pde.ui.templates-3.7.900-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.templates --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates/target/org.eclipse.pde.ui.templates-3.7.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui.templates --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates:3.7.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.templates --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.ua.ui >---------------- [INFO] Building [bundle] PDE UA UI 1.2.400-SNAPSHOT [275/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ua.ui --- [INFO] The project's OSGi version is 1.2.400.v20220317-0700 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ua.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ua.ui --- [INFO] Resolving class path of [bundle] PDE UA UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ua.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ua.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ua.ui --- [INFO] Compiling 146 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ua.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ua.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ua.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.ui/target/org.eclipse.pde.ua.ui-1.2.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ua.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.ui/target/org.eclipse.pde.ua.ui-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ua.ui --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.ui:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ua.ui --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.pde:org.eclipse.ui.trace >---------------- [INFO] Building [bundle] Equinox Dynamic Tracing Enablement UI 1.2.200-SNAPSHOT [276/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.trace --- [INFO] The project's OSGi version is 1.2.200.v20220310-2159 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.trace --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.trace --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.ui.trace/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.trace --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.trace --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.trace --- [INFO] Resolving class path of [bundle] Equinox Dynamic Tracing Enablement UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.trace --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.ui.trace/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.trace --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.ui.trace/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.trace --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.ui.trace/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.trace --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.trace --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.trace --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.ui.trace/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.trace --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.ui.trace/target/org.eclipse.ui.trace-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.ui.trace/target/org.eclipse.ui.trace-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.trace --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.ui.trace:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.ui.trace/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.trace --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.pde:org.eclipse.tools.layout.spy >------------ [INFO] Building [bundle] Layout Spy 1.1.100-SNAPSHOT [277/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tools.layout.spy --- [INFO] The project's OSGi version is 1.1.100.v20221111-1233 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.tools.layout.spy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.tools.layout.spy/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tools.layout.spy --- [INFO] Resolving class path of [bundle] Layout Spy [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.tools.layout.spy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.tools.layout.spy/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.tools.layout.spy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.tools.layout.spy/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.tools.layout.spy --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.tools.layout.spy/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.tools.layout.spy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.tools.layout.spy/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tools.layout.spy --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tools.layout.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.tools.layout.spy/target/org.eclipse.tools.layout.spy-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tools.layout.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.tools.layout.spy/target/org.eclipse.tools.layout.spy-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tools.layout.spy --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.tools.layout.spy:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.tools.layout.spy/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tools.layout.spy --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.spy.core >-------------- [INFO] Building [bundle] Spy Core plug-in 1.0.300-SNAPSHOT [278/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.spy.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.core --- [INFO] The project's OSGi version is 1.0.300.v20230210-1609 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.spy.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.spy.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.core --- [INFO] Resolving class path of [bundle] Spy Core plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.spy.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.spy.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.core --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.spy.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.core/target/org.eclipse.pde.spy.core-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.core/target/org.eclipse.pde.spy.core-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.core --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.core:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.core --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.spy.model >-------------- [INFO] Building [bundle] Model Spy 0.12.500-SNAPSHOT [279/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.spy.model --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.model --- [INFO] The project's OSGi version is 0.12.500.v20230210-1609 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.model --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.model --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.spy.model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.model/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.spy.model --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.model --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.model --- [INFO] Resolving class path of [bundle] Model Spy [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.spy.model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.model/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.spy.model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.model --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.model/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.model --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.model --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.spy.model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.model/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.model --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.model --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.model --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.model/target/org.eclipse.pde.spy.model-0.12.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.model --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.model/target/org.eclipse.pde.spy.model-0.12.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.model --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.model:0.12.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.model/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.model --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.spy.css >--------------- [INFO] Building [bundle] CSS Spy 0.12.400-SNAPSHOT [280/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.spy.css --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.css --- [INFO] The project's OSGi version is 0.12.400.v20230210-1609 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.css --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.css --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.spy.css --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.css/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.spy.css --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.css --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.css --- [INFO] Resolving class path of [bundle] CSS Spy [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.spy.css --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.css/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.spy.css --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.css/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.css --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.css/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.css --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.css --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.spy.css --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.css/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.css --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.css --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.css --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.css/target/org.eclipse.pde.spy.css-0.12.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.css --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.css/target/org.eclipse.pde.spy.css-0.12.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.css --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.css:0.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.css/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.css --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.pde:org.eclipse.pde.spy.preferences >----------- [INFO] Building [bundle] Preference Spy 0.12.400-SNAPSHOT [281/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.spy.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.preferences --- [INFO] The project's OSGi version is 0.12.400.v20230210-1609 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.preferences --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.spy.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.preferences/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.spy.preferences --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.preferences --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.preferences --- [INFO] Resolving class path of [bundle] Preference Spy [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.spy.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.preferences/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.spy.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.preferences --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.preferences/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.preferences --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.preferences --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.spy.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.preferences --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.preferences/target/org.eclipse.pde.spy.preferences-0.12.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.preferences/target/org.eclipse.pde.spy.preferences-0.12.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.preferences --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.preferences:0.12.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.preferences/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.preferences --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.pde:org.eclipse.pde.spy.context >------------- [INFO] Building [bundle] Context Spy 1.0.500-SNAPSHOT [282/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.spy.context --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.context --- [INFO] The project's OSGi version is 1.0.500.v20230210-1609 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.context --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.context --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.spy.context --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.context/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.spy.context --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.context --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.context --- [INFO] Resolving class path of [bundle] Context Spy [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.spy.context --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.context/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.spy.context --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.context/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.context --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.context/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.context --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.context --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.spy.context --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.context/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.context --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.context --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.context --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.context/target/org.eclipse.pde.spy.context-1.0.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.context --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.context/target/org.eclipse.pde.spy.context-1.0.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.context --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.context:1.0.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.context/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.context --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.spy.bundle >------------- [INFO] Building [bundle] Bundle Spy 0.12.300-SNAPSHOT [283/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.spy.bundle --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.bundle --- [INFO] The project's OSGi version is 0.12.300.v20230210-1609 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.bundle --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.bundle --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.spy.bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.bundle/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.spy.bundle --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.bundle --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.bundle --- [INFO] Resolving class path of [bundle] Bundle Spy [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.spy.bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.bundle/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.spy.bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.bundle/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.bundle --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.bundle/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.bundle --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.bundle --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.spy.bundle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.bundle/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.bundle --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.bundle --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.bundle/target/org.eclipse.pde.spy.bundle-0.12.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.bundle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.bundle/target/org.eclipse.pde.spy.bundle-0.12.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.bundle --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.bundle:0.12.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.bundle/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.bundle --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.spy.event >-------------- [INFO] Building [bundle] Event Spy 1.0.200-SNAPSHOT [284/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.spy.event --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.event --- [INFO] The project's OSGi version is 1.0.200.v20230210-1609 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.event --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.event --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.spy.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.event/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.spy.event --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.event --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.event --- [INFO] Resolving class path of [bundle] Event Spy [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.spy.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.event/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.spy.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.event/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.event --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.event/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.event --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.event --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.spy.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.event/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.event --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.event --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.event --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.event/target/org.eclipse.pde.spy.event-1.0.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.event --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.event/target/org.eclipse.pde.spy.event-1.0.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.event --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.event:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.spy.event/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.event --- [INFO] Execution was skipped [INFO] [INFO] ----------------------< org.eclipse.pde:features >---------------------- [INFO] Building [aggregator] features 4.28.0-SNAPSHOT [285/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ features --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ features --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse.pde:org.eclipse.pde >------------------- [INFO] Building [feature] Eclipse Plug-in Development Environment 3.14.1600-SNAPSHOT [286/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde-feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde --- [INFO] The project's OSGi version is 3.14.1600.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde-feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde-feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde-feature/target/org.eclipse.pde-3.14.1600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde:3.14.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde-feature/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.pde --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde-feature/target/org.eclipse.pde-3.14.1600-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.pde --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde:3.14.1600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde-feature/.polyglot.feature.xml [WARNING] artifact org.eclipse.pde:org.eclipse.pde:xml:p2metadata:3.14.1600-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.pde:org.eclipse.pde:xml:p2artifacts:3.14.1600-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.platform.doc.user >--------- [INFO] Building org.eclipse.platform.doc.user 4.28.0-SNAPSHOT [287/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.user --- [INFO] The project's OSGi version is 4.28.0.v20230307-1343 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.platform.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.platform.doc.user --- [INFO] Resolving class path of org.eclipse.platform.doc.user [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.platform.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.platform.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-eclipserun-plugin:4.0.0-SNAPSHOT:eclipse-run (dont_skip_me) @ org.eclipse.platform.doc.user --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/data, -consolelog, -debug, -application, org.eclipse.ant.core.antRunner, -debug, -buildfile, customBuildCallbacks.xml, build.index] Configuration location: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/configuration/ Configuration file: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/configuration/config.ini loaded Install location: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/ Framework located: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.osgi/3.18.300.v20230220-1352/org.eclipse.osgi-3.18.300.v20230220-1352.jar Framework classpath: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/.repository/p2/osgi/bundle/org.eclipse.osgi/3.18.300.v20230220-1352/org.eclipse.osgi-3.18.300.v20230220-1352.jar Debug options: file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/.options not found Time to load bundles: 178 Starting application: 763 Application started in : 768ms Apache Ant(TM) version 1.10.12 compiled on October 13 2021 Setting ro project property: ant.file -> customBuildCallbacks.xml Buildfile: customBuildCallbacks.xml +Datatype help.buildHelpIndex org.eclipse.help.internal.base.ant.BuildHelpIndex Adding reference: ant.projectHelper Adding reference: ant.parsing.context Adding reference: ant.targets parsing buildfile /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/customBuildCallbacks.xml with URI = file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/customBuildCallbacks.xml Setting ro project property: ant.project.name -> Build specific targets and properties Adding reference: Build specific targets and properties Setting ro project property: ant.project.default-target -> noDefault Setting ro project property: ant.file.Build specific targets and properties -> /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/customBuildCallbacks.xml Setting ro project property: ant.file.type.Build specific targets and properties -> file Project base dir set to: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user +Target: +Target: noDefault +Target: pre.build.jars +Target: post.build.jars +Target: pre.build.sources +Target: post.build.sources +Target: pre.name +Target: pre.@dot +Target: post.name +Target: post.@dot +Target: pre.gather.bin.parts +Target: post.gather.bin.parts +Target: build.index +Target: pre.gather.sources +Target: post.gather.sources +Target: pre.gather.logs +Target: post.gather.logs +Target: pre.clean +Target: post.clean Adding reference: ant.LocalProperties Setting ro project property: ant.project.invoked-targets -> build.index Adding reference: eclipse.ant.targetVector Build sequence for target(s) `build.index' is [build.index] Complete build sequence is [build.index, pre.gather.logs, pre.name, pre.@dot, post.gather.bin.parts, post.name, pre.gather.sources, post.build.jars, post.build.sources, post.@dot, post.clean, noDefault, pre.clean, post.gather.sources, post.gather.logs, pre.build.jars, pre.build.sources, pre.gather.bin.parts, ] build.index: parsing buildfile jar:file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/eclipserun-work/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 1 second [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.platform.doc.user --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.platform.doc.user --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.platform.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.platform.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/org.eclipse.platform.doc.user-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform.doc.user --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.platform.doc.user:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different index/_1.fdm: different index/_1.fdt: different index/_1.fdx: different index/_1.fnm: different index/_1.nvd: different index/_1.nvm: different index/_1.si: different index/_1_Lucene90_0.doc: different index/_1_Lucene90_0.pos: different index/_1_Lucene90_0.tim: different index/_1_Lucene90_0.tip: different index/_1_Lucene90_0.tmd: different index/indexed_contributions: different index/indexed_dependencies: different index/indexed_docs: different index/segments_1: different [INFO] MavenProject: org.eclipse.platform:org.eclipse.platform.doc.user:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform.doc.user --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse.rcp:org.eclipse.rcp >------------------- [INFO] Building org.eclipse.rcp 4.28.0-SNAPSHOT [288/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.rcp --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.rcp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.rcp --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.rcp --- [INFO] Resolving class path of org.eclipse.rcp [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.rcp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.rcp --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.rcp/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.rcp --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.rcp/target/org.eclipse.rcp-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcp --- [INFO] No baseline version MavenProject: org.eclipse.rcp:org.eclipse.rcp:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.rcp/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rcp --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.cocoa >-------------- [INFO] Building [bundle] Eclipse UI MacOS X Enhancements 1.3.100-SNAPSHOT [289/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.cocoa --- [INFO] The project's OSGi version is 1.3.100.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.cocoa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.cocoa --- [INFO] Resolving class path of [bundle] Eclipse UI MacOS X Enhancements [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.cocoa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.cocoa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.cocoa --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.cocoa --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.cocoa --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.cocoa --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/target/org.eclipse.ui.cocoa-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/target/org.eclipse.ui.cocoa-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.cocoa --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.cocoa:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.cocoa --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.rcp.feature:org.eclipse.rcp >--------------- [INFO] Building org.eclipse.rcp.feature 4.28.0-SNAPSHOT [290/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.rcp --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.rcp/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcp --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.rcp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.rcp --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.rcp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.rcp/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.rcp/target/org.eclipse.rcp-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcp --- [INFO] No baseline version MavenProject: org.eclipse.rcp.feature:org.eclipse.rcp:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.rcp/pom.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcp --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.rcp/target/org.eclipse.rcp-4.28.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.rcp --- [INFO] No baseline version MavenProject: org.eclipse.rcp.feature:org.eclipse.rcp:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.rcp/pom.xml [WARNING] artifact org.eclipse.rcp.feature:org.eclipse.rcp:xml:p2metadata:4.28.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.rcp.feature:org.eclipse.rcp:xml:p2artifacts:4.28.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rcp --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.text.quicksearch >---------- [INFO] Building [bundle] Quick Search 1.1.500-SNAPSHOT [291/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.text.quicksearch --- [INFO] The project's OSGi version is 1.1.500.v20230129-1959 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.text.quicksearch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.text.quicksearch --- [INFO] Resolving class path of [bundle] Quick Search [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.text.quicksearch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.text.quicksearch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.text.quicksearch --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.text.quicksearch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text.quicksearch --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.text.quicksearch --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch/target/org.eclipse.text.quicksearch-1.1.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.text.quicksearch --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch/target/org.eclipse.text.quicksearch-1.1.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text.quicksearch --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text.quicksearch --- [INFO] Execution was skipped [INFO] [INFO] ---------< eclipse.platform.ua:org.eclipse.ui.intro.universal >--------- [INFO] Building [bundle] Universal Welcome 3.4.300-SNAPSHOT [292/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.universal --- [INFO] The project's OSGi version is 3.4.300.v20220619-1918 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.intro.universal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.universal/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro.universal --- [INFO] Resolving class path of [bundle] Universal Welcome [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.intro.universal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.universal/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.intro.universal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.universal/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.intro.universal --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.intro.universal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.universal/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro.universal --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.intro.universal --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/org.eclipse.ui.intro.universal-3.4.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.universal --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.universal/target/org.eclipse.ui.intro.universal-3.4.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro.universal --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.universal:3.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.universal/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.universal --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.ui.browser >------------- [INFO] Building [bundle] Browser Support 3.7.400-SNAPSHOT [293/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.browser --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.browser --- [INFO] The project's OSGi version is 3.7.400.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.browser --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.browser --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.browser/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.browser --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.browser --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.browser --- [INFO] Resolving class path of [bundle] Browser Support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.browser/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.browser --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.browser --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.browser --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.browser/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.browser --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.browser --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/org.eclipse.ui.browser-3.7.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.browser/target/org.eclipse.ui.browser-3.7.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.browser --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.browser:3.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.browser/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.browser --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.monitoring >----------- [INFO] Building [bundle] UI Freeze Monitoring 1.2.400-SNAPSHOT [294/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.monitoring --- [INFO] The project's OSGi version is 1.2.400.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.monitoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.monitoring --- [INFO] Resolving class path of [bundle] UI Freeze Monitoring [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.monitoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.monitoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.monitoring --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.monitoring --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.monitoring --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.monitoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/org.eclipse.ui.monitoring-1.2.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.monitoring --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/target/org.eclipse.ui.monitoring-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.monitoring --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.monitoring:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.monitoring --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.platform:org.eclipse.ui.net >--------------- [INFO] Building [bundle] Internet Connection Management UI 1.4.100-SNAPSHOT [295/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.net --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.net --- [INFO] The project's OSGi version is 1.4.100.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.net --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.net --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.ui.net/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.net --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.net --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.net --- [INFO] Resolving class path of [bundle] Internet Connection Management UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.ui.net/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.ui.net/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.net --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.ui.net/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.net --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.net --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.ui.net/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.net --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.net --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.ui.net/target/org.eclipse.ui.net-1.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.ui.net/target/org.eclipse.ui.net-1.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.net --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.net:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.ui.net/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.net --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.themes >------------- [INFO] Building [bundle] Eclipse SDK Themes 1.2.2200-SNAPSHOT [296/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.themes --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.themes --- [INFO] The project's OSGi version is 1.2.2200.v20230220-0932 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.themes --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.themes --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.themes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.themes/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.themes --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.themes --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.themes --- [INFO] Resolving class path of [bundle] Eclipse SDK Themes [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.themes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.themes/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.themes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.themes/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.themes --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.themes/src does not exist [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.themes --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.themes --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.themes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.themes/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.themes --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.themes --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.themes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-1.2.2200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.themes --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-1.2.2200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.themes --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.themes:1.2.2200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.themes/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.themes --- [INFO] Execution was skipped [INFO] [INFO] --------< eclipse.platform.ua:org.eclipse.ui.intro.quicklinks >--------- [INFO] Building [bundle] Quicklinks for the Welcome Framework 1.1.200-SNAPSHOT [297/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.quicklinks --- [INFO] The project's OSGi version is 1.1.200.v20220619-1918 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.intro.quicklinks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro.quicklinks --- [INFO] Resolving class path of [bundle] Quicklinks for the Welcome Framework [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.intro.quicklinks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.intro.quicklinks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.intro.quicklinks --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.intro.quicklinks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro.quicklinks --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.intro.quicklinks --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/org.eclipse.ui.intro.quicklinks-1.1.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.quicklinks --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/target/org.eclipse.ui.intro.quicklinks-1.1.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro.quicklinks --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.quicklinks:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.quicklinks --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.team.genericeditor.diff.extension >-- [INFO] Building [bundle] Diff Extension for Generic Editor 1.1.100-SNAPSHOT [298/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] The project's OSGi version is 1.1.100.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Resolving class path of [bundle] Diff Extension for Generic Editor [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/target/org.eclipse.team.genericeditor.diff.extension-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/target/org.eclipse.team.genericeditor.diff.extension-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.genericeditor.diff.extension:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.genericeditor.diff.extension --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.platform:org.eclipse.core.filesystem.linux.ppc64le >--- [INFO] Building org.eclipse.core.filesystem.linux.ppc64le 1.4.200-SNAPSHOT [299/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] The project's OSGi version is 1.4.200.v20220812-1420 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Resolving class path of org.eclipse.core.filesystem.linux.ppc64le [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.linux.ppc64le --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/target/org.eclipse.core.filesystem.linux.ppc64le-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/target/org.eclipse.core.filesystem.linux.ppc64le-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.ppc64le --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.ppc64le:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.ppc64le:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.ppc64le --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.platform:org.eclipse.core.filesystem.linux.aarch64 >--- [INFO] Building org.eclipse.core.filesystem.linux.aarch64 1.4.200-SNAPSHOT [300/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] The project's OSGi version is 1.4.200.v20220812-1420 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Resolving class path of org.eclipse.core.filesystem.linux.aarch64 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.linux.aarch64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/target/org.eclipse.core.filesystem.linux.aarch64-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/target/org.eclipse.core.filesystem.linux.aarch64-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.aarch64:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.aarch64 --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.compare.win32 >----------- [INFO] Building org.eclipse.compare.win32 1.2.900-SNAPSHOT [301/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare.win32 --- [INFO] The project's OSGi version is 1.2.900.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.compare.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare.win32 --- [INFO] Resolving class path of org.eclipse.compare.win32 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.compare.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.compare.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.compare.win32 --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.win32/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.compare.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.win32/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.win32 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.win32/target/org.eclipse.compare.win32-1.2.900-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.win32/target/org.eclipse.compare.win32-1.2.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.win32 --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.win32:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.compare.win32/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.win32 --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.platform:org.eclipse.core.filesystem.win32.x86_64 >---- [INFO] Building org.eclipse.core.filesystem.win32.x86_64 1.4.300-SNAPSHOT [302/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] The project's OSGi version is 1.4.300.v20220812-1420 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Resolving class path of org.eclipse.core.filesystem.win32.x86_64 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.win32.x86_64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/target/org.eclipse.core.filesystem.win32.x86_64-1.4.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/target/org.eclipse.core.filesystem.win32.x86_64-1.4.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.win32.x86_64 --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.win32.x86_64:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.win32.x86_64:1.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.win32.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.core.net.win32 >----------- [INFO] Building org.eclipse.core.net.win32 1.0.100-SNAPSHOT [303/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.net.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.net.win32 --- [INFO] The project's OSGi version is 1.0.100.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.net.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.net.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.net.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.net.win32 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.net.win32 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.net.win32 --- [INFO] Resolving class path of org.eclipse.core.net.win32 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.net.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.net.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.net.win32 --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.net.win32 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.net.win32 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.net.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.net.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.net.win32 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.net.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32/target/org.eclipse.core.net.win32-1.0.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.net.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32/target/org.eclipse.core.net.win32-1.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net.win32 --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net.win32:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net.win32 --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.core.net.win32.x86_64 >------- [INFO] Building org.eclipse.core.net.win32.x86_64 1.1.700-SNAPSHOT [304/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.net.win32.x86_64 --- [INFO] The project's OSGi version is 1.1.700.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.net.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Resolving class path of org.eclipse.core.net.win32.x86_64 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.net.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.net.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.net.win32.x86_64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.net.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.net.win32.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32.x86_64/target/org.eclipse.core.net.win32.x86_64-1.1.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32.x86_64/target/org.eclipse.core.net.win32.x86_64-1.1.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net.win32.x86_64 --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net.win32.x86_64:1.1.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/bundles/org.eclipse.core.net.win32.x86_64/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net.win32.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.platform:org.eclipse.core.resources.win32.x86_64 >---- [INFO] Building org.eclipse.core.resources.win32.x86_64 3.5.500-SNAPSHOT [305/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] The project's OSGi version is 3.5.500.v20220812-1420 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Resolving class path of org.eclipse.core.resources.win32.x86_64 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.resources.win32.x86_64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.win32.x86_64/target/org.eclipse.core.resources.win32.x86_64-3.5.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.resources.win32.x86_64:3.5.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.resources.win32.x86_64 --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.win32 >-------------- [INFO] Building [bundle] Eclipse UI Win32 Enhancements 3.4.600-SNAPSHOT [306/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.win32 --- [INFO] The project's OSGi version is 3.4.600.v20230214-1401 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.win32 --- [INFO] Resolving class path of [bundle] Eclipse UI Win32 Enhancements [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.win32 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.win32/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.win32 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/org.eclipse.ui.win32-3.4.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.win32/target/org.eclipse.ui.win32-3.4.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.win32 --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.win32:3.4.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/bundles/org.eclipse.ui.win32/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.win32 --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.core.filesystem.macosx >------- [INFO] Building org.eclipse.core.filesystem.macosx 1.3.400-SNAPSHOT [307/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.macosx --- [INFO] The project's OSGi version is 1.3.400.v20220812-1420 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.macosx --- [INFO] Resolving class path of org.eclipse.core.filesystem.macosx [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.filesystem.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.filesystem.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.macosx --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.filesystem.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.macosx --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/target/org.eclipse.core.filesystem.macosx-1.3.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/target/org.eclipse.core.filesystem.macosx-1.3.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.macosx --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.macosx:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.macosx:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.macosx --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform.feature:org.eclipse.platform >---------- [INFO] Building org.eclipse.platform.feature 4.28.0-SNAPSHOT [308/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.platform --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.platform-feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.platform --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.platform-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.platform --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.platform-feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.platform --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.platform-feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.platform-feature/target/org.eclipse.platform-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform --- [INFO] No baseline version MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.platform --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.platform-feature/target/org.eclipse.platform-4.28.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.platform --- [INFO] No baseline version MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml [WARNING] artifact org.eclipse.platform.feature:org.eclipse.platform:xml:p2metadata:4.28.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.platform.feature:org.eclipse.platform:xml:p2artifacts:4.28.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ua.tests >-------------- [INFO] Building org.eclipse.pde.ua.tests 1.2.100-SNAPSHOT [309/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ua.tests --- [INFO] The project's OSGi version is 1.2.100.v20221111-1233 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ua.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ua.tests --- [INFO] Resolving class path of org.eclipse.pde.ua.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ua.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ua.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ua.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ua.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ua.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ua.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ua.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ua.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/tests.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ua.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.tests:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ua/org.eclipse.pde.ua.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.pde.ua.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ua.tests --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.pde:org.eclipse.pde.junit.runtime.tests >--------- [INFO] Building org.eclipse.pde.junit.runtime.tests 3.7.0-SNAPSHOT [310/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.junit.runtime.tests --- [INFO] The project's OSGi version is 3.7.0.v20230221-2131 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.junit.runtime.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Resolving class path of org.eclipse.pde.junit.runtime.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.junit.runtime.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.junit.runtime.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.junit.runtime.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.junit.runtime.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.junit.runtime.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/target/org.eclipse.pde.junit.runtime.tests-3.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/target/org.eclipse.pde.junit.runtime.tests-3.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.junit.runtime.tests --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime.tests:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.junit.runtime.tests --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.pde:org.eclipse.pde.ui.tests.smartimport >-------- [INFO] Building org.eclipse.pde.ui.tests.smartimport 1.2.0-SNAPSHOT [311/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] The project's OSGi version is 1.2.0.v20221209-1019 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests.smartimport/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Resolving class path of org.eclipse.pde.ui.tests.smartimport [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Copying 8 resources [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 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Copying 8 resources [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 [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests.smartimport/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ui.tests.smartimport --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests.smartimport/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests.smartimport/target/org.eclipse.pde.ui.tests.smartimport-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests.smartimport/target/org.eclipse.pde.ui.tests.smartimport-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests.smartimport:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.tests.smartimport/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.tests.smartimport --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.pde:org.eclipse.pde.ui.templates.tests >--------- [INFO] Building org.eclipse.pde.ui.templates.tests 1.2.0-SNAPSHOT [312/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.templates.tests --- [INFO] The project's OSGi version is 1.2.0.v20230221-2131 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.ui.templates.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ui.templates.tests --- [INFO] Resolving class path of org.eclipse.pde.ui.templates.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.ui.templates.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.ui.templates.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ui.templates.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.ui.templates.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.ui.templates.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ui.templates.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ui.templates.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.templates.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/tests.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui.templates.tests --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.pde.ui.templates.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.templates.tests --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests >---- [INFO] Building org.eclipse.pde.genericeditor.extension.tests 1.1.200-SNAPSHOT [313/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] The project's OSGi version is 1.1.200.v20220810-1011 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Resolving class path of org.eclipse.pde.genericeditor.extension.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.genericeditor.extension.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.1.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.1.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.genericeditor.extension.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.genericeditor.extension.tests --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.pde:org.eclipse.pde.unittest.junit >----------- [INFO] Building [bundle] Plug-in Development Unit Test support 1.0.300-SNAPSHOT [314/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.unittest.junit --- [INFO] The project's OSGi version is 1.0.300.v20220805-0859 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.unittest.junit/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.unittest.junit --- [INFO] Resolving class path of [bundle] Plug-in Development Unit Test support [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.unittest.junit/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.unittest.junit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.unittest.junit --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.unittest.junit/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.unittest.junit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.unittest.junit/target/org.eclipse.pde.unittest.junit-1.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.unittest.junit/target/org.eclipse.pde.unittest.junit-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.unittest.junit --- [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.unittest.junit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/ui/org.eclipse.pde.unittest.junit/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.unittest.junit --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.pde:org.eclipse.pde.build.tests >------------- [INFO] Building [test-bundle] Tests Plug-in 1.3.500-SNAPSHOT [315/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.build.tests --- [INFO] The project's OSGi version is 1.3.500.v20220813-1730 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.build.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.build.tests --- [INFO] Resolving class path of [test-bundle] Tests Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.build.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.build.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.build.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.pde.build.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.build.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.build.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.build.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.3.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.build.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.3.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.build.tests --- [WARNING] MavenProject: org.eclipse.pde:org.eclipse.pde.build.tests:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.build.tests:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/build/org.eclipse.pde.build.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.pde.build.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.build.tests --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit >-- [INFO] Building [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) 1.0.300-SNAPSHOT [316/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.unittest.junit --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde.unittest.junit --- [INFO] The project's OSGi version is 1.0.300.v20220813-1730 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.unittest.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.pde.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/target/org.eclipse.pde.unittest.junit-1.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.unittest.junit --- [INFO] MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde.unittest.junit --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.pde.unittest.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/target/org.eclipse.pde.unittest.junit-1.0.300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.pde.unittest.junit --- [INFO] MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [WARNING] artifact org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:xml:p2metadata:1.0.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:xml:p2artifacts:1.0.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.unittest.junit --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.update.configurator.tests >----- [INFO] Building [test-bundle] Install/Update Configurator Test Plugin 0.1.0-SNAPSHOT [317/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.update.configurator.tests --- [INFO] The project's OSGi version is 0.1.0.v20221006-1046 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.update.configurator.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.update.configurator.tests --- [INFO] Resolving class path of [test-bundle] Install/Update Configurator Test Plugin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.update.configurator.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.update.configurator.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.update.configurator.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.update.configurator.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.update.configurator.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.update.configurator.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.update.configurator.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator.tests/target/org.eclipse.update.configurator.tests-0.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.update.configurator.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator.tests/target/org.eclipse.update.configurator.tests-0.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.update.configurator.tests --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.update.configurator.tests:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/update/org.eclipse.update.configurator.tests/.polyglot.META-INF [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.update.configurator.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.update.configurator.tests --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.ant.tests.core >----------- [INFO] Building [test-bundle] Ant Core Test Plugin 3.6.400-SNAPSHOT [318/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.tests.core --- [INFO] The project's OSGi version is 3.6.400.v20221006-1046 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ant.tests.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.tests.core --- [INFO] Resolving class path of [test-bundle] Ant Core Test Plugin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ant.tests.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ant.tests.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.tests.core --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/target/anttestscore.jar-classes [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/target/lib/antTestsSupport.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ant.tests.core --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ant.tests.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.tests.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.6.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/anttestscore.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/lib/antTestsSupport.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.6.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.tests.core --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.ant.tests.core:3.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.tests.core:3.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ant.tests.core --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.tests.core --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.ant.tests.ui >------------ [INFO] Building [test-bundle] Ant UI Test Plugin 3.10.400-SNAPSHOT [319/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.tests.ui --- [INFO] The project's OSGi version is 3.10.400.v20220720-1909 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ant.tests.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.tests.ui --- [INFO] Resolving class path of [test-bundle] Ant UI Test Plugin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ant.tests.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ant.tests.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.tests.ui --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/anttestsui.jar-classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/lib/antUITestsSupport.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ant.tests.ui --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ant.tests.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.tests.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.tests.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.10.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.tests.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/anttestsui.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/lib/antUITestsSupport.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.10.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.tests.ui --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.ant.tests.ui:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.tests.ui:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/ant/org.eclipse.ant.tests.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ant.tests.ui --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.tests.ui --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.platform:org.eclipse.sdk >---------------- [INFO] Building [bundle] Eclipse Project SDK 4.28.0-SNAPSHOT [320/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.sdk --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.sdk --- [INFO] Resolving class path of [bundle] Eclipse Project SDK [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.sdk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.sdk --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.sdk/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.sdk --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.sdk/target/org.eclipse.sdk-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.sdk:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/platform/org.eclipse.sdk/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.core.tools >------------- [INFO] Building [bundle] Core Tools 1.8.100-SNAPSHOT [321/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tools --- [INFO] The project's OSGi version is 1.8.100.v20220718-1722 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tools --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tools --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tools --- [INFO] Resolving class path of [bundle] Core Tools [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.tools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tools --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.tools/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tools --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.tools --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.tools/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tools --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.tools/target/org.eclipse.core.tools-1.8.100-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.core.tools --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.tools/target/org.eclipse.core.tools-1.8.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tools --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.tools:1.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/bundles/org.eclipse.core.tools/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tools --- [INFO] Execution was skipped [INFO] [INFO] --------------------< org.eclipse.equinox:features >-------------------- [INFO] Building [aggregator] features 4.28.0-SNAPSHOT [322/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ features --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ features --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ features --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ features --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.core.feature >-------- [INFO] Building [feature] Equinox Core Function 1.13.1000-SNAPSHOT [323/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.feature --- [INFO] The project's OSGi version is 1.13.1000.v20230220-1352 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.13.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.13.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.13.1000-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.core.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.13.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.core.feature:xml:p2metadata:1.13.1000-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.core.feature:xml:p2artifacts:1.13.1000-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.feature --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.core.runtime.feature >-------- [INFO] Building [feature] Eclipse Core Runtime Infrastructure 1.3.200-SNAPSHOT [324/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.core.runtime.feature --- [INFO] The project's OSGi version is 1.3.200.v20230220-1352 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.runtime.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/features/org.eclipse.core.runtime.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.runtime.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/features/org.eclipse.core.runtime.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.runtime.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/features/org.eclipse.core.runtime.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.core.runtime.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/features/org.eclipse.core.runtime.feature/target/org.eclipse.core.runtime.feature-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.runtime.feature --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.runtime.feature:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/features/org.eclipse.core.runtime.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.core.runtime.feature --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.runtime.feature --- [INFO] Execution was skipped [INFO] [INFO] -----------------< org.eclipse.platform:runtime-tests >----------------- [INFO] Building [aggregator] tests 4.28.0-SNAPSHOT [325/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ runtime-tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ runtime-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ runtime-tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ runtime-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ runtime-tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ runtime-tests --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.core.contenttype.tests >------- [INFO] Building [test-bundle] Content-Types Tests 1.1.0-SNAPSHOT [326/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.contenttype.tests --- [INFO] The project's OSGi version is 1.1.0.v20221006-1046 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.contenttype.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.contenttype.tests --- [INFO] Resolving class path of [test-bundle] Content-Types Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.contenttype.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.contenttype.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.contenttype.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.contenttype.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.contenttype.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.contenttype.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.contenttype.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/target/org.eclipse.core.contenttype.tests-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.contenttype.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/target/org.eclipse.core.contenttype.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.contenttype.tests --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.contenttype.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/.polyglot.META-INF [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.core.contenttype.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.contenttype.tests --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.core.expressions.tests >------- [INFO] Building [test-bundle] Expression Language Tests 3.6.200-SNAPSHOT [327/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.expressions.tests --- [INFO] The project's OSGi version is 3.6.200.v20221006-1046 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.expressions.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.expressions.tests --- [INFO] Resolving class path of [test-bundle] Expression Language Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.expressions.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.expressions.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.expressions.tests --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.expressions.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.expressions.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.expressions.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/target/org.eclipse.core.expressions.tests-3.6.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/target/org.eclipse.core.expressions.tests-3.6.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.expressions.tests --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.expressions.tests:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.expressions.tests:3.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.core.expressions.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.expressions.tests --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.core.tests.harness >--------- [INFO] Building [bundle] Eclipse Core Tests Harness 3.14.0-SNAPSHOT [328/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.harness --- [INFO] The project's OSGi version is 3.14.0.v20221120-0720 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tests.harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.harness --- [INFO] Resolving class path of [bundle] Eclipse Core Tests Harness [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tests.harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tests.harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.harness --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.harness --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.tests.harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.harness --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.harness --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/target/org.eclipse.core.tests.harness-3.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.harness --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/target/org.eclipse.core.tests.harness-3.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.harness --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.tests.harness:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.tests.harness:3.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.harness --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.core.tests.runtime >--------- [INFO] Building [test-bundle] Eclipse Core Tests Runtime 3.20.500-SNAPSHOT [329/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.runtime --- [INFO] The project's OSGi version is 3.20.500.v20230125-1531 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tests.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.runtime --- [INFO] Resolving class path of [test-bundle] Eclipse Core Tests Runtime [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tests.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tests.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.runtime --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.runtime --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.tests.runtime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.runtime --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.20.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.20.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.runtime --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.tests.runtime:3.20.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.core.tests.runtime --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.runtime --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.core.tests >----------- [INFO] Building [test-bundle] E4 Core Tests 1.2.500-SNAPSHOT [330/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.tests --- [INFO] The project's OSGi version is 1.2.500.v20220904-1138 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.tests --- [INFO] Resolving class path of [test-bundle] E4 Core Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.tests --- [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.core.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/target/org.eclipse.e4.core.tests-1.2.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.tests --- [WARNING] Checking Service-Component header that contains wildcards is currently not supported [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/target/org.eclipse.e4.core.tests-1.2.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.tests --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.e4.core.tests:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.tests:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.core.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.tests --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:eclipse.platform.team.tests >---------- [INFO] Building eclipse.platform.team.tests 4.28.0-SNAPSHOT [331/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.team.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.team.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.team.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.team.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.team.tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.team.tests --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:eclipse.platform.resources.tests >-------- [INFO] Building eclipse.platform.resources.tests 4.28.0-SNAPSHOT [332/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.resources.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.resources.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.resources.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.resources.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.resources.tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources.tests --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.platform:org.eclipse.core.tests.filesystem.feature >--- [INFO] Building [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT [333/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.core.tests.filesystem.feature --- [INFO] The project's OSGi version is 4.6.0.v20220812-1420 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tests.filesystem.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.filesystem.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tests.filesystem.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.filesystem.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tests.filesystem.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.filesystem.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.core.tests.filesystem.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.filesystem.feature/target/org.eclipse.core.tests.filesystem.feature-4.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.filesystem.feature --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.tests.filesystem.feature:4.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.filesystem.feature/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.core.tests.filesystem.feature --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.filesystem.feature --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.core.tests.resources >-------- [INFO] Building org.eclipse.core.tests.resources 3.11.0-SNAPSHOT [334/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources --- [INFO] The project's OSGi version is 3.11.0.v20230209-1022 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tests.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.resources --- [INFO] Resolving class path of org.eclipse.core.tests.resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tests.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tests.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.resources --- [INFO] Compiling 322 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.resources --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.tests.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.resources --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/target/org.eclipse.core.tests.resources-3.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/target/org.eclipse.core.tests.resources-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.core.tests.resources --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.compare.tests >----------- [INFO] Building [test-bundle] Compare Tests 3.7.200-SNAPSHOT [335/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.compare.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare.tests --- [INFO] The project's OSGi version is 3.7.200.v20221031-1205 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.compare.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.compare.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare.tests --- [INFO] Resolving class path of [test-bundle] Compare Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.compare.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.compare.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.compare.tests --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.compare.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.compare.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/target/org.eclipse.compare.tests-3.7.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/target/org.eclipse.compare.tests-3.7.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.tests --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.compare.tests:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.tests:3.7.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.compare.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.compare.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.tests --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.core:org.eclipse.core.tests.net >------------- [INFO] Building org.eclipse.core.tests.net 1.5.100-SNAPSHOT [336/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.net --- [INFO] The project's OSGi version is 1.5.100.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tests.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.net --- [INFO] Resolving class path of org.eclipse.core.tests.net [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tests.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tests.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.net --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.net --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.tests.net --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.net --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/target/org.eclipse.core.tests.net-1.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.net --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/target/org.eclipse.core.tests.net-1.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.net --- [WARNING] MavenProject: org.eclipse.core:org.eclipse.core.tests.net:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.core:org.eclipse.core.tests.net:1.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.core.tests.net/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.core.tests.net --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.net --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.jsch:org.eclipse.jsch.tests >--------------- [INFO] Building org.eclipse.jsch.tests 1.2.0-SNAPSHOT [337/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jsch.tests --- [INFO] The project's OSGi version is 1.2.0.v20220813-1037 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jsch.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jsch.tests --- [INFO] Resolving class path of org.eclipse.jsch.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jsch.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jsch.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jsch.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jsch.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jsch.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/target/test-classes [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jsch.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jsch.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/target/org.eclipse.jsch.tests-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jsch.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/target/org.eclipse.jsch.tests-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jsch.tests --- [WARNING] MavenProject: org.eclipse.jsch:org.eclipse.jsch.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.jsch:org.eclipse.jsch.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.jsch.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jsch.tests --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.team:org.eclipse.team.tests.core >------------ [INFO] Building org.eclipse.team.tests.core 3.9.200-SNAPSHOT [338/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.team.tests.core --- [INFO] The project's OSGi version is 3.9.200.v20221006-1046 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.team.tests.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.team.tests.core --- [INFO] Resolving class path of org.eclipse.team.tests.core [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.team.tests.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.team.tests.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.team.tests.core --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.team.tests.core --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.team.tests.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.tests.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.team.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/target/org.eclipse.team.tests.core-3.9.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.team.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/target/org.eclipse.team.tests.core-3.9.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.tests.core --- [WARNING] MavenProject: org.eclipse.team:org.eclipse.team.tests.core:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.team:org.eclipse.team.tests.core:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/tests/org.eclipse.team.tests.core/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.team.tests.core --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.tests.core --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.compare.examples >---------- [INFO] Building org.eclipse.compare.examples 3.3.100-SNAPSHOT [339/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.compare.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare.examples --- [INFO] The project's OSGi version is 3.3.100.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.compare.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.compare.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare.examples --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare.examples --- [INFO] Resolving class path of org.eclipse.compare.examples [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.compare.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.compare.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.compare.examples --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare.examples --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.compare.examples --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.compare.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.compare.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples/target/org.eclipse.compare.examples-3.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples/target/org.eclipse.compare.examples-3.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.examples --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.examples:3.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.examples --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.compare.examples.xml >-------- [INFO] Building org.eclipse.compare.examples.xml 3.5.100-SNAPSHOT [340/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare.examples.xml --- [INFO] The project's OSGi version is 3.5.100.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.compare.examples.xml --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare.examples.xml --- [INFO] Resolving class path of org.eclipse.compare.examples.xml [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.compare.examples.xml --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.compare.examples.xml --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.compare.examples.xml --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.compare.examples.xml --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.compare.examples.xml --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.examples.xml --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare.examples.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/target/org.eclipse.compare.examples.xml-3.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare.examples.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/target/org.eclipse.compare.examples.xml-3.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.examples.xml --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.examples.xml:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.examples.xml --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.team.examples.filesystem >------ [INFO] Building org.eclipse.team.examples.filesystem 3.6.100-SNAPSHOT [341/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.team.examples.filesystem --- [INFO] The project's OSGi version is 3.6.100.v20220812-1406 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.team.examples.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.team.examples.filesystem --- [INFO] Resolving class path of org.eclipse.team.examples.filesystem [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.team.examples.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.team.examples.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.team.examples.filesystem --- [INFO] Compiling 101 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.team.examples.filesystem --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.team.examples.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.examples.filesystem --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.team.examples.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/target/org.eclipse.team.examples.filesystem-3.6.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.team.examples.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/target/org.eclipse.team.examples.filesystem-3.6.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.examples.filesystem --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.examples.filesystem:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.examples.filesystem --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.core.filesystem.linux.loongarch64 >-- [INFO] Building org.eclipse.core.filesystem.linux.loongarch64 1.4.200-SNAPSHOT [342/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] The project's OSGi version is 1.4.200.v20220812-1420 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] Resolving class path of org.eclipse.core.filesystem.linux.loongarch64 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.linux.loongarch64 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/target/org.eclipse.core.filesystem.linux.loongarch64-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/target/org.eclipse.core.filesystem.linux.loongarch64-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.loongarch64:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.loongarch64 --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.core.resources.spysupport >----- [INFO] Building [bundle] Core Resource Management Spy Support Fragment 1.5.300-SNAPSHOT [343/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.resources.spysupport --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.resources.spysupport --- [INFO] The project's OSGi version is 1.5.300.v20220812-1420 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.resources.spysupport --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.resources.spysupport --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.resources.spysupport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.resources.spysupport --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.resources.spysupport --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.resources.spysupport --- [INFO] Resolving class path of [bundle] Core Resource Management Spy Support Fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.resources.spysupport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.resources.spysupport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.resources.spysupport --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.resources.spysupport --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.resources.spysupport --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.resources.spysupport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.resources.spysupport --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.resources.spysupport --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.resources.spysupport --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/target/org.eclipse.core.resources.spysupport-1.5.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.resources.spysupport --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/target/org.eclipse.core.resources.spysupport-1.5.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.resources.spysupport --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.resources.spysupport:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.resources.spysupport --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.core.tools.resources >-------- [INFO] Building org.eclipse.core.tools.resources 1.6.0-SNAPSHOT [344/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tools.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tools.resources --- [INFO] The project's OSGi version is 1.6.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tools.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tools.resources --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tools.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tools.resources --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tools.resources --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tools.resources --- [INFO] Resolving class path of org.eclipse.core.tools.resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tools.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tools.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tools.resources --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tools.resources --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.tools.resources --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.tools.resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tools.resources --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tools.resources --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tools.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/target/org.eclipse.core.tools.resources-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.core.tools.resources --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tools.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/target/org.eclipse.core.tools.resources-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tools.resources --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.tools.resources:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tools.resources --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:eclipse.platform.resources.examples >------ [INFO] Building eclipse.platform.resources.examples 4.28.0-SNAPSHOT [345/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.resources.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.resources.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.resources.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.resources.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.resources.examples --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources.examples --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.filesystem >------- [INFO] Building [bundle] Efs Examples Plug-in 1.0.0-SNAPSHOT [346/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.filesystem --- [INFO] The project's OSGi version is 1.0.0.v20220812-1420 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.filesystem --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.filesystem --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.filesystem --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.filesystem --- [INFO] Resolving class path of [bundle] Efs Examples Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.filesystem --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.filesystem --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.filesystem --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.filesystem --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.filesystem --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.filesystem --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.filesystem --- [WARNING] Bundle localization file /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/plugin.properties not found [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/target/org.eclipse.ui.examples.filesystem-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.filesystem --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/target/org.eclipse.ui.examples.filesystem-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.filesystem --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.filesystem:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.filesystem --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant1 >-- [INFO] Building [bundle] Save Participant 1 3.5.0-SNAPSHOT [347/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] The project's OSGi version is 3.5.0.v20221122-0837 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Resolving class path of [bundle] Save Participant 1 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.resources.saveparticipant1 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/test-classes [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/org.eclipse.core.tests.resources.saveparticipant1-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/org.eclipse.core.tests.resources.saveparticipant1-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant1:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant1 --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant2 >-- [INFO] Building [bundle] Save Participant 2 3.5.0-SNAPSHOT [348/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] The project's OSGi version is 3.5.0.v20221122-0837 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Resolving class path of [bundle] Save Participant 2 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.resources.saveparticipant2 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/test-classes [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/org.eclipse.core.tests.resources.saveparticipant2-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/org.eclipse.core.tests.resources.saveparticipant2-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant2:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant2 --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant3 >-- [INFO] Building [bundle] Save Participant 3 3.5.0-SNAPSHOT [349/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] The project's OSGi version is 3.5.0.v20221122-0837 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Resolving class path of [bundle] Save Participant 3 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.resources.saveparticipant3 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/test-classes [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/org.eclipse.core.tests.resources.saveparticipant3-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/org.eclipse.core.tests.resources.saveparticipant3-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant3:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant3 --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant >-- [INFO] Building org.eclipse.core.tests.resources.saveparticipant 3.5.0-SNAPSHOT [350/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] The project's OSGi version is 3.5.0.v20221122-0837 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Resolving class path of org.eclipse.core.tests.resources.saveparticipant [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.resources.saveparticipant --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/org.eclipse.core.tests.resources.saveparticipant-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/org.eclipse.core.tests.resources.saveparticipant-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant --- [INFO] Execution was skipped [INFO] [INFO] -------------------< org.eclipse.platform:ui-tests >-------------------- [INFO] Building [aggregator] tests 4.28.0-SNAPSHOT [351/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ ui-tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ ui-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ ui-tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ ui-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ ui-tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-tests --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.e4.core.commands.tests >------- [INFO] Building [test-bundle] Eclipse e4 core commands tests 0.14.0-SNAPSHOT [352/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands.tests --- [INFO] The project's OSGi version is 0.14.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.commands.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.commands.tests --- [INFO] Resolving class path of [test-bundle] Eclipse e4 core commands tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.core.commands.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.commands.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.commands.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.commands.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.core.commands.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.commands.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.commands.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/target/org.eclipse.e4.core.commands.tests-0.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/target/org.eclipse.e4.core.commands.tests-0.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands.tests:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.core.commands.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands.tests --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.emf.xpath.test >--------- [INFO] Building [test-bundle] XPathTest Model 0.4.0-SNAPSHOT [353/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.emf.xpath.test --- [INFO] The project's OSGi version is 0.4.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.emf.xpath.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.emf.xpath.test --- [INFO] Resolving class path of [test-bundle] XPathTest Model [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.emf.xpath.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.emf.xpath.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.emf.xpath.test --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.emf.xpath.test --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.emf.xpath.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.emf.xpath.test --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.emf.xpath.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/target/org.eclipse.e4.emf.xpath.test-0.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.emf.xpath.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/target/org.eclipse.e4.emf.xpath.test-0.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.emf.xpath.test --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath.test:0.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/.polyglot.META-INF [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.emf.xpath.test --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.emf.xpath.test --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.e4.ui.bindings.tests >-------- [INFO] Building [test-bundle] UI Bindings Tests 0.14.0-SNAPSHOT [354/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.bindings.tests --- [INFO] The project's OSGi version is 0.14.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.bindings.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Resolving class path of [test-bundle] UI Bindings Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.bindings.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.bindings.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.bindings.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.bindings.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.bindings.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/target/org.eclipse.e4.ui.bindings.tests-0.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/target/org.eclipse.e4.ui.bindings.tests-0.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.bindings.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings.tests:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.bindings.tests --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.e4.ui.tests >------------ [INFO] Building [test-bundle] TestModel Model 0.15.0-SNAPSHOT [355/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.tests --- [INFO] The project's OSGi version is 0.15.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.tests --- [INFO] Resolving class path of [test-bundle] TestModel Model [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.tests --- [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/target/org.eclipse.e4.ui.tests-0.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/target/org.eclipse.e4.ui.tests-0.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests:0.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.tests --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.e4.ui.tests.css.core >-------- [INFO] Building [test-bundle] e4 css core tests 1.302.0-SNAPSHOT [356/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.tests.css.core --- [INFO] The project's OSGi version is 1.302.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.tests.css.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Resolving class path of [test-bundle] e4 css core tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.tests.css.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.tests.css.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.tests.css.core --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.tests.css.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.tests.css.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/target/org.eclipse.e4.ui.tests.css.core-1.302.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/target/org.eclipse.e4.ui.tests.css.core-1.302.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.tests.css.core --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests.css.core:1.302.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.tests.css.core --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.tests.css.swt >-------- [INFO] Building [test-bundle] e4 css swt tests (Incubation) 0.12.0-SNAPSHOT [357/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] The project's OSGi version is 0.12.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Resolving class path of [test-bundle] e4 css swt tests (Incubation) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.tests.css.swt --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/target/org.eclipse.e4.ui.tests.css.swt-0.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/target/org.eclipse.e4.ui.tests.css.swt-0.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests.css.swt:0.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.tests.css.swt --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt.test >-- [INFO] Building [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.0-SNAPSHOT [358/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] The project's OSGi version is 1.5.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Resolving class path of [test-bundle] Modelled UI addons tests bundle (Incubation) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench.addons.swt.test --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/org.eclipse.e4.ui.workbench.addons.swt.test-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/org.eclipse.e4.ui.workbench.addons.swt.test-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt.test:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/.polyglot.META-INF [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.addons.swt.test --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.tests.harness >---------- [INFO] Building [test-bundle] Harness Plug-in 1.10.0-SNAPSHOT [359/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.harness --- [INFO] The project's OSGi version is 1.10.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.harness --- [INFO] Resolving class path of [test-bundle] Harness Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.tests.harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.tests.harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.harness --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.harness --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.tests.harness --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.harness --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.harness --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/target/org.eclipse.ui.tests.harness-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.harness --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/target/org.eclipse.ui.tests.harness-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.harness --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.harness:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.harness --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.harness --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.jface.tests >------------ [INFO] Building [test-bundle] Jface tests 1.4.0-SNAPSHOT [360/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests --- [INFO] The project's OSGi version is 1.4.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.tests --- [INFO] Resolving class path of [test-bundle] Jface tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.tests --- [INFO] Compiling 194 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests/target/org.eclipse.jface.tests-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests/target/org.eclipse.jface.tests-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.tests:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jface.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:eclipse.platform.ui.examples >---------- [INFO] Building eclipse.platform.ui.examples 4.28.0-SNAPSHOT [361/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.ui.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.ui.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.ui.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.ui.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.ui.examples --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.examples --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.platform:org.eclipse.jface.examples.databinding >----- [INFO] Building [bundle] JFace Data Binding Examples 1.4.0-SNAPSHOT [362/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.examples.databinding --- [INFO] The project's OSGi version is 1.4.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.examples.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.examples.databinding --- [INFO] Resolving class path of [bundle] JFace Data Binding Examples [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.examples.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.examples.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.examples.databinding --- [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.examples.databinding --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.examples.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.examples.databinding --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.examples.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.examples.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.examples.databinding --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.examples.databinding:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.examples.databinding --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.jface.tests.databinding.conformance >-- [INFO] Building [test-bundle] JFace Data Binding Conformance Tests 1.5.0-SNAPSHOT [363/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] The project's OSGi version is 1.5.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Resolving class path of [test-bundle] JFace Data Binding Conformance Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.tests.databinding.conformance --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/target/org.eclipse.jface.tests.databinding.conformance-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/target/org.eclipse.jface.tests.databinding.conformance-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.tests.databinding.conformance:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests.databinding.conformance --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.jface.tests.databinding >------ [INFO] Building [test-bundle] JFace Data Binding Tests 1.12.0-SNAPSHOT [364/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests.databinding --- [INFO] The project's OSGi version is 1.12.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.tests.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.tests.databinding --- [INFO] Resolving class path of [test-bundle] JFace Data Binding Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.tests.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.tests.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.tests.databinding --- [INFO] Compiling 224 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.tests.databinding --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.tests.databinding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.tests.databinding --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.tests.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/target/org.eclipse.jface.tests.databinding-1.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.tests.databinding --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/target/org.eclipse.jface.tests.databinding-1.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests.databinding --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.tests.databinding:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jface.tests.databinding --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests.databinding --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.jface.tests.notifications >----- [INFO] Building [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT [365/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.tests.notifications --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests.notifications --- [INFO] The project's OSGi version is 0.2.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.tests.notifications --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.tests.notifications --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.tests.notifications --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.tests.notifications --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.tests.notifications --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.tests.notifications --- [INFO] Resolving class path of [test-bundle] Jface notifications tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.tests.notifications --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.tests.notifications --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.tests.notifications --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.tests.notifications --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.tests.notifications --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.tests.notifications --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.tests.notifications --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.tests.notifications --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/target/org.eclipse.jface.tests.notifications-0.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.tests.notifications --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/target/org.eclipse.jface.tests.notifications-0.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests.notifications --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.jface.tests.notifications:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/.polyglot.META-INF [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jface.tests.notifications --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests.notifications --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.tests.urischeme >---------- [INFO] Building [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.0-SNAPSHOT [366/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tests.urischeme --- [INFO] The project's OSGi version is 1.2.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.tests.urischeme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tests.urischeme --- [INFO] Resolving class path of [test-bundle] Tests for Eclipse URI Scheme Handling [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.tests.urischeme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.tests.urischeme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.tests.urischeme --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.tests.urischeme --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.tests.urischeme --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tests.urischeme --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tests.urischeme --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/target/org.eclipse.tests.urischeme-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tests.urischeme --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/target/org.eclipse.tests.urischeme-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tests.urischeme --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.tests.urischeme:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.tests.urischeme --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tests.urischeme --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.ui.ide.application.tests >------ [INFO] Building [test-bundle] Eclipse UI IDE Application Tests 1.4.0-SNAPSHOT [367/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.ide.application.tests --- [INFO] The project's OSGi version is 1.4.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.ide.application.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.ide.application.tests --- [INFO] Resolving class path of [test-bundle] Eclipse UI IDE Application Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.ide.application.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.ide.application.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.ide.application.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.ide.application.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.ide.application.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.ide.application.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.ide.application.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/target/org.eclipse.ui.ide.application.tests-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.ide.application.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/target/org.eclipse.ui.ide.application.tests-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.ide.application.tests --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.ide.application.tests:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/.polyglot.META-INF [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.ide.application.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.ide.application.tests --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.ui.monitoring.tests >-------- [INFO] Building [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT [368/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.monitoring.tests --- [INFO] The project's OSGi version is 1.3.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.monitoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.monitoring.tests --- [INFO] Resolving class path of [test-bundle] UI Freeze Monitoring Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.monitoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.monitoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.monitoring.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.monitoring.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.monitoring.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.monitoring.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.monitoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/target/org.eclipse.ui.monitoring.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.monitoring.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/target/org.eclipse.ui.monitoring.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.monitoring.tests --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.monitoring.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/.polyglot.META-INF [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.monitoring.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.monitoring.tests --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.tests >-------------- [INFO] Building [test-bundle] Eclipse UI Tests 3.15.1000-SNAPSHOT [369/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests --- [INFO] The project's OSGi version is 3.15.1000.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests --- [INFO] Resolving class path of [test-bundle] Eclipse UI Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests --- [INFO] Compiling 659 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.1000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests:3.15.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.tests.browser >---------- [INFO] Building [test-bundle] Plugin.name 3.4.0 [370/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.tests.browser --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.browser --- [INFO] The project's OSGi version is 3.4.0 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.browser --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.browser --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.tests.browser --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.browser --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.browser --- [INFO] Resolving class path of [test-bundle] Plugin.name [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.tests.browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.tests.browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.browser --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.browser --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.browser --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.tests.browser --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.browser --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/target/org.eclipse.ui.tests.browser-3.4.0-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/target/org.eclipse.ui.tests.browser-3.4.0.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.browser --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.tests.browser:3.4.0 @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/.polyglot.META-INF [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.browser --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.browser --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.ui.tests.forms >----------- [INFO] Building [test-bundle] Forms Test 3.10.0-SNAPSHOT [371/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.forms --- [INFO] The project's OSGi version is 3.10.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.forms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.forms --- [INFO] Resolving class path of [test-bundle] Forms Test [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.tests.forms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.tests.forms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.forms --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.forms --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.tests.forms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.forms --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/target/org.eclipse.ui.tests.forms-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.forms --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/target/org.eclipse.ui.tests.forms-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.forms --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.forms:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.forms --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.forms --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.ui.tests.navigator >--------- [INFO] Building [test-bundle] Common Navigator Tests 3.7.0-SNAPSHOT [372/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.navigator --- [INFO] The project's OSGi version is 3.7.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.navigator --- [INFO] Resolving class path of [test-bundle] Common Navigator Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.tests.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.tests.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.navigator --- [INFO] Compiling 109 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.navigator --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.tests.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.navigator --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/target/org.eclipse.ui.tests.navigator-3.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/target/org.eclipse.ui.tests.navigator-3.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.navigator --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.navigator:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.navigator --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.navigator --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.ui.tests.performance >-------- [INFO] Building [test-bundle] Performance Plug-in 1.6.0-SNAPSHOT [373/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.performance --- [INFO] The project's OSGi version is 1.6.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.performance --- [INFO] Resolving class path of [test-bundle] Performance Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.tests.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.tests.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.performance --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.performance --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.tests.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.performance --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/target/org.eclipse.ui.tests.performance-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.performance --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/target/org.eclipse.ui.tests.performance-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.performance --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.performance:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.performance --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.performance --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.ui.tests.pluginchecks >------- [INFO] Building [test-bundle] Pluginchecks 1.2.0-SNAPSHOT [374/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.pluginchecks --- [INFO] The project's OSGi version is 1.2.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.pluginchecks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Resolving class path of [test-bundle] Pluginchecks [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.tests.pluginchecks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.tests.pluginchecks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.pluginchecks --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.tests.pluginchecks --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.pluginchecks --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/target/org.eclipse.ui.tests.pluginchecks-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/target/org.eclipse.ui.tests.pluginchecks-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.pluginchecks --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.pluginchecks:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.pluginchecks --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.tests.rcp >------------ [INFO] Building [test-bundle] Eclipse RCP Tests 3.6.0-SNAPSHOT [375/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.rcp --- [INFO] The project's OSGi version is 3.6.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.rcp --- [INFO] Resolving class path of [test-bundle] Eclipse RCP Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.tests.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.tests.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.rcp --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.rcp --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.tests.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.rcp --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/target/org.eclipse.ui.tests.rcp-3.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/target/org.eclipse.ui.tests.rcp-3.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.rcp --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.rcp:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.rcp --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.rcp --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.ui.tests.views.properties.tabbed >-- [INFO] Building [test-bundle] Tabbed Properties View Tests 3.8.0-SNAPSHOT [376/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] The project's OSGi version is 3.8.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Resolving class path of [test-bundle] Tabbed Properties View Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Compiling 107 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.views.properties.tabbed --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/target/org.eclipse.ui.tests.views.properties.tabbed-3.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/target/org.eclipse.ui.tests.views.properties.tabbed-3.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.views.properties.tabbed:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.views.properties.tabbed --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.demo.cssbridge >--------- [INFO] Building [bundle] CSS bridge demo 1.3.0-SNAPSHOT [377/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.demo.cssbridge --- [INFO] The project's OSGi version is 1.3.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.demo.cssbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.demo.cssbridge --- [INFO] Resolving class path of [bundle] CSS bridge demo [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.demo.cssbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.demo.cssbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.demo.cssbridge --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.demo.cssbridge --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.demo.cssbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.demo.cssbridge --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.demo.cssbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/target/org.eclipse.e4.demo.cssbridge-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.demo.cssbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/target/org.eclipse.e4.demo.cssbridge-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.demo.cssbridge --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.demo.cssbridge:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.demo.cssbridge --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.examples.job >--------- [INFO] Building [bundle] e4 Progress Examples Plug-in 0.4.0-SNAPSHOT [378/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.examples.job --- [INFO] The project's OSGi version is 0.4.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.ui.examples.job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.examples.job --- [INFO] Resolving class path of [bundle] e4 Progress Examples Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.ui.examples.job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.ui.examples.job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.examples.job --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.examples.job --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.ui.examples.job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.examples.job --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.examples.job --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.examples.job --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.examples.job --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.ui.examples.job:0.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.examples.job --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.jface.snippets >----------- [INFO] Building [bundle] JFace Snippets Plug-in 3.6.0-SNAPSHOT [379/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.snippets --- [INFO] The project's OSGi version is 3.6.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.snippets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.snippets/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.snippets --- [INFO] Resolving class path of [bundle] JFace Snippets Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.snippets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.snippets/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.snippets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.snippets/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.snippets --- [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.snippets/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.snippets --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.snippets --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.snippets/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.snippets --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.snippets --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.snippets --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.snippets --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.jface.snippets:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.jface.snippets/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.snippets --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.platform:org.eclipse.ui.examples.adapterservice >----- [INFO] Building [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT [380/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.adapterservice --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.adapterservice --- [INFO] The project's OSGi version is 0.10.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.adapterservice --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.adapterservice --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.adapterservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.adapterservice --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.adapterservice --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.adapterservice --- [INFO] Resolving class path of [bundle] Services Snippets (Incubation) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.adapterservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.adapterservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.adapterservice --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.adapterservice --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.adapterservice --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.adapterservice --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.adapterservice --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.adapterservice --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.adapterservice --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.adapterservice --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.adapterservice --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.examples.adapterservice:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.adapterservice --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.ui.examples.contributions >----- [INFO] Building [bundle] Command Contribution Examples 3.6.0-SNAPSHOT [381/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.contributions --- [INFO] The project's OSGi version is 3.6.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.contributions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.contributions --- [INFO] Resolving class path of [bundle] Command Contribution Examples [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.contributions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.contributions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.contributions --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.contributions --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.contributions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.contributions --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/target/org.eclipse.ui.examples.contributions-3.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/target/org.eclipse.ui.examples.contributions-3.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.contributions --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.contributions:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.contributions --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.fieldassist >------ [INFO] Building [bundle] Field Assist Example 1.3.0-SNAPSHOT [382/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.fieldassist --- [INFO] The project's OSGi version is 1.3.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.fieldassist --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.fieldassist --- [INFO] Resolving class path of [bundle] Field Assist Example [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.fieldassist --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.fieldassist --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.fieldassist --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.fieldassist --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.fieldassist --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.fieldassist --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.fieldassist --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/target/org.eclipse.ui.examples.fieldassist-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.fieldassist --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/target/org.eclipse.ui.examples.fieldassist-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.fieldassist --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.fieldassist:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.fieldassist --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.ui.examples.job >---------- [INFO] Building [bundle] Progress Examples Plug-in 3.3.0 [383/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.job --- [INFO] The project's OSGi version is 3.3.0 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.job --- [INFO] Resolving class path of [bundle] Progress Examples Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.job --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.job --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.job --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.job --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/target/org.eclipse.ui.examples.job-3.3.0-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.job --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/target/org.eclipse.ui.examples.job-3.3.0.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.job --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.examples.job:3.3.0 @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.job/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.job --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.markerHelp >------- [INFO] Building [bundle] pluginName 3.2.0 [384/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.markerHelp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.markerHelp --- [INFO] The project's OSGi version is 3.2.0 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.markerHelp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.markerHelp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.markerHelp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.markerHelp --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.markerHelp --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.markerHelp --- [INFO] Resolving class path of [bundle] pluginName [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.markerHelp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.markerHelp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.markerHelp --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.markerHelp --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.markerHelp --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.markerHelp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.markerHelp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.markerHelp --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.markerHelp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/target/org.eclipse.ui.examples.markerHelp-3.2.0-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.markerHelp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/target/org.eclipse.ui.examples.markerHelp-3.2.0.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.markerHelp --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.examples.markerHelp:3.2.0 @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.markerHelp --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.platform:org.eclipse.ui.examples.multipageeditor >---- [INFO] Building [bundle] Multi-Page Editor Example 3.4.0-SNAPSHOT [385/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.multipageeditor --- [INFO] The project's OSGi version is 3.4.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.multipageeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Resolving class path of [bundle] Multi-Page Editor Example [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.multipageeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.multipageeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.multipageeditor --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.multipageeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.multipageeditor --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/target/org.eclipse.ui.examples.multipageeditor-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/target/org.eclipse.ui.examples.multipageeditor-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.multipageeditor --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.multipageeditor:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.multipageeditor --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.ui.examples.navigator >------- [INFO] Building [bundle] Common Navigator Examples 3.4.0-SNAPSHOT [386/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.navigator --- [INFO] The project's OSGi version is 3.4.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.navigator --- [INFO] Resolving class path of [bundle] Common Navigator Examples [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.navigator --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.navigator --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.navigator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.navigator --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/target/org.eclipse.ui.examples.navigator-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/target/org.eclipse.ui.examples.navigator-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.navigator --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.examples.navigator:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.navigator --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.ui.examples.propertysheet >----- [INFO] Building [bundle] User File Editor 3.5.0-SNAPSHOT [387/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.propertysheet --- [INFO] The project's OSGi version is 3.5.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.propertysheet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.propertysheet --- [INFO] Resolving class path of [bundle] User File Editor [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.propertysheet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.propertysheet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.propertysheet --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.propertysheet --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.propertysheet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.propertysheet --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.propertysheet --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/target/org.eclipse.ui.examples.propertysheet-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.propertysheet --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/target/org.eclipse.ui.examples.propertysheet-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.propertysheet --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.propertysheet:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.propertysheet --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.readmetool >------- [INFO] Building [bundle] Readme File Editing Tool 3.7.0-SNAPSHOT [388/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.readmetool --- [INFO] The project's OSGi version is 3.7.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.readmetool --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.readmetool --- [INFO] Resolving class path of [bundle] Readme File Editing Tool [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.readmetool --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.readmetool --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.readmetool --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.readmetool --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.readmetool --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.readmetool --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.readmetool --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/target/org.eclipse.ui.examples.readmetool-3.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.readmetool --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/target/org.eclipse.ui.examples.readmetool-3.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.readmetool --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.readmetool:3.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.readmetool --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.examples.undo >---------- [INFO] Building [bundle] Undo Example 3.5.0-SNAPSHOT [389/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.undo --- [INFO] The project's OSGi version is 3.5.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.undo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.undo --- [INFO] Resolving class path of [bundle] Undo Example [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.undo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.undo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.undo --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.undo --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.undo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.undo --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.undo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/target/org.eclipse.ui.examples.undo-3.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.undo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/target/org.eclipse.ui.examples.undo-3.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.undo --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.undo:3.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.undo --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.platform:org.eclipse.ui.examples.uriSchemeHandler >---- [INFO] Building [bundle] Example for Eclipse URI Scheme Handling 1.2.0-SNAPSHOT [390/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] The project's OSGi version is 1.2.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Resolving class path of [bundle] Example for Eclipse URI Scheme Handling [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.uriSchemeHandler --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/target/org.eclipse.ui.examples.uriSchemeHandler-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/target/org.eclipse.ui.examples.uriSchemeHandler-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.uriSchemeHandler:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.uriSchemeHandler --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.ui.examples.views.properties.tabbed.article >-- [INFO] Building [bundle] Tabbed Properties View Article Example 3.4.0-SNAPSHOT [391/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] The project's OSGi version is 3.4.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Resolving class path of [bundle] Tabbed Properties View Article Example [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.views.properties.tabbed.article --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/org.eclipse.ui.examples.views.properties.tabbed.article-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/org.eclipse.ui.examples.views.properties.tabbed.article-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.views.properties.tabbed.article:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.views.properties.tabbed.article --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.forms.examples >--------- [INFO] Building [bundle] Examples of Eclipse Forms 3.4.0-SNAPSHOT [392/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples --- [INFO] The project's OSGi version is 3.4.0.v20230220-1021 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.forms.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.forms.examples --- [INFO] Resolving class path of [bundle] Examples of Eclipse Forms [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.forms.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.forms.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.forms.examples --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.forms.examples --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.forms.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.forms.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.forms.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.forms.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.ui.forms.examples:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.forms.examples --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.platform:org.eclipse.e4.tools >-------------- [INFO] Building [bundle] Tools 4.9.200-SNAPSHOT [393/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools --- [INFO] The project's OSGi version is 4.9.200.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools --- [INFO] Resolving class path of [bundle] Tools [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools/target/org.eclipse.e4.tools-4.9.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools/target/org.eclipse.e4.tools-4.9.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools:4.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.tools.compat >---------- [INFO] Building [bundle] Compat 4.8.300-SNAPSHOT [394/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.compat --- [INFO] The project's OSGi version is 4.8.300.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.compat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compat/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.compat --- [INFO] Resolving class path of [bundle] Compat [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.compat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compat/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.compat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compat/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.compat --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compat/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.compat --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compat/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.compat --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.compat --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compat/target/org.eclipse.e4.tools.compat-4.8.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.compat --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compat/target/org.eclipse.e4.tools.compat-4.8.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.compat --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.compat:4.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compat/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.compat --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.e4.tools.persistence >-------- [INFO] Building [bundle] Persistence Model 1.0.0-SNAPSHOT [395/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.persistence --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.persistence --- [INFO] The project's OSGi version is 1.0.0.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.persistence --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.persistence --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.persistence --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.persistence/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.persistence --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.persistence --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.persistence --- [INFO] Resolving class path of [bundle] Persistence Model [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.persistence --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.persistence/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.persistence --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.persistence/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.persistence --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.persistence/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.persistence --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.persistence --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.persistence --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.persistence/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.persistence --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.persistence --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.persistence/target/org.eclipse.e4.tools.persistence-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.persistence --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.persistence/target/org.eclipse.e4.tools.persistence-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.persistence --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.persistence:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.persistence/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.persistence --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.e4.tools.compatibility.migration >-- [INFO] Building [bundle] Perspective migrate compatibility Util 1.0.0-SNAPSHOT [396/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] The project's OSGi version is 1.0.0.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compatibility.migration/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] Resolving class path of [bundle] Perspective migrate compatibility Util [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compatibility.migration/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compatibility.migration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compatibility.migration/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.compatibility.migration --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compatibility.migration/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compatibility.migration/target/org.eclipse.e4.tools.compatibility.migration-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compatibility.migration/target/org.eclipse.e4.tools.compatibility.migration-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.compatibility.migration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.compatibility.migration/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.compatibility.migration --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.e4.tools.emf.editor3x >------- [INFO] Building [bundle] Editor3x 4.8.200-SNAPSHOT [397/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] The project's OSGi version is 4.8.200.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.editor3x/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Resolving class path of [bundle] Editor3x [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/org.eclipse.e4.tools.emf.editor3x-4.8.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/org.eclipse.e4.tools.emf.editor3x-4.8.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.emf.editor3x:4.8.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.emf.editor3x/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.emf.editor3x --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.e4.tools.jdt.templates >------- [INFO] Building [bundle] e4 JDT code templates 4.9.100-SNAPSHOT [398/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.jdt.templates --- [INFO] The project's OSGi version is 4.9.100.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.jdt.templates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.jdt.templates/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Resolving class path of [bundle] e4 JDT code templates [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.jdt.templates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.jdt.templates/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.jdt.templates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.jdt.templates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.jdt.templates/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.jdt.templates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.jdt.templates/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.jdt.templates --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.jdt.templates --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.jdt.templates:4.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/bundles/org.eclipse.e4.tools.jdt.templates/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.jdt.templates --- [INFO] Execution was skipped [INFO] [INFO] -------------------< org.eclipse.platform:features >-------------------- [INFO] Building [aggregator] features 4.28.0-SNAPSHOT [399/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ features --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ features --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.e4.core.tools.feature >------- [INFO] Building [feature] Eclipse e4 Tools 4.28.0-SNAPSHOT [400/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.core.tools.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.core.tools.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.e4.core.tools.feature --- [INFO] The project's OSGi version is 4.28.0.v20230307-1114 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.core.tools.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.core.tools.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.core.tools.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.core.tools.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.core.tools.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.core.tools.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.e4.core.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.core.tools.feature/target/org.eclipse.e4.core.tools.feature-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.tools.feature --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.tools.feature:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.core.tools.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.e4.core.tools.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.e4.core.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.core.tools.feature/target/org.eclipse.e4.core.tools.feature-4.28.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.e4.core.tools.feature --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.tools.feature:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.core.tools.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [WARNING] artifact org.eclipse.platform:org.eclipse.e4.core.tools.feature:xml:p2metadata:4.28.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.platform:org.eclipse.e4.core.tools.feature:xml:p2artifacts:4.28.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.tools.feature --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.platform:org.eclipse.e4.tools.persistence.feature >---- [INFO] Building [feature] Eclipse Persistence 1.0.0-SNAPSHOT [401/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.persistence.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.tools.persistence.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.e4.tools.persistence.feature --- [INFO] The project's OSGi version is 1.0.0.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.persistence.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.persistence.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.persistence.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.tools.persistence.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.persistence.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.persistence.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.persistence.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.tools.persistence.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.persistence.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.tools.persistence.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.persistence.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.persistence.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.e4.tools.persistence.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.tools.persistence.feature/target/org.eclipse.e4.tools.persistence.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.persistence.feature --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.persistence.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.tools.persistence.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.e4.tools.persistence.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.e4.tools.persistence.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.tools.persistence.feature/target/org.eclipse.e4.tools.persistence.feature-1.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.e4.tools.persistence.feature --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.persistence.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.tools.persistence.feature/.polyglot.feature.xml: baseline and build artifacts have same version but different contents classifier-sources-feature: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.tools.persistence.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/features/org.eclipse.e4.tools.persistence.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources-feature] [WARNING] artifact org.eclipse.platform:org.eclipse.e4.tools.persistence.feature:xml:p2metadata:1.0.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.platform:org.eclipse.e4.tools.persistence.feature:xml:p2artifacts:1.0.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.persistence.feature --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.platform:org.eclipse.e4.tools.compatibility.migration.tests >-- [INFO] Building org.eclipse.e4.tools.compatibility.migration.tests 1.0.0-SNAPSHOT [402/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] The project's OSGi version is 1.0.0.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] Resolving class path of org.eclipse.e4.tools.compatibility.migration.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.compatibility.migration.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.compatibility.migration.tests --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/target/org.eclipse.e4.tools.compatibility.migration.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/target/org.eclipse.e4.tools.compatibility.migration.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.tools.compatibility.migration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.compatibility.migration.tests --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.platform:org.eclipse.e4.tools.persistence.tests >----- [INFO] Building org.eclipse.e4.tools.persistence.tests 1.0.0-SNAPSHOT [403/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.persistence.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.persistence.tests --- [INFO] The project's OSGi version is 1.0.0.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.persistence.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.persistence.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.persistence.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.persistence.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.persistence.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.persistence.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.persistence.tests --- [INFO] Resolving class path of org.eclipse.e4.tools.persistence.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.persistence.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.persistence.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.persistence.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.persistence.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.persistence.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.persistence.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.persistence.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.persistence.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.persistence.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.persistence.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.persistence.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.persistence.tests --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.persistence.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.persistence.tests/target/org.eclipse.e4.tools.persistence.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.persistence.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.persistence.tests/target/org.eclipse.e4.tools.persistence.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.persistence.tests --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.tools.persistence.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.persistence.tests/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.tools.persistence.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.persistence.tests --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.tools.test >----------- [INFO] Building org.eclipse.e4.tools.test 1.2.0-SNAPSHOT [404/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.test --- [INFO] The project's OSGi version is 1.2.0.v20230220-1147 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.e4.tools.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.test --- [INFO] Resolving class path of org.eclipse.e4.tools.test [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.e4.tools.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.e4.tools.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.test --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.test/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.test --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.e4.tools.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.test --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.test/target/org.eclipse.e4.tools.test-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.test/target/org.eclipse.e4.tools.test-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.test --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.e4.tools.test:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/org.eclipse.e4.tools.test/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.e4.tools.test --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.test --- [INFO] Execution was skipped [INFO] [INFO] ---------------------< org.eclipse.platform:tests >--------------------- [INFO] Building [aggregator] tests 4.28.0-SNAPSHOT [405/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ui/tools/tests/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ tests --- [INFO] Execution was skipped [INFO] [INFO] -------------< eclipse.platform.ua:org.eclipse.tips.core >-------------- [INFO] Building [bundle] Tip of the Day core plugin 0.2.100-SNAPSHOT [406/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.tips.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tips.core --- [INFO] The project's OSGi version is 0.2.100.v20221111-1229 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.tips.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.tips.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tips.core --- [INFO] Resolving class path of [bundle] Tip of the Day core plugin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.tips.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.tips.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.tips.core --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tips.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.tips.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.tips.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.tips.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.core/target/org.eclipse.tips.core-0.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tips.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.core/target/org.eclipse.tips.core-0.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.core --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.core:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.core --- [INFO] Execution was skipped [INFO] [INFO] --------------< eclipse.platform.ua:org.eclipse.tips.ui >--------------- [INFO] Building [bundle] Tip of the Day UI 0.2.100-SNAPSHOT [407/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.tips.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tips.ui --- [INFO] The project's OSGi version is 0.2.100.v20221111-1229 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.tips.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.tips.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tips.ui --- [INFO] Resolving class path of [bundle] Tip of the Day UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.tips.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.tips.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.tips.ui --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tips.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.tips.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.tips.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.tips.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tips.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.ui --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.ui:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.ui --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.ui:org.eclipse.platform.doc.tips >------------ [INFO] Building org.eclipse.platform.doc.tips 0.2.0-SNAPSHOT [408/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.tips --- [INFO] The project's OSGi version is 0.2.0.v20220902-1412 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.platform.doc.tips --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.platform.doc.tips --- [INFO] Resolving class path of org.eclipse.platform.doc.tips [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.platform.doc.tips --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.platform.doc.tips --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.platform.doc.tips --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.platform.doc.tips --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.platform.doc.tips --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform.doc.tips --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.platform.doc.tips --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/target/org.eclipse.platform.doc.tips-0.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.platform.doc.tips --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/target/org.eclipse.platform.doc.tips-0.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform.doc.tips --- [INFO] No baseline version MavenProject: org.eclipse.ui:org.eclipse.platform.doc.tips:0.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform.doc.tips --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.debug.examples.core >-------- [INFO] Building [bundle] Example Debug Core Plug-in 1.5.0-SNAPSHOT [409/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.examples.core --- [INFO] The project's OSGi version is 1.5.0.v20210510-1910 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.debug.examples.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.examples.core --- [INFO] Resolving class path of [bundle] Example Debug Core Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.debug.examples.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.debug.examples.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.examples.core --- [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.core/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.debug.examples.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.core/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.examples.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.core/target/org.eclipse.debug.examples.core-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.core/target/org.eclipse.debug.examples.core-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.core --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.examples.core:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.core/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.core --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.platform:org.eclipse.debug.examples.memory >------- [INFO] Building [bundle] Sample Memory View Plugin 1.103.0-SNAPSHOT [410/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.examples.memory --- [INFO] The project's OSGi version is 1.103.0.v20210510-2025 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.debug.examples.memory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.memory/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.examples.memory --- [INFO] Resolving class path of [bundle] Sample Memory View Plugin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.debug.examples.memory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.memory/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.debug.examples.memory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.memory/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.examples.memory --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.memory/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.debug.examples.memory --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.debug.examples.memory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.memory/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.examples.memory --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.examples.memory --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.memory/target/org.eclipse.debug.examples.memory-1.103.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.memory --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.memory/target/org.eclipse.debug.examples.memory-1.103.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.memory --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.debug.examples.memory:1.103.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.memory/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.memory --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.debug.examples.mixedmode >------ [INFO] Building [bundle] Mixed-mode Launching Example 1.3.0-SNAPSHOT [411/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.examples.mixedmode --- [INFO] The project's OSGi version is 1.3.0.v20220809-1259 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.debug.examples.mixedmode --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.examples.mixedmode --- [INFO] Resolving class path of [bundle] Mixed-mode Launching Example [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.debug.examples.mixedmode --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.debug.examples.mixedmode --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.examples.mixedmode --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.debug.examples.mixedmode --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.debug.examples.mixedmode --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.examples.mixedmode --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.examples.mixedmode --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/target/org.eclipse.debug.examples.mixedmode-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.mixedmode --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/target/org.eclipse.debug.examples.mixedmode-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.mixedmode --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.debug.examples.mixedmode:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.mixedmode/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.mixedmode --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.debug.examples.ui >--------- [INFO] Building [bundle] Example Debug UI Plug-in 1.7.100-SNAPSHOT [412/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.examples.ui --- [INFO] The project's OSGi version is 1.7.100.v20210721-1355 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.debug.examples.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.examples.ui --- [INFO] Resolving class path of [bundle] Example Debug UI Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.debug.examples.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.debug.examples.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.examples.ui --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.debug.examples.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.examples.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.examples.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.ui/target/org.eclipse.debug.examples.ui-1.7.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.ui/target/org.eclipse.debug.examples.ui-1.7.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.ui --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.examples.ui:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.examples.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.ui --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.platform:org.eclipse.debug.tests >------------ [INFO] Building [test-bundle] Debug Test Plugin 3.13.0-SNAPSHOT [413/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.tests --- [INFO] The project's OSGi version is 3.13.0.v20230202-2016 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.debug.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.debug.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.tests --- [INFO] Resolving class path of [test-bundle] Debug Test Plugin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.debug.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.debug.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.tests --- [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.debug.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.debug.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.tests/target/org.eclipse.debug.tests-3.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.tests/target/org.eclipse.debug.tests-3.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.tests:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.debug.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.tests --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.debug.ui.launchview.tests >----- [INFO] Building [test-bundle] Debug UI (LaunchView) Test Plugin 1.0.0-SNAPSHOT [414/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.debug.ui.launchview.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.ui.launchview.tests --- [INFO] The project's OSGi version is 1.0.0.v20221208-2305 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.ui.launchview.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.ui.launchview.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.debug.ui.launchview.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.debug.ui.launchview.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.ui.launchview.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.ui.launchview.tests --- [INFO] Resolving class path of [test-bundle] Debug UI (LaunchView) Test Plugin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.debug.ui.launchview.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.debug.ui.launchview.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.ui.launchview.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.ui.launchview.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.debug.ui.launchview.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.debug.ui.launchview.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.ui.launchview.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.ui.launchview.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview.tests/target/org.eclipse.debug.ui.launchview.tests-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.ui.launchview.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview.tests/target/org.eclipse.debug.ui.launchview.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.ui.launchview.tests --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.debug.ui.launchview.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.debug/org.eclipse.debug.ui.launchview.tests/.polyglot.META-INF [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.debug.ui.launchview.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.ui.launchview.tests --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.swt:org.eclipse.swt.fragments.localbuild >-------- [INFO] Building org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT [415/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.fragments.localbuild --- [INFO] The project's OSGi version is 3.105.0.v20220114-1158 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.fragments.localbuild --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.fragments.localbuild --- [INFO] Resolving class path of org.eclipse.swt.fragments.localbuild [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.fragments.localbuild --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.fragments.localbuild --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.fragments.localbuild --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.fragments.localbuild --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.fragments.localbuild --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.fragments.localbuild --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/target/org.eclipse.swt.fragments.localbuild-3.105.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.fragments.localbuild --- [INFO] No baseline version MavenProject: org.eclipse.swt:org.eclipse.swt.fragments.localbuild:3.105.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.fragments.localbuild --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.swt:org.eclipse.swt.tools.base >------------- [INFO] Building org.eclipse.swt.tools.base 3.107.400-SNAPSHOT [416/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools.base --- [INFO] The project's OSGi version is 3.107.400.v20220418-1921 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.tools.base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tools.base --- [INFO] Resolving class path of org.eclipse.swt.tools.base [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.tools.base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.tools.base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.tools.base --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.tools.base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools.base --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools.base --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/target/org.eclipse.swt.tools.base-3.107.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tools.base --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/target/org.eclipse.swt.tools.base-3.107.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools.base --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools.base:3.107.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.base --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.swt:org.eclipse.swt.tools.spies >------------- [INFO] Building org.eclipse.swt.tools.spies 3.108.500-SNAPSHOT [417/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools.spies --- [INFO] The project's OSGi version is 3.108.500.v20220826-1037 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.tools.spies --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tools.spies --- [INFO] Resolving class path of org.eclipse.swt.tools.spies [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.tools.spies --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.tools.spies --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tools.spies --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.tools.spies --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.tools.spies --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools.spies --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools.spies --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/target/org.eclipse.swt.tools.spies-3.108.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tools.spies --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/target/org.eclipse.swt.tools.spies-3.108.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools.spies --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools.spies:3.108.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.spies --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.swt:org.eclipse.swt.tools >---------------- [INFO] Building org.eclipse.swt.tools 3.109.600-SNAPSHOT [418/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools --- [INFO] The project's OSGi version is 3.109.600.v20220914-2245 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.tools --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tools --- [INFO] Resolving class path of org.eclipse.swt.tools [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tools --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tools --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.tools --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.tools --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/org.eclipse.swt.tools-3.109.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/org.eclipse.swt.tools-3.109.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools:3.109.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/bundles/org.eclipse.swt.tools/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.swt:org.eclipse.swt.examples >-------------- [INFO] Building org.eclipse.swt.examples 3.107.400-SNAPSHOT [419/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples --- [INFO] The project's OSGi version is 3.107.400.v20220725-1328 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples --- [INFO] Resolving class path of org.eclipse.swt.examples [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples --- [INFO] Compiling 148 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.107.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.107.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples:3.107.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.swt:org.eclipse.swt.examples.browser.demos >------- [INFO] Building org.eclipse.swt.examples.browser.demos 3.107.100-SNAPSHOT [420/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.browser.demos --- [INFO] The project's OSGi version is 3.107.100.v20220418-1921 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.examples.browser.demos --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.browser.demos --- [INFO] Resolving class path of org.eclipse.swt.examples.browser.demos [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.examples.browser.demos --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.examples.browser.demos --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.browser.demos --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.browser.demos --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.examples.browser.demos --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.browser.demos --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.browser.demos --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.107.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.browser.demos --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.107.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.browser.demos --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.browser.demos:3.107.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.browser.demos --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.examples.launcher >---------- [INFO] Building org.eclipse.swt.examples.launcher 3.107.100-SNAPSHOT [421/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.launcher --- [INFO] The project's OSGi version is 3.107.100.v20220418-1921 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.examples.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.launcher --- [INFO] Resolving class path of org.eclipse.swt.examples.launcher [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.examples.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.examples.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.launcher --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.launcher --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.examples.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.launcher --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.107.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.107.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.launcher --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.launcher:3.107.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.launcher --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.examples.ole.win32 >--------- [INFO] Building org.eclipse.swt.examples.ole.win32 3.108.0-SNAPSHOT [422/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.ole.win32 --- [INFO] The project's OSGi version is 3.108.0.v20210712-0608 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.examples.ole.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Resolving class path of org.eclipse.swt.examples.ole.win32 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.examples.ole.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.examples.ole.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.ole.win32 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.examples.ole.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.ole.win32 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/target/org.eclipse.swt.examples.ole.win32-3.108.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/target/org.eclipse.swt.examples.ole.win32-3.108.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.ole.win32 --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.ole.win32:3.108.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.ole.win32 --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.swt:org.eclipse.swt.examples.views >----------- [INFO] Building org.eclipse.swt.examples.views 3.107.100-SNAPSHOT [423/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.views --- [INFO] The project's OSGi version is 3.107.100.v20220418-1921 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.examples.views --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.views --- [INFO] Resolving class path of org.eclipse.swt.examples.views [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.examples.views --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.examples.views --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.views --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.views --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.examples.views --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.views --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.views --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.107.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.views --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.107.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.views --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.views:3.107.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/examples/org.eclipse.swt.examples.views/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.views --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.swt:org.eclipse.swt.tests >---------------- [INFO] Building org.eclipse.swt.tests 3.106.2000-SNAPSHOT [424/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tests --- [INFO] The project's OSGi version is 3.106.2000.v20230214-1356 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tests --- [INFO] Resolving class path of org.eclipse.swt.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tests --- [INFO] Compiling 130 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.106.2000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.106.2000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tests --- [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.106.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.swt.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (test) @ org.eclipse.swt.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tests --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature >----- [INFO] Building org.eclipse.swt.tools.feature 3.108.700-SNAPSHOT [425/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.tools.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swt.tools.feature --- [INFO] The project's OSGi version is 3.108.700.v20220914-2245 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.tools.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.tools.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.tools.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.swt.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/target/org.eclipse.swt.tools.feature-3.108.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools.feature --- [INFO] MavenProject: org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature:3.108.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swt.tools.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.swt.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/target/org.eclipse.swt.tools.feature-3.108.700-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.swt.tools.feature --- [INFO] MavenProject: org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature:3.108.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/features/org.eclipse.swt.tools.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [WARNING] artifact org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature:xml:p2metadata:3.108.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.swt.tools.feature:org.eclipse.swt.tools.feature:xml:p2artifacts:3.108.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.feature --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.swt:org.eclipse.swt.tests.gtk >-------------- [INFO] Building org.eclipse.swt.tests.gtk 3.108.100-SNAPSHOT [426/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tests.gtk --- [INFO] The project's OSGi version is 3.108.100.v20221009-1038 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.swt.tests.gtk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tests.gtk --- [INFO] Resolving class path of org.eclipse.swt.tests.gtk [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.swt.tests.gtk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.swt.tests.gtk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tests.gtk --- [INFO] Compiling 356 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.swt.tests.gtk --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.swt.tests.gtk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tests.gtk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tests.gtk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/target/org.eclipse.swt.tests.gtk-3.108.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tests.gtk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/target/org.eclipse.swt.tests.gtk-3.108.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tests.gtk --- [INFO] No baseline version MavenProject: org.eclipse.swt:org.eclipse.swt.tests.gtk:3.108.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.swt.tests.gtk --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tests.gtk --- [INFO] Execution was skipped [INFO] [INFO] ----< eclipse.platform.swt.binaries:eclipse.platform.swt.binaries >----- [INFO] Building eclipse.platform.swt.binaries 4.28.0-SNAPSHOT [427/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.swt.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.swt.binaries --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.swt.binaries --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.swt.binaries --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.swt.binaries/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.swt.binaries --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt.binaries --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.platform:org.eclipse.search.tests >------------ [INFO] Building [test-bundle] Search Support Tests Plug-in 3.11.0-SNAPSHOT [428/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.search.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.search.tests --- [INFO] The project's OSGi version is 3.11.0.v20230203-1058 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.search.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.search.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.search.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.search.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.search.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.search.tests --- [INFO] Resolving class path of [test-bundle] Search Support Tests Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.search.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.search.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.search.tests --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.search.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.search.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.search.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.search.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.search.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search.tests/target/org.eclipse.search.tests-3.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.search.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search.tests/target/org.eclipse.search.tests-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.search.tests:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.search.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.search.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search.tests --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.editors.tests >---------- [INFO] Building [test-bundle] Editors Test Plug-in 3.13.0-SNAPSHOT [429/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.editors.tests --- [INFO] The project's OSGi version is 3.13.0.v20230222-1453 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.editors.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.editors.tests --- [INFO] Resolving class path of [test-bundle] Editors Test Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.editors.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.editors.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.editors.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.editors.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.editors.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.editors.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.editors.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors.tests/target/org.eclipse.ui.editors.tests-3.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.editors.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors.tests/target/org.eclipse.ui.editors.tests-3.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.editors.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.editors.tests:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.editors.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.editors.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.editors.tests --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.platform:org.eclipse.ui.workbench.texteditor.tests >--- [INFO] Building [test-bundle] Workbench Text Editor Test Plug-in 3.13.200-SNAPSHOT [430/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] The project's OSGi version is 3.13.200.v20221027-2026 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Resolving class path of [test-bundle] Workbench Text Editor Test Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.workbench.texteditor.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/target/org.eclipse.ui.workbench.texteditor.tests-3.13.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/target/org.eclipse.ui.workbench.texteditor.tests-3.13.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench.texteditor.tests --- [WARNING] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor.tests:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor.tests:3.13.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench.texteditor.tests --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.javaeditor >------- [INFO] Building [bundle] JFace Text Example 3.3.100-SNAPSHOT [431/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.javaeditor --- [INFO] The project's OSGi version is 3.3.100.v20211002-0534 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.examples.javaeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.javaeditor --- [INFO] Resolving class path of [bundle] JFace Text Example [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.examples.javaeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.examples.javaeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.javaeditor --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.javaeditor --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.examples.javaeditor --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.javaeditor --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.javaeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/target/org.eclipse.ui.examples.javaeditor-3.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.javaeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/target/org.eclipse.ui.examples.javaeditor-3.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.javaeditor --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.javaeditor:3.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.examples.javaeditor/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.javaeditor --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.platform:org.eclipse.jface.text.examples >-------- [INFO] Building [bundle] CodeMinig Examples 1.1.0-SNAPSHOT [432/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.text.examples --- [INFO] The project's OSGi version is 1.1.0.v20230203-1344 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jface.text.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.text.examples --- [INFO] Resolving class path of [bundle] CodeMinig Examples [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jface.text.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jface.text.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.text.examples --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jface.text.examples --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jface.text.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.text.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.text.examples --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/target/org.eclipse.jface.text.examples-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.text.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/target/org.eclipse.jface.text.examples-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.text.examples --- [INFO] No baseline version MavenProject: org.eclipse.platform:org.eclipse.jface.text.examples:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.jface.text.examples/.polyglot.META-INF [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.text.examples --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.ui.genericeditor.tests >------- [INFO] Building [test-bundle] Generic Editor Test Plug-in 1.3.0-SNAPSHOT [433/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.genericeditor.tests --- [INFO] The project's OSGi version is 1.3.0.v20230222-1453 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.genericeditor.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.genericeditor.tests --- [INFO] Resolving class path of [test-bundle] Generic Editor Test Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.genericeditor.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.genericeditor.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.genericeditor.tests --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.genericeditor.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.genericeditor.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.genericeditor.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.genericeditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/target/org.eclipse.ui.genericeditor.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.genericeditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/target/org.eclipse.ui.genericeditor.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.genericeditor.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ui.genericeditor.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.genericeditor.tests --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.platform:org.eclipse.ui.genericeditor.examples >----- [INFO] Building [bundle] Examples for Generic Editor 1.2.100-SNAPSHOT [434/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.genericeditor.examples --- [INFO] The project's OSGi version is 1.2.100.v20221111-1247 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.genericeditor.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.genericeditor.examples --- [INFO] Resolving class path of [bundle] Examples for Generic Editor [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.genericeditor.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.genericeditor.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.genericeditor.examples --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.genericeditor.examples --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.genericeditor.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.genericeditor.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.genericeditor.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/target/org.eclipse.ui.genericeditor.examples-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.genericeditor.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/target/org.eclipse.ui.genericeditor.examples-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.genericeditor.examples --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor.examples:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.ui.genericeditor.examples/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.genericeditor.examples --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.platform:org.eclipse.text.quicksearch.tests >------- [INFO] Building [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 1.2.0-SNAPSHOT [435/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.text.quicksearch.tests --- [INFO] The project's OSGi version is 1.2.0.v20230222-1453 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.text.quicksearch.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.text.quicksearch.tests --- [INFO] Resolving class path of [test-bundle] Tests for org.eclipse.text.quicksearch Bundle [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.text.quicksearch.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.text.quicksearch.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.text.quicksearch.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.text.quicksearch.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.text.quicksearch.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text.quicksearch.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.text.quicksearch.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch.tests/target/org.eclipse.text.quicksearch.tests-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.text.quicksearch.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch.tests/target/org.eclipse.text.quicksearch.tests-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text.quicksearch.tests --- [INFO] MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch.tests:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.text/org.eclipse.text.quicksearch.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.text.quicksearch.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text.quicksearch.tests --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.server.jetty >-------- [INFO] Building [feature] Jetty Http Server Feature 1.11.100-SNAPSHOT [436/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.server.jetty --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.jetty/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.jetty --- [INFO] The project's OSGi version is 1.11.100.v20221109-0702 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.jetty/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.server.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.jetty/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.server.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.jetty/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.server.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.server.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.100-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.server.jetty:xml:p2metadata:1.11.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.server.jetty:xml:p2artifacts:1.11.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.jetty --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.ua:org.eclipse.ua.tests >----------------- [INFO] Building org.eclipse.ua.tests 3.6.0-SNAPSHOT [437/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ua.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ua.tests --- [INFO] The project's OSGi version is 3.6.0.v20230202-1450 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ua.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ua.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ua.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ua.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ua.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ua.tests --- [INFO] Resolving class path of org.eclipse.ua.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ua.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ua.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ua.tests --- [INFO] Compiling 233 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ua.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ua.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ua.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ua.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ua.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests/target/org.eclipse.ua.tests-3.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ua.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests/target/org.eclipse.ua.tests-3.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ua.tests --- [INFO] MavenProject: org.eclipse.ua:org.eclipse.ua.tests:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ua.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ua.tests --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.ua:org.eclipse.ua.tests.doc >--------------- [INFO] Building org.eclipse.ua.tests.doc 1.2.0-SNAPSHOT [438/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ua.tests.doc --- [INFO] The project's OSGi version is 1.2.0.v20230202-1140 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ua.tests.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests.doc/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ua.tests.doc --- [INFO] Resolving class path of org.eclipse.ua.tests.doc [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ua.tests.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests.doc/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ua.tests.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ua.tests.doc --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests.doc/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ua.tests.doc --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ua.tests.doc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests.doc/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ua.tests.doc --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ua.tests.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests.doc/target/org.eclipse.ua.tests.doc-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ua.tests.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests.doc/target/org.eclipse.ua.tests.doc-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ua.tests.doc --- [INFO] MavenProject: org.eclipse.ua:org.eclipse.ua.tests.doc:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ua.tests.doc/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.ua.tests.doc --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ua.tests.doc --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples >------- [INFO] Building org.eclipse.ui.intro.quicklinks.examples 1.2.0-SNAPSHOT [439/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] The project's OSGi version is 1.2.0.v20230206-1843 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Resolving class path of org.eclipse.ui.intro.quicklinks.examples [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/src does not exist [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.intro.quicklinks.examples --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/target/org.eclipse.ui.intro.quicklinks.examples-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/target/org.eclipse.ui.intro.quicklinks.examples-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] No baseline version MavenProject: org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.quicklinks.examples --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.ui:org.eclipse.ui.intro.solstice.examples >-------- [INFO] Building org.eclipse.ui.intro.solstice.examples 1.2.0-SNAPSHOT [440/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.solstice.examples --- [INFO] The project's OSGi version is 1.2.0.v20230206-1833 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ui.intro.solstice.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Resolving class path of org.eclipse.ui.intro.solstice.examples [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ui.intro.solstice.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ui.intro.solstice.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.intro.solstice.examples --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/src does not exist [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ui.intro.solstice.examples --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ui.intro.solstice.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro.solstice.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/target/org.eclipse.ui.intro.solstice.examples-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/target/org.eclipse.ui.intro.solstice.examples-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro.solstice.examples --- [INFO] No baseline version MavenProject: org.eclipse.ui:org.eclipse.ui.intro.solstice.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.ui.intro.solstice.examples/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.solstice.examples --- [INFO] Execution was skipped [INFO] [INFO] -------------< eclipse.platform.ua:org.eclipse.tips.json >-------------- [INFO] Building [bundle] Tip of the Day Json Provider 0.2.200-SNAPSHOT [441/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.tips.json --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tips.json --- [INFO] The project's OSGi version is 0.2.200.v20220619-1918 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.json --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.json --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.tips.json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.json/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.tips.json --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.json --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tips.json --- [INFO] Resolving class path of [bundle] Tip of the Day Json Provider [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.tips.json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.json/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.tips.json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.json/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.tips.json --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.json/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tips.json --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.tips.json --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.tips.json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.json/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.tips.json --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.json --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.json --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tips.json --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.json --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.json:0.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.json/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.json --- [INFO] Execution was skipped [INFO] [INFO] --------------< eclipse.platform.ua:org.eclipse.tips.ide >-------------- [INFO] Building [bundle] IDE Enablement for Tip of the Day 0.2.100-SNAPSHOT [442/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.tips.ide --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tips.ide --- [INFO] The project's OSGi version is 0.2.100.v20220811-0542 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.ide --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.ide --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.tips.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ide/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.tips.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.ide --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tips.ide --- [INFO] Resolving class path of [bundle] IDE Enablement for Tip of the Day [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.tips.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ide/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.tips.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.tips.ide --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ide/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tips.ide --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 1 where kept. [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.tips.ide --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.tips.ide --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ide/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.tips.ide --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.ide --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tips.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.ide --- [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.ide:0.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.ide/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.ide --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.ui:org.eclipse.tips.feature >--------------- [INFO] Building org.eclipse.tips.feature 0.3.100-SNAPSHOT [443/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.tips.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tips.feature --- [INFO] The project's OSGi version is 0.3.100.v20230109-1247 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.tips.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.tips.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.tips.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.tips.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.tips.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.feature --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tips.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.tips.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.3.100-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.tips.feature --- [INFO] MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/org.eclipse.tips.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [WARNING] artifact org.eclipse.ui:org.eclipse.tips.feature:xml:p2metadata:0.3.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.ui:org.eclipse.tips.feature:xml:p2artifacts:0.3.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.feature --- [INFO] Execution was skipped [INFO] [INFO] -----------------< org.eclipse.help:infocenter-parent >----------------- [INFO] Building infocenter-parent 4.28.0-SNAPSHOT [444/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ infocenter-parent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ infocenter-parent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ infocenter-parent --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ infocenter-parent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ infocenter-parent --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-parent --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.servletbridge >-------- [INFO] Building [bundle] Servletbridge 1.6.200-SNAPSHOT [445/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.servletbridge --- [INFO] The project's OSGi version is 1.6.200.v20220710-1223 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.servletbridge --- [INFO] Resolving class path of [bundle] Servletbridge [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.servletbridge --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.6.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.6.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.servletbridge/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.servletbridge:xml:p2metadata:1.6.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.servletbridge:xml:p2artifacts:1.6.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.servletbridge --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servletbridge >----- [INFO] Building [bundle] Servletbridge Http Service 1.2.200-SNAPSHOT [446/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servletbridge --- [INFO] The project's OSGi version is 1.2.200.v20220710-1223 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.servletbridge --- [INFO] Resolving class path of [bundle] Servletbridge Http Service [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.http.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.http.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.servletbridge --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.http.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servletbridge/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:xml:p2metadata:1.2.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:xml:p2artifacts:1.2.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servletbridge --- [INFO] Execution was skipped [INFO] [INFO] ----------------< org.eclipse.help:infocenter-product >----------------- [INFO] Building infocenter-product 1.0.0-SNAPSHOT [447/519] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ infocenter-product --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ infocenter-product --- [INFO] The project's OSGi version is 1.0.0.v20230309-0330 [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ infocenter-product --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-product/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ infocenter-product --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean-1) @ infocenter-product --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ infocenter-product --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ infocenter-product --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-product/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ infocenter-product --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ infocenter-product --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-products (default-publish-products) @ infocenter-product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-categories (default-publish-categories) @ infocenter-product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ infocenter-product --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:assemble-repository (default-assemble-repository) @ infocenter-product --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ infocenter-product --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:archive-repository (default-archive-repository) @ infocenter-product --- [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-product/target/infocenter-product-1.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:4.0.0-SNAPSHOT:materialize-products (create-distributions) @ infocenter-product --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] Installing product infocenter for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-product/target/products/infocenter/linux/gtk/x86_64/infocenter Installing infocenter 1.0.0.v20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 1138 ms. [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-product --- [INFO] Execution was skipped [INFO] [INFO] ------------------< org.eclipse.help:infocenter-app >------------------- [INFO] Building infocenter-app 4.28.0-SNAPSHOT [448/519] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ infocenter-app --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF (includes = [configuration/**, lib/**, plugins/**, *.ini], excludes = []) [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ infocenter-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ infocenter-app --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ infocenter-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ infocenter-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ infocenter-app --- [INFO] Executing tasks [INFO] [copy] Copying 54 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF/lib [INFO] [move] Moving 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ infocenter-app --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ infocenter-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ infocenter-app --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M9:test (default-test) @ infocenter-app --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ infocenter-app --- [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ infocenter-app --- [INFO] Packaging webapp [INFO] Assembling webapp [infocenter-app] in [/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/target/help] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.ua/infocenter-web/infocenter-app/target/help.war [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-app --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.equinox:org.eclipse.equinox.cm >------------- [INFO] Building [bundle] Configuration Admin 1.5.200-SNAPSHOT [449/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm --- [INFO] The project's OSGi version is 1.5.200.v20230120-0604 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.cm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.cm --- [INFO] Resolving class path of [bundle] Configuration Admin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.cm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.cm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.cm --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.cm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.cm --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.5.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.5.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.cm --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.cm:xml:p2metadata:1.5.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.cm:xml:p2artifacts:1.5.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.coordinator >--------- [INFO] Building [bundle] Coordinator 1.5.200-SNAPSHOT [450/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.coordinator --- [INFO] The project's OSGi version is 1.5.200.v20230120-0604 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.coordinator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.coordinator --- [INFO] Resolving class path of [bundle] Coordinator [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.coordinator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.coordinator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.coordinator --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.coordinator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.coordinator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.5.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.coordinator --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.5.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.coordinator --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.coordinator --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.coordinator:xml:p2metadata:1.5.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.coordinator:xml:p2artifacts:1.5.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.coordinator --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.device >----------- [INFO] Building [bundle] Device Access Service 1.1.400-SNAPSHOT [451/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.device --- [INFO] The project's OSGi version is 1.1.400.v20230120-0604 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.device --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.device --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.device --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.device --- [INFO] Resolving class path of [bundle] Device Access Service [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.device --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.device --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.device --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.device --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.device --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.device --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.1.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.device --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.1.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.device --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.device --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.device/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.device:xml:p2metadata:1.1.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.device:xml:p2artifacts:1.1.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.device --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.metatype >---------- [INFO] Building [bundle] Meta Type 1.6.300-SNAPSHOT [452/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.metatype --- [INFO] The project's OSGi version is 1.6.300.v20230120-0604 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.metatype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.metatype --- [INFO] Resolving class path of [bundle] Meta Type [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.metatype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.metatype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.metatype --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.metatype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.metatype --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.metatype --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.metatype --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.metatype --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.metatype:xml:p2metadata:1.6.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.metatype:xml:p2artifacts:1.6.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.metatype --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.useradmin >---------- [INFO] Building [bundle] User Admin Service 1.2.400-SNAPSHOT [453/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.useradmin --- [INFO] The project's OSGi version is 1.2.400.v20230120-0604 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.useradmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.useradmin --- [INFO] Resolving class path of [bundle] User Admin Service [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.useradmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.useradmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.useradmin --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.useradmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.useradmin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.2.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.useradmin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.useradmin --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.useradmin --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.useradmin/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.useradmin:xml:p2metadata:1.2.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.useradmin:xml:p2artifacts:1.2.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.useradmin --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.compendium.sdk >------- [INFO] Building [feature] Equinox Compendium SDK 3.22.600-SNAPSHOT [454/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.compendium.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.compendium.sdk --- [INFO] The project's OSGi version is 3.22.600.v20230130-1611 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.compendium.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.compendium.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.compendium.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.compendium.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.22.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.compendium.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.22.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.compendium.sdk --- [WARNING] The following referenced plugins has missing sources org.eclipse.equinox.app.source_1.6.200.v20220720-2012 org.eclipse.equinox.coordinator.source_1.5.200.v20230120-0604 org.eclipse.equinox.cm.source_1.5.200.v20230120-0604 org.eclipse.equinox.device.source_1.1.400.v20230120-0604 org.eclipse.equinox.event.source_1.6.200.v20230120-0604 org.eclipse.equinox.metatype.source_1.6.300.v20230120-0604 org.eclipse.equinox.preferences.source_3.10.200.v20230120-0604 org.osgi.service.prefs.source_1.1.2.202109301733 org.eclipse.equinox.useradmin.source_1.2.400.v20230120-0604 org.osgi.service.coordinator.source_1.0.2.201505202024 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.22.600-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.compendium.sdk --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.22.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml: baseline and build artifacts have same version but different contents classifier-sources-feature: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.22.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources-feature] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:xml:p2metadata:3.22.600-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:xml:p2artifacts:3.22.600-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.compendium.sdk --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.supplement >--------- [INFO] Building [bundle] Supplemental Equinox Functionality 1.10.600-SNAPSHOT [455/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.supplement --- [INFO] The project's OSGi version is 1.10.600.v20220726-1348 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.supplement --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.supplement --- [INFO] Resolving class path of [bundle] Supplemental Equinox Functionality [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.supplement --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.supplement --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.supplement --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.supplement --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.supplement --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.supplement --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.600-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.supplement:xml:p2metadata:1.10.600-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.supplement:xml:p2artifacts:1.10.600-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.supplement --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment >---- [INFO] Building [bundle] SSHD Fragment 1.1.100-SNAPSHOT [456/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] The project's OSGi version is 1.1.100.v20211021-1418 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Resolving class path of [bundle] SSHD Fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.console.jaas.fragment --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.jaas.fragment --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:xml:p2metadata:1.1.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:xml:p2artifacts:1.1.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.console.ssh >--------- [INFO] Building [bundle] Console ssh support plug-in 1.2.1000-SNAPSHOT [457/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh --- [INFO] The project's OSGi version is 1.2.1000.v20220719-1739 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.ssh --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.ssh --- [INFO] Resolving class path of [bundle] Console ssh support plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.console.ssh --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.console.ssh --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.console.ssh --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.console.ssh --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.console.ssh --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.2.1000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.2.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.ssh --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.ssh:xml:p2metadata:1.2.1000-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.ssh:xml:p2artifacts:1.2.1000-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.xslt >------- [INFO] Building [bundle] XSLT Transform Provider 1.2.200-SNAPSHOT [458/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.xslt --- [INFO] The project's OSGi version is 1.2.200.v20220826-1025 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.transforms.xslt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.transforms.xslt --- [INFO] Resolving class path of [bundle] XSLT Transform Provider [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.transforms.xslt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.transforms.xslt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.transforms.xslt --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.transforms.xslt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.xslt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.xslt --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.xslt --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.transforms.xslt --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.xslt/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:xml:p2metadata:1.2.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:xml:p2artifacts:1.2.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.xslt --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.hook >------- [INFO] Building [bundle] Transformer Hook Framework Extension 1.3.200-SNAPSHOT [459/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.hook --- [INFO] The project's OSGi version is 1.3.200.v20220710-1223 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.transforms.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.transforms.hook --- [INFO] Resolving class path of [bundle] Transformer Hook Framework Extension [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.transforms.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.transforms.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.transforms.hook --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.transforms.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.transforms.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.transforms.hook/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.transforms.hook:xml:p2metadata:1.3.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.transforms.hook:xml:p2artifacts:1.3.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.hook --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.region >----------- [INFO] Building [bundle] Region Digraph 1.5.300-SNAPSHOT [460/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.region --- [INFO] The project's OSGi version is 1.5.300.v20220720-2012 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.region --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.region --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.region --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.region --- [INFO] Resolving class path of [bundle] Region Digraph [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.region --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.region --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.region --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.region --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.region --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.region --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.region --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.region --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.region --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.region/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.region:xml:p2metadata:1.5.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.region:xml:p2artifacts:1.5.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.region --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.log.stream >--------- [INFO] Building [bundle] Log Stream Provider 1.1.100-SNAPSHOT [461/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.log.stream --- [INFO] The project's OSGi version is 1.1.100.v20221108-1142 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.log.stream --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.log.stream --- [INFO] Resolving class path of [bundle] Log Stream Provider [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.log.stream --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.log.stream --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.log.stream --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.log.stream --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.log.stream --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.log.stream --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.log.stream --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.log.stream --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.log.stream --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.log.stream/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.log.stream:xml:p2metadata:1.1.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.log.stream:xml:p2artifacts:1.1.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.log.stream --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.weaving.hook >-------- [INFO] Building [bundle] Aspect Weaving Hooks Plug-in 1.3.200-SNAPSHOT [462/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.hook --- [INFO] The project's OSGi version is 1.3.200.v20220720-1916 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.weaving.hook --- [INFO] Resolving class path of [bundle] Aspect Weaving Hooks Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.weaving.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.weaving.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.weaving.hook --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.weaving.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.hook/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.hook:xml:p2metadata:1.3.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.hook:xml:p2artifacts:1.3.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.hook --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.weaving.caching >------- [INFO] Building [bundle] Standard Caching Service for Equinox Aspects 1.2.200-SNAPSHOT [463/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching --- [INFO] The project's OSGi version is 1.2.200.v20220720-1916 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.caching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.weaving.caching --- [INFO] Resolving class path of [bundle] Standard Caching Service for Equinox Aspects [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.weaving.caching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.weaving.caching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.weaving.caching --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.weaving.caching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.caching --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.caching --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.caching:xml:p2metadata:1.2.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.caching:xml:p2artifacts:1.2.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9 >----- [INFO] Building [bundle] J9 CachingService Plug-in 1.2.200-SNAPSHOT [464/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] The project's OSGi version is 1.2.200.v20220720-1916 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Resolving class path of [bundle] J9 CachingService Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:xml:p2metadata:1.2.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:xml:p2artifacts:1.2.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.core.sdk >---------- [INFO] Building [feature] Equinox Core SDK 3.23.700-SNAPSHOT [465/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.core.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.sdk --- [INFO] The project's OSGi version is 3.23.700.v20230220-1352 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.core.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.core.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.core.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.core.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.23.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.23.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.core.sdk --- [WARNING] The following referenced plugins has missing sources org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641 org.eclipse.equinox.supplement.source_1.10.600.v20220726-1348 org.eclipse.equinox.transforms.xslt.source_1.2.200.v20220826-1025 org.eclipse.equinox.transforms.hook.source_1.3.200.v20220710-1223 org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418 org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418 org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118 org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958 org.eclipse.equinox.security.source_1.3.1000.v20220801-1135 org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815 org.eclipse.equinox.region.source_1.5.300.v20220720-2012 org.eclipse.equinox.log.stream.source_1.1.100.v20221108-1142 org.eclipse.equinox.console.ssh.source_1.2.1000.v20220719-1739 org.eclipse.equinox.console.jaas.fragment_1.1.100.v20211021-1418 org.apache.sshd.osgi.source_2.9.2 org.eclipse.equinox.bidi.source_1.4.200.v20220710-1223 org.eclipse.equinox.weaving.caching.source_1.2.200.v20220720-1916 org.eclipse.equinox.weaving.caching.j9.source_1.2.200.v20220720-1916 org.eclipse.equinox.weaving.hook.source_1.3.200.v20220720-1916 org.osgi.service.log.stream.source_1.0.0.202109301733 org.osgi.util.pushstream.source_1.1.0.202212101352 [WARNING] The following referenced features has missing sources org.eclipse.equinox.core.feature.source_1.13.1000.v20230220-1352 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.23.700-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.core.sdk --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.23.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml: baseline and build artifacts have same version but different contents classifier-sources-feature: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.23.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources-feature] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.core.sdk:xml:p2metadata:3.23.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.core.sdk:xml:p2artifacts:3.23.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.sdk --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx >---- [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.700-SNAPSHOT [466/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] The project's OSGi version is 1.2.700.v20221108-1024 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Resolving class path of [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.cocoa.macosx --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/target/org.eclipse.equinox.launcher.cocoa.macosx-1.2.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.700-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:xml:p2metadata:1.2.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:xml:p2artifacts:1.2.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox.feature:org.eclipse.equinox.executable >----- [INFO] Building org.eclipse.equinox.executable 3.8.2100-SNAPSHOT [467/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.executable --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.executable --- [INFO] The project's OSGi version is 3.8.2100.v20230307-1841 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.executable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.executable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (copy-executable-natives) @ org.eclipse.equinox.executable --- [INFO] Executing tasks [INFO] [echo] Copy eclipse binaries to launcher binaries [INFO] [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin [INFO] [copy] Copying /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe [INFO] [copy] Copying /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipsec.exe to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipsec.exe [INFO] [move] Moving 6 files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/launcher.exe [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.executable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.executable --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.executable --- [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different build.properties: present in baseline only build.xml: present in baseline only [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [root.cocoa.macosx.aarch64, root.gtk.linux.x86_64, root.cocoa.macosx.x86_64, root.win32.win32.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64] [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.executable --- [WARNING] The following referenced plugins has missing sources org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024 org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024 org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024 org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.700.v20221108-1024 org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024 org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024 org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2100-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (repack) @ org.eclipse.equinox.executable --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2100-SNAPSHOT.jar into /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [zip] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2100-SNAPSHOT.jar [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.executable --- [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/pom.xml: baseline and build artifacts have same version but different contents classifier-sources-feature: not present in baseline [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [root.cocoa.macosx.aarch64, root.gtk.linux.x86_64, root.cocoa.macosx.x86_64, root.win32.win32.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64] The following attached artifacts are not present in the baseline and have been removed: [sources-feature] [WARNING] artifact org.eclipse.equinox.feature:org.eclipse.equinox.executable:xml:p2metadata:3.8.2100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.feature:org.eclipse.equinox.executable:xml:p2artifacts:3.8.2100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- xml-maven-plugin:1.0.2:transform (generate-extra-iu) @ org.eclipse.equinox.executable --- [INFO] Transforming file: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.executable.feature/target/p2content.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-extra-iu) @ org.eclipse.equinox.executable --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.executable --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.server.core >--------- [INFO] Building [feature] Core Server Feature 1.14.900-SNAPSHOT [468/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.server.core --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.core/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.core --- [INFO] The project's OSGi version is 1.14.900.v20230220-1352 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.server.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.server.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.core/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.server.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.14.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.core --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.14.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.core/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.server.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.14.900-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.core --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.14.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.core/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.server.core:xml:p2metadata:1.14.900-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.server.core:xml:p2artifacts:1.14.900-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.core --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.sdk >------------- [INFO] Building [feature] Equinox Target Components 3.23.800-SNAPSHOT [469/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.sdk --- [INFO] The project's OSGi version is 3.23.800.v20230307-1841 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.sdk --- [WARNING] The following referenced plugins has missing sources javax.servlet.jsp-api.source_2.3.3 javax.el-api.source_3.0.3 org.eclipse.equinox.http.servletbridge.source_1.2.200.v20220710-1223 org.eclipse.equinox.jsp.jasper.source_1.1.700.v20220801-1124 org.apache.jasper.glassfish.source_2.2.2.v201501141630 org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418 org.eclipse.equinox.servletbridge.source_1.6.200.v20220710-1223 [WARNING] The following referenced features has missing sources org.eclipse.equinox.compendium.sdk_3.22.600.v20230130-1611 org.eclipse.equinox.core.sdk_3.23.700.v20230220-1352 org.eclipse.equinox.executable_3.8.2100.v20230307-1841 org.eclipse.equinox.server.core.source_1.14.900.v20230220-1352 org.eclipse.equinox.server.jetty.source_1.11.100.v20221109-0702 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.800-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.sdk --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/.polyglot.feature.xml: baseline and build artifacts have same version but different contents classifier-sources-feature: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.800-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources-feature] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.sdk:xml:p2metadata:3.23.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.sdk:xml:p2artifacts:3.23.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.sdk --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.server.simple >-------- [INFO] Building [feature] Simple Http Server Feature 1.7.100-SNAPSHOT [470/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.server.simple --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.simple/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.simple --- [INFO] The project's OSGi version is 1.7.100.v20210309-1940 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.simple --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.simple/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.server.simple --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.simple/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.server.simple --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.simple/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.server.simple --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.simple/target/org.eclipse.equinox.server.simple-1.7.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.simple --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.simple/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.simple --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.server.simple --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.simple/target/org.eclipse.equinox.server.simple-1.7.100-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.simple --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.simple:1.7.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/features/org.eclipse.equinox.server.simple/.polyglot.feature.xml [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.server.simple:xml:p2metadata:1.7.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.server.simple:xml:p2artifacts:1.7.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.simple --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.bidi.tests >--------- [INFO] Building [test-bundle] BiDi tests 1.3.100-SNAPSHOT [471/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi.tests --- [INFO] The project's OSGi version is 1.3.100.v20211021-1418 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.bidi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.bidi.tests --- [INFO] Resolving class path of [test-bundle] BiDi tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.bidi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.bidi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.bidi.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.bidi.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.bidi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.bidi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.bidi.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.bidi.tests:xml:p2metadata:1.3.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.bidi.tests:xml:p2artifacts:1.3.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.bidi.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi.tests --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.cm.test >----------- [INFO] Building [test-bundle] Test Plug-in 1.1.200-SNAPSHOT [472/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm.test --- [INFO] The project's OSGi version is 1.1.200.v20220719-1740 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.cm.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.cm.test --- [INFO] Resolving class path of [test-bundle] Test Plug-in [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.cm.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.cm.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.cm.test --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.cm.test --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.cm.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.cm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.1.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.1.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm.test --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/.polyglot.META-INF [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.cm.test --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.cm.test/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.cm.test:xml:p2metadata:1.1.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.cm.test:xml:p2artifacts:1.1.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.cm.test --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm.test --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.common.tests >-------- [INFO] Building [test-bundle] Common Eclipse Runtime Tests 3.15.500-SNAPSHOT [473/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common.tests --- [INFO] The project's OSGi version is 3.15.500.v20221006-0914 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.common.tests --- [INFO] Resolving class path of [test-bundle] Common Eclipse Runtime Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.common.tests --- [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.common.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.15.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.15.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.15.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.common.tests:xml:p2metadata:3.15.500-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.common.tests:xml:p2artifacts:3.15.500-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common.tests --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.ds.tests >---------- [INFO] Building [test-bundle] Declarative Services Tests 1.6.400-SNAPSHOT [474/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.ds.tests --- [INFO] The project's OSGi version is 1.6.400.v20221005-1114 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.ds.tests --- [INFO] Resolving class path of [test-bundle] Declarative Services Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.ds.tests --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/classes [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb3.jar-classes [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb4.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb5.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb6.jar-classes [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb7.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb8.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb9.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb10.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb11.jar-classes [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb12.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb13.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb14.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb15.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb16.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb17.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb20.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb22.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb23.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb24.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb25.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb26.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb27.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.ds.tests --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 7 where kept. [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.ds.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.6.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb3.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb4.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb5.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb6.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb7.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb8.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb9.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb10.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb11.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb12.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb13.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb14.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb15.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb16.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb17.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb18.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb19.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb20.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb21.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb21a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb22.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb23.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb24.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb25.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb26.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb27.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.6.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.ds.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.ds.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.ds.tests:xml:p2metadata:1.6.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.ds.tests:xml:p2artifacts:1.6.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.ds.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.ds.tests --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.preferences.tests >------ [INFO] Building [test-bundle] Preferences Tests 3.9.200-SNAPSHOT [475/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences.tests --- [INFO] The project's OSGi version is 3.9.200.v20220426-1329 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.preferences.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.preferences.tests --- [INFO] Resolving class path of [test-bundle] Preferences Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.preferences.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.preferences.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.preferences.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.preferences.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.preferences.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.preferences.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.9.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.9.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.preferences.tests:xml:p2metadata:3.9.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.preferences.tests:xml:p2artifacts:3.9.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.preferences.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences.tests --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.tests >------- [INFO] Building [test-bundle] Equinox security tests 1.2.400-SNAPSHOT [476/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.tests --- [INFO] The project's OSGi version is 1.2.400.v20220720-1916 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.security.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.tests --- [INFO] Resolving class path of [test-bundle] Equinox security tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.security.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.security.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security.tests --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.security.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.2.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.tests:xml:p2metadata:1.2.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.tests:xml:p2artifacts:1.2.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.security.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.tests --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests >------ [INFO] Building [test-bundle] Ssh Tests 1.3.0-SNAPSHOT [477/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh.tests --- [INFO] The project's OSGi version is 1.3.0.v20220720-1916 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.ssh.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Resolving class path of [test-bundle] Ssh Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.console.ssh.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.console.ssh.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.console.ssh.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.console.ssh.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh.tests --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/.polyglot.META-INF [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.ssh.tests --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.ssh.tests/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:xml:p2metadata:1.3.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:xml:p2artifacts:1.3.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.console.tests >-------- [INFO] Building [test-bundle] Console tests 1.3.0-SNAPSHOT [478/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.tests --- [INFO] The project's OSGi version is 1.3.0.v20220720-1916 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.console.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.tests --- [INFO] Resolving class path of [test-bundle] Console tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.console.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.console.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.console.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.console.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.console.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.console.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/target/org.eclipse.equinox.console.tests-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/target/org.eclipse.equinox.console.tests-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.tests --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/.polyglot.META-INF [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.tests --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.console.tests/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.tests:xml:p2metadata:1.3.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.tests:xml:p2artifacts:1.3.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.console.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.tests --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests >----- [INFO] Building [test-bundle] org.eclipse.equinox.http.servlet.tests 1.8.500-SNAPSHOT [479/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet.tests --- [INFO] The project's OSGi version is 1.8.500.v20220722-0431 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Resolving class path of [test-bundle] org.eclipse.equinox.http.servlet.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.http.servlet.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.http.servlet.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/target/classes [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb2.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.servlet.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.http.servlet.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.8.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/bundles_bin/tb1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/bundles_bin/tb2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.8.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet.tests --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servlet.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.8.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:xml:p2metadata:1.8.500-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:xml:p2artifacts:1.8.500-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.slf4j.stub >--------- [INFO] Building [bundle] slf4j Stub 1.1.100-SNAPSHOT [480/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.slf4j.stub --- [INFO] The project's OSGi version is 1.1.100.v20211021-1418 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.slf4j.stub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.slf4j.stub/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.slf4j.stub --- [INFO] Resolving class path of [bundle] slf4j Stub [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.slf4j.stub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.slf4j.stub/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.slf4j.stub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.slf4j.stub/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.slf4j.stub --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.slf4j.stub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.slf4j.stub/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.slf4j.stub --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.slf4j.stub/target/org.eclipse.equinox.slf4j.stub-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.slf4j.stub --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.slf4j.stub/target/org.eclipse.equinox.slf4j.stub-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.slf4j.stub --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.slf4j.stub/.polyglot.META-INF [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.slf4j.stub --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.equinox.slf4j.stub/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:xml:p2metadata:1.1.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:xml:p2artifacts:1.1.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.slf4j.stub --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.osgi:org.eclipse.osgi.tests >--------------- [INFO] Building org.eclipse.osgi.tests 3.16.1000-SNAPSHOT [481/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.tests --- [INFO] The project's OSGi version is 3.16.1000.v20230220-1352 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.osgi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.tests --- [INFO] Resolving class path of org.eclipse.osgi.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.osgi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.osgi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.b.jar-classes [INFO] Compiling 192 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.d.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.c.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.b.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.a.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/circularity.test.a.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/circularity.test.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.host.a.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.host.a.v2.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.frag.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.frag.b.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.a.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.b.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.c.jar-classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.a.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.b.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.c.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.d.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.e.jar-classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/thread.locktest.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test2.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test2.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.c.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.d.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.e.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/host.multiple.exports.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/frag.multiple.exports.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/client1.multiple.exports.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/client2.multiple.exports.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test3.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.importer.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.requires.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.importer.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer2.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer3.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.frag.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.b.frag.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.e.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.f.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.i.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.j.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.k.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.l.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.m.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.n.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.a.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.filter.a.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.client.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.a.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.c.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.tccl.jar-classes [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.manifestpackage.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug287750.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.logging.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/geturl.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug375784.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/storage.hooks.a.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.hooks.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug412228.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start2.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/classloader.hooks.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.host.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.frag.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/wrapper.hooks.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.user.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug471551.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamicimport.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamic.privateimport.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.b.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.a.jar-classes [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/mrBundleInputBase.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error3.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.x.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.y.jar-classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.osgi.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.osgi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.16.1000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.v2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.require.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/thread.locktest.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.invalid.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/host.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/frag.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/client1.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/client2.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test3.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.requires.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer3.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer4.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment3.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment4.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment5.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.g.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.h.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.i.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.j.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.k.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.l.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.m.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.n.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.p.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.q.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/security.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.filter.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.client.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.update.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.tccl.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.manifestpackage.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug286307.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287750.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.logging.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/geturl.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug375784.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/storage.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/activator.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug412228.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.osgiee.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/classloader.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.host.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.global.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.system.nls.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug449484.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/wrapper.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.user.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug471551.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamicimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamic.privateimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/mrBundleInputBase.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error1.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error2.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error3.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error4.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.x.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.y.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.16.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.tests --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.tests --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/equinox/bundles/org.eclipse.osgi.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.osgi:org.eclipse.osgi.tests:xml:p2metadata:3.16.1000-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.osgi:org.eclipse.osgi.tests:xml:p2artifacts:3.16.1000-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.osgi.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.tests --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.test >--- [INFO] Building [test-bundle] Test Plug-in for Framework Admin 1.3.100-SNAPSHOT [482/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] The project's OSGi version is 1.3.100.v20221015-0807 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Resolving class path of [test-bundle] Test Plug-in for Framework Admin [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.frameworkadmin.test --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin.test --- [WARNING] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.test:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.test:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.test:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.test:xml:p2metadata:1.3.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.frameworkadmin.test:xml:p2artifacts:1.3.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin.test --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery >------- [INFO] Building [bundle] Equinox Provisioning Discovery 1.2.100-SNAPSHOT [483/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.discovery --- [INFO] The project's OSGi version is 1.2.100.v20221111-1340 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.discovery --- [INFO] Resolving class path of [bundle] Equinox Provisioning Discovery [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.discovery --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/org.eclipse.equinox.p2.discovery-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/org.eclipse.equinox.p2.discovery-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.discovery --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.discovery --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.discovery --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.discovery --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.compatibility >-- [INFO] Building [bundle] Equinox Provisioning Discovery 1.2.200-SNAPSHOT [484/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] The project's OSGi version is 1.2.200.v20220210-1157 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Resolving class path of [bundle] Equinox Provisioning Discovery [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/org.eclipse.equinox.p2.discovery.compatibility-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/org.eclipse.equinox.p2.discovery.compatibility-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.compatibility:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.compatibility:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.compatibility:xml:p2metadata:1.2.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.compatibility:xml:p2artifacts:1.2.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.discovery.compatibility --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.installer >------- [INFO] Building [bundle] Equinox Provisioning Installer 1.3.400-SNAPSHOT [485/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.installer --- [INFO] The project's OSGi version is 1.3.400.v20220911-2007 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.installer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.installer --- [INFO] Resolving class path of [bundle] Equinox Provisioning Installer [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.installer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.installer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.installer --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.installer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/org.eclipse.equinox.p2.installer-1.3.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/org.eclipse.equinox.p2.installer-1.3.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.installer --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.installer:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.installer --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.installer --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.installer:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.installer:xml:p2metadata:1.3.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.installer:xml:p2artifacts:1.3.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.installer --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.verifier >---- [INFO] Building [bundle] Test Install Verifier 1.3.200-SNAPSHOT [486/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] The project's OSGi version is 1.3.200.v20221015-0807 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Resolving class path of [bundle] Test Install Verifier [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.tests.verifier --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/test-classes [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests.verifier --- [WARNING] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.verifier:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.verifier:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.verifier:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.verifier:xml:p2metadata:1.3.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.verifier:xml:p2artifacts:1.3.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests.verifier --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests >--------- [INFO] Building org.eclipse.equinox.p2.tests 1.8.1000-SNAPSHOT [487/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests --- [INFO] The project's OSGi version is 1.8.1000.v20230129-0715 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.tests --- [INFO] Resolving class path of org.eclipse.equinox.p2.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.tests --- [INFO] Compiling 539 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.8.1000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.8.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests:1.8.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.tests --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.tests --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests:1.8.1000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests:xml:p2metadata:1.8.1000-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests:xml:p2artifacts:1.8.1000-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.p2.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.discovery >----- [INFO] Building [bundle] Equinox Provisioning Discovery UI 1.2.300-SNAPSHOT [488/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] The project's OSGi version is 1.2.300.v20210813-0655 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Resolving class path of [bundle] Equinox Provisioning Discovery UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/org.eclipse.equinox.p2.ui.discovery-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/org.eclipse.equinox.p2.ui.discovery-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.discovery:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.discovery:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.discovery:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.discovery:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.discovery --- [INFO] Execution was skipped [INFO] [INFO] ---< org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.discovery >---- [INFO] Building [test-bundle] Equinox Provisioning Discovery Tests 1.3.300-SNAPSHOT [489/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] The project's OSGi version is 1.3.300.v20221015-0807 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Resolving class path of [test-bundle] Equinox Provisioning Discovery Tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.3.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.3.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests.discovery --- [WARNING] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.discovery:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.discovery:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.discovery:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.discovery:xml:p2metadata:1.3.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.discovery:xml:p2artifacts:1.3.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests.discovery --- [INFO] Execution was skipped [INFO] [INFO] ------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.reconciler >------ [INFO] Building [product] Reconciler test application 1.1.0-SNAPSHOT [490/519] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.reconciler --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.reconciler --- [INFO] The project's OSGi version is 1.1.0.v20230308-1502 [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.reconciler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.reconciler --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean-1) @ org.eclipse.equinox.p2.reconciler --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.reconciler --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.reconciler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.reconciler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.equinox.p2.reconciler --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-products (default-publish-products) @ org.eclipse.equinox.p2.reconciler --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-categories (default-publish-categories) @ org.eclipse.equinox.p2.reconciler --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ org.eclipse.equinox.p2.reconciler --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:assemble-repository (default-assemble-repository) @ org.eclipse.equinox.p2.reconciler --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.p2.reconciler.executable.gtk.linux.x86_64,1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.p2.reconciler.executable.gtk.linux.ppc64le,1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.p2.reconciler.executable.gtk.linux.aarch64,1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.p2.reconciler.executable.win32.win32.x86_64,1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.p2.reconciler.executable.cocoa.macosx.x86_64,1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.p2.reconciler.executable.cocoa.macosx.aarch64,1.1.0.v20230308-1502. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.reconciler --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:archive-repository (default-archive-repository) @ org.eclipse.equinox.p2.reconciler --- [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/org.eclipse.equinox.p2.reconciler-1.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.reconciler --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.reconciler --- [INFO] [INFO] --- tycho-p2-director-plugin:4.0.0-SNAPSHOT:materialize-products (materialize-products) @ org.eclipse.equinox.p2.reconciler --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler/linux/gtk/x86_64/eclipse Installing org.eclipse.equinox.p2.reconciler 1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 2484 ms. [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment linux/gtk/ppc64le to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler/linux/gtk/ppc64le/eclipse Installing org.eclipse.equinox.p2.reconciler 1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 2238 ms. [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler/linux/gtk/aarch64/eclipse Installing org.eclipse.equinox.p2.reconciler 1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 2273 ms. [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler/win32/win32/x86_64/eclipse Installing org.eclipse.equinox.p2.reconciler 1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 2617 ms. [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler/macosx/cocoa/x86_64/eclipse.app Installing org.eclipse.equinox.p2.reconciler 1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 2442 ms. [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler/macosx/cocoa/aarch64/eclipse.app Installing org.eclipse.equinox.p2.reconciler 1.1.0.v20230308-1502. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 2195 ms. [INFO] [INFO] --- tycho-p2-director-plugin:4.0.0-SNAPSHOT:archive-products (archive-products) @ org.eclipse.equinox.p2.reconciler --- [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler-linux.gtk.ppc64le.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.reconciler.product/target/products/org.eclipse.equinox.p2.reconciler-macosx.cocoa.aarch64.tar.gz [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.reconciler --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.ui >------- [INFO] Building [test-bundle] Equinox Provisioning Tests (Incubation) 1.3.500-SNAPSHOT [491/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests.ui --- [INFO] The project's OSGi version is 1.3.500.v20221015-0807 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Resolving class path of [test-bundle] Equinox Provisioning Tests (Incubation) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.tests.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.tests.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.tests.ui --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.tests.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/org.eclipse.equinox.p2.tests.ui-1.3.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/org.eclipse.equinox.p2.tests.ui-1.3.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests.ui --- [WARNING] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.ui:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/.polyglot.META-INF: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.ui:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.tests.ui --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.tests.ui --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.ui:1.3.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.ui:xml:p2metadata:1.3.500-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.tests.ui:xml:p2artifacts:1.3.500-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests.ui --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin >------- [INFO] Building [bundle] p2 Admin UI 1.2.100-SNAPSHOT [492/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.admin --- [INFO] The project's OSGi version is 1.2.100.v20221111-1340 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.admin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Resolving class path of [bundle] p2 Admin UI [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.admin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.admin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.admin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/org.eclipse.equinox.p2.ui.admin-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/org.eclipse.equinox.p2.ui.admin-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.admin --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.admin --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.admin --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.admin --- [INFO] Execution was skipped [INFO] [INFO] -----< org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin.rcp >----- [INFO] Building [bundle] Provisioning Admin UI RCP (Incubation) 1.3.400-SNAPSHOT [493/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] The project's OSGi version is 1.3.400.v20220911-2007 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Resolving class path of [bundle] Provisioning Admin UI RCP (Incubation) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/org.eclipse.equinox.p2.ui.admin.rcp-1.3.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/org.eclipse.equinox.p2.ui.admin.rcp-1.3.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin.rcp:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin.rcp:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin.rcp:xml:p2metadata:1.3.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.ui.admin.rcp:xml:p2artifacts:1.3.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.admin.rcp --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.feature >--- [INFO] Building [feature] Equinox p2, Discovery UI support 1.2.1200-SNAPSHOT [494/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] The project's OSGi version is 1.2.1200.v20221111-1340 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target/org.eclipse.equinox.p2.discovery.feature-1.2.1200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.feature:1.2.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target/org.eclipse.equinox.p2.discovery.feature-1.2.1200-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.feature:1.2.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.feature:xml:p2metadata:1.2.1200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.discovery.feature:xml:p2artifacts:1.2.1200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.discovery.feature --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.equinox.p2:org.eclipse.equinox.server.p2 >-------- [INFO] Building [feature] p2 Server Feature 1.12.900-SNAPSHOT [495/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.server.p2 --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.server.p2/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.p2 --- [INFO] The project's OSGi version is 1.12.900.v20230308-0853 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.server.p2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.server.p2/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.server.p2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.server.p2/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.server.p2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.server.p2/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.server.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.server.p2/target/org.eclipse.equinox.server.p2-1.12.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.p2 --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.server.p2:1.12.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.server.p2/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.p2 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.server.p2 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.server.p2/target/org.eclipse.equinox.server.p2-1.12.900-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.p2 --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.server.p2:1.12.900-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.server.p2/.polyglot.feature.xml [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.server.p2:xml:p2metadata:1.12.900-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.server.p2:xml:p2artifacts:1.12.900-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.p2 --- [INFO] Execution was skipped [INFO] [INFO] ---------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.sdk >---------- [INFO] Building [feature] Equinox p2, SDK 3.11.2000-SNAPSHOT [496/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.sdk --- [INFO] The project's OSGi version is 3.11.2000.v20230308-0853 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/target/org.eclipse.equinox.p2.sdk-3.11.2000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.sdk --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.sdk:3.11.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/.polyglot.feature.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.sdk --- [WARNING] The following referenced plugins has missing sources org.eclipse.equinox.p2.installer.source_1.3.400.v20220911-2007 org.eclipse.equinox.p2.ui.admin.rcp.source_1.3.400.v20220911-2007 org.eclipse.equinox.p2.ui.admin.source_1.2.100.v20221111-1340 org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340 [WARNING] The following referenced features has missing sources org.eclipse.equinox.p2.discovery.feature.source_1.2.1200.v20221111-1340 org.eclipse.equinox.p2.core.feature.source_1.6.1800.v20230308-0853 org.eclipse.equinox.p2.user.ui.source_2.4.2000.v20230308-0853 org.eclipse.equinox.server.p2.source_1.12.900.v20230308-0853 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/target/org.eclipse.equinox.p2.sdk-3.11.2000-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.sdk --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.sdk:3.11.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/.polyglot.feature.xml [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.sdk:xml:p2metadata:3.11.2000-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.sdk:xml:p2artifacts:3.11.2000-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.sdk --- [INFO] Execution was skipped [INFO] [INFO] -------< org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples >------- [INFO] Building org.eclipse.equinox.p2.examples 4.28.0-SNAPSHOT [497/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.discovery >-- [INFO] Building [bundle] RCP Mail (Cloud Update Example) 2.2.100-SNAPSHOT [498/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] The project's OSGi version is 2.2.100.v20220911-2007 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Resolving class path of [bundle] RCP Mail (Cloud Update Example) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java:[16] import org.eclipse.equinox.internal.p2.ui.dialogs.UpdateSingleIUWizard; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UpdateSingleIUWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java:[40] if (UpdateSingleIUWizard.validFor(operation)) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UpdateSingleIUWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java:[40] if (UpdateSingleIUWizard.validFor(operation)) { ^^^^^^^^ Discouraged access: The method 'UpdateSingleIUWizard.validFor(UpdateOperation)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java:[42] UpdateSingleIUWizard wizard = new UpdateSingleIUWizard(getProvisioningUI(), operation); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UpdateSingleIUWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java:[42] UpdateSingleIUWizard wizard = new UpdateSingleIUWizard(getProvisioningUI(), operation); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UpdateSingleIUWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/org/eclipse/equinox/p2/examples/rcp/cloud/p2/UpdateHandler.java:[42] UpdateSingleIUWizard wizard = new UpdateSingleIUWizard(getProvisioningUI(), operation); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'UpdateSingleIUWizard(ProvisioningUI, UpdateOperation)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes') 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples.rcp.discovery --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/org.eclipse.equinox.p2.examples.rcp.discovery-2.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/org.eclipse.equinox.p2.examples.rcp.discovery-2.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.discovery:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/.polyglot.META-INF [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.discovery:2.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.discovery:xml:p2metadata:2.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.discovery:xml:p2artifacts:2.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.discovery --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate >-- [INFO] Building [bundle] Prestartupdate 1.2.100-SNAPSHOT [499/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] The project's OSGi version is 1.2.100.v20220911-2007 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Resolving class path of [bundle] Prestartupdate [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/classes [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/org/eclipse/equinox/p2/examples/rcp/prestartupdate/ApplicationWorkbenchWindowAdvisor.java:[7] import org.eclipse.equinox.internal.p2.core.helpers.LogHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LogHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/org/eclipse/equinox/p2/examples/rcp/prestartupdate/ApplicationWorkbenchWindowAdvisor.java:[8] import org.eclipse.equinox.internal.p2.core.helpers.ServiceHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/org/eclipse/equinox/p2/examples/rcp/prestartupdate/ApplicationWorkbenchWindowAdvisor.java:[45] final IProvisioningAgent agent = (IProvisioningAgent) ServiceHelper.getService(Activator.bundleContext, ^^^^^^^^^^^^^ Discouraged access: The type 'ServiceHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/org/eclipse/equinox/p2/examples/rcp/prestartupdate/ApplicationWorkbenchWindowAdvisor.java:[45] final IProvisioningAgent agent = (IProvisioningAgent) ServiceHelper.getService(Activator.bundleContext, ^^^^^^^^^^ Discouraged access: The method 'ServiceHelper.getService(BundleContext, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/org/eclipse/equinox/p2/examples/rcp/prestartupdate/ApplicationWorkbenchWindowAdvisor.java:[48] LogHelper.log(new Status(IStatus.ERROR, Activator.PLUGIN_ID, ^^^^^^^^^ Discouraged access: The type 'LogHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/org/eclipse/equinox/p2/examples/rcp/prestartupdate/ApplicationWorkbenchWindowAdvisor.java:[48] LogHelper.log(new Status(IStatus.ERROR, Activator.PLUGIN_ID, ^^^ Discouraged access: The method 'LogHelper.log(IStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/org/eclipse/equinox/p2/examples/rcp/prestartupdate/ApplicationWorkbenchWindowAdvisor.java:[70] LogHelper.log(updateStatus); ^^^^^^^^^ Discouraged access: The type 'LogHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') [WARNING] /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/org/eclipse/equinox/p2/examples/rcp/prestartupdate/ApplicationWorkbenchWindowAdvisor.java:[70] LogHelper.log(updateStatus); ^^^ Discouraged access: The method 'LogHelper.log(IStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes') 8 problems (8 warnings) [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/org.eclipse.equinox.p2.examples.rcp.prestartupdate-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/org.eclipse.equinox.p2.examples.rcp.prestartupdate-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.polyglot.META-INF [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.prestartupdate:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility >-- [INFO] Building [bundle] Sdkbundlevisibility 1.2.100-SNAPSHOT [500/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] The project's OSGi version is 1.2.100.v20220911-2007 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Resolving class path of [bundle] Sdkbundlevisibility [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/.polyglot.META-INF [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates >-- [INFO] Building [bundle] Sdknoautoupdates 1.2.100-SNAPSHOT [501/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] The project's OSGi version is 1.2.100.v20220911-2007 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Resolving class path of [bundle] Sdknoautoupdates [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/.polyglot.META-INF [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates --- [INFO] Execution was skipped [INFO] [INFO] --< org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkui >-- [INFO] Building [bundle] RCP Mail (SDK UI) 1.2.100-SNAPSHOT [502/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] The project's OSGi version is 1.2.100.v20220911-2007 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Resolving class path of [bundle] RCP Mail (SDK UI) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/org.eclipse.equinox.p2.examples.rcp.sdkui-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/org.eclipse.equinox.p2.examples.rcp.sdkui-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkui:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/.polyglot.META-INF [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] No baseline version MavenProject: org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkui:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkui:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.p2:org.eclipse.equinox.p2.examples.rcp.sdkui:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.sdkui --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.ant:org.eclipse.ant.optional.junit >----------- [INFO] Building org.eclipse.ant.optional.junit 3.3.300-SNAPSHOT [503/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.optional.junit --- [INFO] The project's OSGi version is 3.3.300.v20180822-0818 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.ant.optional.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.optional.junit --- [INFO] Resolving class path of org.eclipse.ant.optional.junit [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.ant.optional.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.ant.optional.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.ant.optional.junit --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.ant.optional.junit --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.optional.junit --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.optional.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/target/org.eclipse.ant.optional.junit-3.3.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.optional.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/target/org.eclipse.ant.optional.junit-3.3.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.optional.junit --- [WARNING] MavenProject: org.eclipse.ant:org.eclipse.ant.optional.junit:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.optional.junit:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.optional.junit --- [INFO] Execution was skipped [INFO] [INFO] ------------< org.eclipse.releng:org.eclipse.releng.tests >------------- [INFO] Building org.eclipse.releng.tests 3.6.0-SNAPSHOT [504/519] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.releng.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.releng.tests --- [INFO] The project's OSGi version is 3.6.0.v20230208-1256 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.releng.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.releng.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.releng.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.releng.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.releng.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.releng.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.releng.tests --- [INFO] Resolving class path of org.eclipse.releng.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.releng.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.releng.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.releng.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.releng.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.releng.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.releng.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.releng.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.releng.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.releng.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.releng.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.releng.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.releng.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.releng.tests/target/org.eclipse.releng.tests-3.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.releng.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.releng.tests/target/org.eclipse.releng.tests-3.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.releng.tests --- [INFO] MavenProject: org.eclipse.releng:org.eclipse.releng.tests:3.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.releng.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.releng.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.releng.tests --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.sdk:org.eclipse.sdk.examples >-------------- [INFO] Building org.eclipse.sdk.examples 4.28.0-SNAPSHOT [505/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.sdk.examples --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.sdk.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.sdk.examples --- [INFO] Resolving class path of org.eclipse.sdk.examples [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.sdk.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.sdk.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.sdk.examples --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.sdk.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/target/org.eclipse.sdk.examples-4.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.sdk.examples --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.sdk.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/target/org.eclipse.sdk.examples-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk.examples --- [INFO] No baseline version MavenProject: org.eclipse.sdk:org.eclipse.sdk.examples:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.examples/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.examples --- [INFO] Execution was skipped [INFO] [INFO] ---------------< org.eclipse.sdk:org.eclipse.sdk.tests >---------------- [INFO] Building org.eclipse.sdk.tests 4.28.0-SNAPSHOT [506/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.sdk.tests --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.sdk.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.sdk.tests --- [INFO] Resolving class path of org.eclipse.sdk.tests [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.sdk.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.sdk.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.sdk.tests --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.sdk.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.sdk.tests --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.sdk.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/target/org.eclipse.sdk.tests-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk.tests --- [INFO] No baseline version MavenProject: org.eclipse.sdk:org.eclipse.sdk.tests:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.sdk.tests/pom.xml [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.tests --- [INFO] Execution was skipped [INFO] [INFO] -----------------< org.eclipse.test:org.eclipse.test >------------------ [INFO] Building org.eclipse.test 3.5.200-SNAPSHOT [507/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.test --- [INFO] The project's OSGi version is 3.5.200.v20221108-0804 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.test --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.test --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.test --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.test --- [INFO] Resolving class path of org.eclipse.test [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/target/classes [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.test --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.test --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/target/test-classes [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.test --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/target/org.eclipse.test-3.5.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/target/org.eclipse.test-3.5.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test --- [INFO] MavenProject: org.eclipse.test:org.eclipse.test:3.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test --- [INFO] Execution was skipped [INFO] [INFO] --------< org.eclipse.test:org.eclipse.test.performance.win32 >--------- [INFO] Building org.eclipse.test.performance.win32 3.1.500-SNAPSHOT [508/519] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.test.performance.win32 --- [INFO] The project's OSGi version is 3.1.500.v20211012-2002 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.test.performance.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.test.performance.win32 --- [INFO] Resolving class path of org.eclipse.test.performance.win32 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.test.performance.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.test.performance.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.test.performance.win32 --- The project does not have an API Tools nature so a api_description file will not be generated [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.test.performance.win32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.test.performance.win32 --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.test.performance.win32 --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/target/org.eclipse.test.performance.win32-3.1.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test.performance.win32 --- [INFO] MavenProject: org.eclipse.test:org.eclipse.test.performance.win32:3.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test.performance.win32 --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.sdk.feature:org.eclipse.sdk >--------------- [INFO] Building org.eclipse.sdk.feature 4.28.0-SNAPSHOT [509/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sdk --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk/target/org.eclipse.sdk-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk --- [INFO] No baseline version MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk/pom.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sdk --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk --- [INFO] Execution was skipped [INFO] [INFO] ----------< org.eclipse.sdk.feature:org.eclipse.sdk.examples >---------- [INFO] Building org.eclipse.sdk.examples.feature 4.28.0-SNAPSHOT [510/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.sdk.examples --- [INFO] Deleting /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/target [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sdk.examples --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.sdk.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.sdk.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.sdk.examples --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.sdk.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/target/org.eclipse.sdk.examples-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk.examples --- [INFO] No baseline version MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.examples:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sdk.examples --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.sdk.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/target/org.eclipse.sdk.examples-4.28.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.sdk.examples --- [INFO] No baseline version MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.examples:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml [WARNING] artifact org.eclipse.sdk.feature:org.eclipse.sdk.examples:xml:p2metadata:4.28.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.sdk.feature:org.eclipse.sdk.examples:xml:p2artifacts:4.28.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.examples --- [INFO] Execution was skipped [INFO] [INFO] -------------< org.eclipse.test.feature:org.eclipse.test >-------------- [INFO] Building org.eclipse.test.feature 3.8.400-SNAPSHOT [511/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.test --- [INFO] The project's OSGi version is 3.8.400.v20230219-1319 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.test --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.test-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.test --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.test --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.test-feature/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.test-feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.test --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.test-feature/target/org.eclipse.test-3.8.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test --- [INFO] MavenProject: org.eclipse.test.feature:org.eclipse.test:3.8.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.test-feature/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.test --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test --- [INFO] Execution was skipped [INFO] [INFO] -----------< org.eclipse.sdk.feature:org.eclipse.sdk.tests >------------ [INFO] Building org.eclipse.sdk.tests.feature 4.28.0-SNAPSHOT [512/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sdk.tests --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.sdk.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.sdk.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.sdk.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.tests/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.sdk.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.tests/target/org.eclipse.sdk.tests-4.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk.tests --- [INFO] No baseline version MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.tests:4.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng/features/org.eclipse.sdk.tests/pom.xml [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sdk.tests --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.tests --- [INFO] Execution was skipped [INFO] [INFO] --< eclipse.platform.releng.tychoeclipsebuilder:eclipse.platform.releng.tychoeclipsebuilder >-- [INFO] Building eclipse.platform.releng.tychoeclipsebuilder 4.28.0-SNAPSHOT [513/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/src/main/resources [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng.tychoeclipsebuilder --- [INFO] Execution was skipped [INFO] [INFO] ----< org.eclipse.rcp.configuration:org.eclipse.rcp.configuration >----- [INFO] Building org.eclipse.rcp.configuration 1.1.2000-SNAPSHOT [514/519] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcp.configuration --- [INFO] The project's OSGi version is 1.1.2000.v20221201-1120 [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.rcp.configuration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.rcp.configuration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.rcp.configuration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.rcp.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/target/org.eclipse.rcp.configuration-1.1.2000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcp.configuration --- [INFO] MavenProject: org.eclipse.rcp.configuration:org.eclipse.rcp.configuration:1.1.2000-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [root.cocoa.macosx.aarch64, root.gtk.linux.x86_64, root.cocoa.macosx.x86_64, root.win32.win32.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64] [INFO] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcp.configuration --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rcp.configuration --- [INFO] Execution was skipped [INFO] [INFO] --< eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rt.osgistarterkit.product >-- [INFO] Building org.eclipse.rt.osgistarterkit.product 4.28.0-SNAPSHOT [515/519] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rt.osgistarterkit.product --- [INFO] The project's OSGi version is 4.28.0.I20230309-0330 [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.rt.osgistarterkit.product --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean-1) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.rt.osgistarterkit.product --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.rt.osgistarterkit.product --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-products (default-publish-products) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-categories (default-publish-categories) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.rt.osgistarterkit.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:assemble-repository (default-assemble-repository) @ org.eclipse.rt.osgistarterkit.product --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,bcpg.source,1.72.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.command.source,1.1.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,bcprov.source,1.72.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rt.osgistarterkit.product.executable.gtk.linux.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.tukaani.xz.source,1.9.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rt.osgistarterkit.product.executable.win32.win32.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rt.osgistarterkit.product.executable.cocoa.macosx.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rt.osgistarterkit.product.executable.cocoa.macosx.aarch64,4.28.0.I20230309-0330. [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:archive-repository (default-archive-repository) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/org.eclipse.rt.osgistarterkit.product-4.28.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:4.0.0-SNAPSHOT:materialize-products (materialize-products) @ org.eclipse.rt.osgistarterkit.product --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/linux/gtk/x86_64/rt Installing org.eclipse.rt.osgistarterkit.product 4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 1064 ms. [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/win32/win32/x86_64/rt Installing org.eclipse.rt.osgistarterkit.product 4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 909 ms. [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/macosx/cocoa/x86_64/Rt.app Installing org.eclipse.rt.osgistarterkit.product 4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 889 ms. [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/macosx/cocoa/aarch64/Rt.app Installing org.eclipse.rt.osgistarterkit.product 4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 915 ms. [INFO] [INFO] --- tycho-p2-director-plugin:4.0.0-SNAPSHOT:archive-products (archive-products) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product-linux.gtk.x86_64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product-macosx.cocoa.aarch64.tar.gz [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rt.osgistarterkit.product --- [INFO] Execution was skipped [INFO] [INFO] ------< eclipse.platform.releng.tychoeclipsebuilder:equinox-sdk >------- [INFO] Building equinox-sdk 4.28.0-SNAPSHOT [516/519] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ equinox-sdk --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ equinox-sdk --- [INFO] The project's OSGi version is 4.28.0.I20230309-0330 [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ equinox-sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ equinox-sdk --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean-1) @ equinox-sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ equinox-sdk --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ equinox-sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ equinox-sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ equinox-sdk --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-products (default-publish-products) @ equinox-sdk --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-categories (default-publish-categories) @ equinox-sdk --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ equinox-sdk --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:assemble-repository (default-assemble-repository) @ equinox-sdk --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.sat4j.core.source,2.3.6.v20201214. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.8.2100.v20230307-1841. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,bcpg.source,1.72.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.command.source,1.1.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,javax.servlet.jsp-api.source,2.3.3. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.tukaani.xz.source,1.9.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,jakarta.servlet-api.source,4.0.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.scr.source,2.2.6. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,bcprov.source,1.72.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,javax.el-api.source,3.0.3. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.sshd.osgi.source,2.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64le,3.8.2100.v20230307-1841. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.gtk.linux.aarch64,3.8.2100.v20230307-1841. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.8.2100.v20230307-1841. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.8.2100.v20230307-1841. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.cocoa.macosx.aarch64,3.8.2100.v20230307-1841. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ equinox-sdk --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:archive-repository (default-archive-repository) @ equinox-sdk --- [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/target/equinox-sdk-4.28.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ equinox-sdk --- [INFO] Execution was skipped [INFO] [INFO] --< eclipse.platform.releng.tychoeclipsebuilder:eclipse-junit-tests >--- [INFO] Building eclipse-junit-tests 4.28.0-SNAPSHOT [517/519] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-junit-tests --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse-junit-tests --- [INFO] The project's OSGi version is 4.28.0.v20230309-0330 [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-junit-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse-junit-tests --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean-1) @ eclipse-junit-tests --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ eclipse-junit-tests --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-junit-tests --- [INFO] Copying 2 resources [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 [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-junit-tests --- [INFO] Copying 2 resources [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 [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ eclipse-junit-tests --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-products (default-publish-products) @ eclipse-junit-tests --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-categories (default-publish-categories) @ eclipse-junit-tests --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ eclipse-junit-tests --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:assemble-repository (default-assemble-repository) @ eclipse-junit-tests --- [INFO] Copying resources from /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/classes to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/repository [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objenesis.source,3.3.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,assertj-core.source,3.24.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-api.source,5.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.mockito.mockito-core.source,5.1.1. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-junit-tests --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:archive-repository (default-archive-repository) @ eclipse-junit-tests --- [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-junit-tests.zip [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:mirror (default) @ eclipse-junit-tests --- [INFO] Mirroring to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-test-framework [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ant.optional.junit 3.3.300.v20180822-0818 to osgi.bundle; org.apache.ant [1.6.5,2.0.0).; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to osgi.bundle; org.apache.ant 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to osgi.bundle; org.eclipse.ui [3.112.0,4.0.0).; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to osgi.bundle; org.eclipse.ui.ide.application 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to osgi.bundle; org.eclipse.equinox.app 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.engine.discovery 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.engine.reporting 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.engine.support.descriptor 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.launcher 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.launcher.core 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.commons 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.commons.util 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.jupiter.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.test.performance 3.19.100.v20221021-0745 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to osgi.bundle; org.eclipse.jdt.junit.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to osgi.bundle; org.eclipse.jdt.junit4.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to osgi.bundle; org.eclipse.pde.junit.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to java.package; org.apiguardian.api 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to java.package; org.junit.platform.commons 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to java.package; org.opentest4j 0.0.0.; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons.logging [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons.annotation [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons.function [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons.support [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons.util [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.opentest4j [1.2.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to org.junit.platform.engine; (&(org.junit.platform.engine=junit-jupiter)(version>=5.9.2)(!(version>=6))).] Mirroring: osgi.bundle,org.junit,4.13.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.junit,4.13.2.v20211018-1956) Mirroring: osgi.bundle,org.eclipse.test.performance.win32,3.1.500.v20211012-2002 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance.win32,3.1.500.v20211012-2002) Mirroring: org.eclipse.update.feature,org.eclipse.test,3.8.400.v20230219-1319 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.test,3.8.400.v20230219-1319) Mirroring: osgi.bundle,junit-jupiter-api,5.9.2 (Descriptor: canonical: osgi.bundle,junit-jupiter-api,5.9.2) Mirroring: osgi.bundle,org.mockito.mockito-core,5.1.1 (Descriptor: canonical: osgi.bundle,org.mockito.mockito-core,5.1.1) Mirroring: osgi.bundle,org.eclipse.test.performance,3.19.100.v20221021-0745 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance,3.19.100.v20221021-0745) Mirroring: osgi.bundle,assertj-core,3.24.2 (Descriptor: canonical: osgi.bundle,assertj-core,3.24.2) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.14.0 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.14.0) Mirroring: osgi.bundle,org.eclipse.ant.optional.junit,3.3.300.v20180822-0818 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.optional.junit,3.3.300.v20180822-0818) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.0 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.0) Mirroring: osgi.bundle,org.hamcrest.core,1.3.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.hamcrest.core,1.3.0.v20180420-1519) Mirroring: osgi.bundle,org.eclipse.core.tests.harness,3.14.0.v20221120-0720 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.harness,3.14.0.v20221120-0720) Mirroring: osgi.bundle,org.eclipse.test,3.5.200.v20221108-0804 (Descriptor: canonical: osgi.bundle,org.eclipse.test,3.5.200.v20221108-0804) Mirroring: osgi.bundle,org.eclipse.test.source,3.5.200.v20221108-0804 (Descriptor: canonical: osgi.bundle,org.eclipse.test.source,3.5.200.v20221108-0804) Mirroring: osgi.bundle,org.objenesis,3.3.0 (Descriptor: canonical: osgi.bundle,org.objenesis,3.3.0) [INFO] [INFO] --- eclipse-cbi-plugin:1.4.2:plugin-versions (plugin-versions) @ eclipse-junit-tests --- [INFO] [INFO] --- eclipse-cbi-plugin:1.4.2:test-properties (test-properties) @ eclipse-junit-tests --- [INFO] [INFO] --- maven-assembly-plugin:3.5.0:single (make-assembly) @ eclipse-junit-tests --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-junit-tests-bundle.zip [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-junit-tests --- [INFO] Execution was skipped [INFO] [INFO] ------< eclipse.platform.repository:eclipse.platform.repository >------- [INFO] Building eclipse.platform.repository 4.28.0-SNAPSHOT [518/519] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse.platform.repository --- [INFO] The project's OSGi version is 4.28.0.I20230309-0330 [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.platform.repository --- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean-1) @ eclipse.platform.repository --- [INFO] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:mirror (mirror-build) @ eclipse.platform.repository --- [INFO] Mirroring to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.compiler.apt.tests 1.2.300.v20230213-1046 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.apt.tests 1.2.300.v20230213-1046 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.apt.tests 1.2.300.v20230213-1046 to osgi.bundle; org.eclipse.jdt.core.compiler.batch 3.33.0.; Unable to satisfy dependency from org.eclipse.ui.workbench.texteditor.tests 3.13.200.v20221027-2026 to osgi.bundle; org.eclipse.core.runtime [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.workbench.texteditor.tests 3.13.200.v20221027-2026 to osgi.bundle; org.eclipse.jface.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.workbench.texteditor.tests 3.13.200.v20221027-2026 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.workbench.texteditor.tests 3.13.200.v20221027-2026 to osgi.bundle; org.eclipse.ui [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.workbench.texteditor.tests 3.13.200.v20221027-2026 to osgi.bundle; org.eclipse.core.expressions [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to osgi.bundle; org.apache.felix.scr 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to osgi.bundle; org.eclipse.equinox.http.jetty 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; javax.servlet 2.6.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; javax.servlet.http 2.6.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.eclipse.equinox.http.jetty 1.4.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.eclipse.equinox.http.servlet 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.eclipse.equinox.http.servlet.context 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.eclipse.equinox.http.servlet.session 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.eclipse.osgi.service.urlconversion 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.framework 1.6.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.framework.hooks.service 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.framework.namespace 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.framework.wiring 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.resource 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.service.component 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.service.http 1.2.1.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.service.http.context 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.service.http.runtime 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.service.http.runtime.dto 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.service.http.whiteboard 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.8.500.v20220722-0431 to java.package; org.osgi.util.tracker 1.5.0.; Unable to satisfy dependency from org.eclipse.jsch.tests 1.2.0.v20220813-1037 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.core.runtime 3.4.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.ui 3.6.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.metadata 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.metadata.repository 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.ui 2.6.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.core 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.engine 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.director 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.artifact.repository 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.repository 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.ui.sdk 1.0.200.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.ui.importexport 1.0.1.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to java.package; org.eclipse.equinox.internal.p2.operations 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.3.500.v20221015-0807 to java.package; org.eclipse.equinox.p2.operations [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.pde.ds.tests 1.2.100.v20220310-2159 to osgi.bundle; org.eclipse.core.runtime [3.11.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ds.tests 1.2.100.v20220310-2159 to osgi.bundle; org.eclipse.pde.core [3.3.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ds.tests 1.2.100.v20220310-2159 to osgi.bundle; org.eclipse.pde.ds.core [1.0.0,2.0.0).; Unable to satisfy dependency from org.eclipse.pde.ds.tests 1.2.100.v20220310-2159 to osgi.bundle; org.eclipse.text [3.3.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.0.v20230221-2131 to osgi.bundle; org.eclipse.pde.ui 3.10.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.0.v20230221-2131 to osgi.bundle; org.eclipse.pde.ui.templates 3.6.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.0.v20230221-2131 to osgi.bundle; org.eclipse.core.runtime 3.13.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.0.v20230221-2131 to osgi.bundle; org.eclipse.core.resources 3.12.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.0.v20230221-2131 to osgi.bundle; org.eclipse.ui.ide 3.13.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.0.v20230221-2131 to osgi.bundle; org.eclipse.jface 3.13.0.; Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.0.v20230221-2131 to osgi.bundle; org.eclipse.pde.ds.annotations 1.1.0.; Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.10.0.v20210618-1953 to osgi.bundle; org.eclipse.core.runtime [3.11.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.10.0.v20210618-1953 to osgi.bundle; org.eclipse.ltk.ui.refactoring [3.8.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.10.0.v20210618-1953 to osgi.bundle; org.eclipse.ui [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.10.0.v20210618-1953 to osgi.bundle; org.eclipse.ltk.core.refactoring [3.7.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.10.0.v20210618-1953 to osgi.bundle; org.eclipse.core.resources [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.10.0.v20210618-1953 to osgi.bundle; org.eclipse.core.filebuffers [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.10.0.v20210618-1953 to osgi.bundle; org.eclipse.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.400.v20221006-1046 to osgi.bundle; org.apache.ant 1.9.4.; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.400.v20221006-1046 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.400.v20221006-1046 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.400.v20221006-1046 to osgi.bundle; org.eclipse.ant.core 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.400.v20221006-1046 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.core 3.6.400.v20221006-1046 to osgi.bundle; org.eclipse.pde.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.tool.tests 1.3.200.v20221201-1549 to osgi.bundle; org.eclipse.jdt.core 3.33.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.tool.tests 1.3.200.v20221201-1549 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.tool.tests 1.3.200.v20221201-1549 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.compiler.tool.tests 1.3.200.v20221201-1549 to java.package; org.eclipse.jdt.internal.compiler.tool 0.0.0.; Unable to satisfy dependency from org.apache.commons.commons-fileupload 1.5.0 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.apache.commons.commons-fileupload 1.5.0 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.apache.commons.commons-fileupload 1.5.0 to java.package; org.apache.commons.io 0.0.0.; Unable to satisfy dependency from org.apache.commons.commons-fileupload 1.5.0 to java.package; org.apache.commons.io.output 0.0.0.; Unable to satisfy dependency from org.eclipse.ltk.core.refactoring.tests 3.9.0.v20210629-0141 to osgi.bundle; org.eclipse.core.resources [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.core.refactoring.tests 3.9.0.v20210629-0141 to osgi.bundle; org.eclipse.core.runtime [3.11.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.core.refactoring.tests 3.9.0.v20210629-0141 to osgi.bundle; org.eclipse.ltk.core.refactoring [3.7.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.core.refactoring.tests 3.9.0.v20210629-0141 to osgi.bundle; org.eclipse.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.core.refactoring.tests 3.9.0.v20210629-0141 to osgi.bundle; org.eclipse.core.commands [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ltk.core.refactoring.tests 3.9.0.v20210629-0141 to osgi.bundle; org.eclipse.core.filesystem [1.2.0,2.0.0).; Unable to satisfy dependency from org.eclipse.tests.urischeme 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.urischeme 1.1.100.; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.core.runtime [3.6.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.jface [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.16.500,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.ui.editors [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.ui.workbench [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.core.resources [3.14.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.ui.ide [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.core.filesystem 1.7.0.; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.e4.ui.model.workbench 1.3.0.; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.jface.text 3.19.0.; Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.0.v20230222-1453 to osgi.bundle; org.eclipse.ui 3.119.100.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.0.v20230221-2131 to osgi.bundle; org.eclipse.core.runtime 3.15.400.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.0.v20230221-2131 to osgi.bundle; org.eclipse.pde.launching 3.7.700.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.0.v20230221-2131 to osgi.bundle; org.eclipse.core.resources 3.13.500.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.0.v20230221-2131 to osgi.bundle; org.eclipse.pde.ui 3.11.100.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.0.v20230221-2131 to osgi.bundle; org.eclipse.jdt.junit 3.11.500.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.0.v20230221-2131 to osgi.bundle; org.eclipse.jdt.core 3.19.0.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.0.v20230221-2131 to osgi.bundle; org.eclipse.debug.ui 3.14.200.; Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.0.v20230221-2131 to osgi.bundle; org.eclipse.ui 3.114.0.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 3.14.100.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.13.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.model.workbench 2.1.100.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench.swt 0.14.300.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.forms 3.7.300.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.themes 1.2.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench 1.6.100.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench.addons.swt 1.3.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.ide 3.14.100.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.core 0.12.300.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.workbench 3.112.0.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.navigator.resources 3.6.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.navigator 3.7.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.views 3.9.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.views.properties.tabbed 3.8.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.browser 3.6.300.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.swt.theme 0.12.100.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.ide.application 1.2.200.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.monitoring 1.1.300.; Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.0.v20230220-1021 to java.package; org.eclipse.ui.internal 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.200.v20221006-1046 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.200.v20221006-1046 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.200.v20221006-1046 to osgi.bundle; org.eclipse.team.core 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.200.v20221006-1046 to osgi.bundle; org.eclipse.team.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.200.v20221006-1046 to osgi.bundle; org.eclipse.compare 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.200.v20221006-1046 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.200.v20221006-1046 to osgi.bundle; org.eclipse.ui.navigator 0.0.0.; Unable to satisfy dependency from org.eclipse.team.tests.core 3.9.200.v20221006-1046 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.runtime 3.20.500.v20230125-1531 to osgi.bundle; org.eclipse.core.runtime 3.26.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.3.300.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.discovery 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.3.300.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.discovery.compatibility 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.3.300.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.ui.discovery 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.3.300.v20221015-0807 to osgi.bundle; org.eclipse.core.runtime 3.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.3.300.v20221015-0807 to osgi.bundle; org.eclipse.ui 3.1.0.; Unable to satisfy dependency from org.eclipse.ant.optional.junit 3.3.300.v20180822-0818 to osgi.bundle; org.apache.ant [1.6.5,2.0.0).; Unable to satisfy dependency from org.eclipse.releng.tests 3.6.0.v20230208-1256 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.performance 3.11.100.v20230116-1715 to osgi.bundle; org.eclipse.core.resources [3.2.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.performance 3.11.100.v20230116-1715 to osgi.bundle; org.eclipse.core.runtime [3.2.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.performance 3.11.100.v20230116-1715 to osgi.bundle; org.eclipse.jdt.core [3.27.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.performance 3.11.100.v20230116-1715 to osgi.bundle; org.eclipse.text [3.1.0,4.0.0).; Unable to satisfy dependency from org.eclipse.swt.tests 3.106.2000.v20230214-1356 to osgi.bundle; org.eclipse.swt 3.120.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.apache.ant 1.9.2.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.jdt.launching 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.ant.core 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.debug.core [3.12.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.debug.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.ui.externaltools 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.ant.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.ui.console 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.ant.launching 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.core.externaltools 0.0.0.; Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.10.400.v20220720-1909 to osgi.bundle; org.eclipse.pde.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.12.0.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding [1.3.0,2.0.0).; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.12.0.v20230220-1021 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.12.0.v20230220-1021 to osgi.bundle; org.eclipse.jface 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.12.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.12.0.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding.beans 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.12.0.v20230220-1021 to osgi.bundle; org.eclipse.jface.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.12.0.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding.property 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.help 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.help.base 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.help.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.help.webapp 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.ui.cheatsheets 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.ui.intro 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.ui.intro.universal 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.ui.forms 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.ui.browser 3.2.300.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.equinox.jsp.jasper 1.0.200.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.equinox.jsp.jasper.registry 1.0.100.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.apache.lucene.analysis-common 9.4.2.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.apache.lucene.analysis-smartcn 9.4.2.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.apache.lucene.core 9.4.2.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to osgi.bundle; org.eclipse.equinox.http.registry 1.3.100.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to java.package; javax.servlet 3.1.0.; Unable to satisfy dependency from org.eclipse.ua.tests 3.6.0.v20230202-1450 to java.package; javax.servlet.http 3.1.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.302.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.302.0.v20230220-1021 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.302.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.core 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.302.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.302.0.v20230220-1021 to osgi.bundle; org.w3c.css.sac 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.302.0.v20230220-1021 to java.package; org.junit.platform.suite.api 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.core 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.ui.sdk.scheduler 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to osgi.bundle; org.eclipse.swt 3.102.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.metadata 2.2.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.ui 2.3.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to osgi.bundle; org.eclipse.equinox.p2.operations 2.3.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to java.package; org.eclipse.equinox.internal.p2.core.helpers 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to java.package; org.eclipse.equinox.internal.p2.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to java.package; org.eclipse.equinox.internal.p2.ui.sdk.scheduler.migration 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to java.package; org.eclipse.equinox.p2.engine [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.3.200.v20221015-0807 to java.package; org.eclipse.equinox.p2.query [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to osgi.bundle; org.apache.ant 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to osgi.bundle; org.eclipse.ui [3.112.0,4.0.0).; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to osgi.bundle; org.eclipse.ui.ide.application 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to osgi.bundle; org.eclipse.equinox.app 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.engine.discovery 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.engine.reporting 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.engine.support.descriptor 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.launcher 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.launcher.core 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.commons 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.platform.commons.util 0.0.0.; Unable to satisfy dependency from org.eclipse.test 3.5.200.v20221108-0804 to java.package; org.junit.jupiter.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.osgi [3.7.0,4.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.equinox.app 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.equinox.common 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.equinox.p2.director [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.equinox.p2.metadata.repository [1.1.0,2.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.equinox.p2.metadata [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.equinox.p2.engine [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.equinox.p2.core [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.equinox.p2.artifact.repository 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.core.net 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.equinox.p2.repository 2.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.3.400.v20220911-2007 to osgi.bundle; org.eclipse.equinox.p2.transport.ecf 1.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.rcp 3.6.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.rcp 3.6.0.v20230220-1021 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.0.v20230202-1140 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.0.v20230202-1140 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.0.v20230202-1140 to osgi.bundle; org.eclipse.equinox.http.registry 1.0.200.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.0.v20230202-1140 to osgi.bundle; org.eclipse.help 3.4.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.0.v20230202-1140 to osgi.bundle; org.eclipse.help.webapp 3.4.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.0.v20230202-1140 to osgi.bundle; org.eclipse.help.base 3.4.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.0.v20230202-1140 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator 2.0.100.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.0.v20230202-1140 to osgi.bundle; org.eclipse.equinox.frameworkadmin 2.0.200.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.0.v20230202-1140 to java.package; javax.servlet 3.1.0.; Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.0.v20230202-1140 to java.package; javax.servlet.http 3.1.0.; Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.3.100.v20221015-0807 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.3.100.v20221015-0807 to osgi.bundle; org.eclipse.equinox.frameworkadmin 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.3.100.v20221015-0807 to osgi.bundle; org.eclipse.equinox.frameworkadmin.equinox 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.3.100.v20221015-0807 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.3.100.v20221015-0807 to java.package; org.osgi.framework 1.4.0.; Unable to satisfy dependency from org.eclipse.jface.tests 1.4.0.v20230220-1021 to osgi.bundle; org.eclipse.jface 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests 1.4.0.v20230220-1021 to osgi.bundle; org.eclipse.equinox.registry 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests 1.4.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests 1.4.0.v20230220-1021 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests 1.4.0.v20230220-1021 to java.package; org.osgi.framework 0.0.0.; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons.logging [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons.annotation [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons.function [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons.support [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.junit.platform.commons.util [1.9.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to java.package; org.opentest4j [1.2.0,2.0.0).; Unable to satisfy dependency from junit-jupiter-api 5.9.2 to org.junit.platform.engine; (&(org.junit.platform.engine=junit-jupiter)(version>=5.9.2)(!(version>=6))).; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.core.runtime [3.6.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.jface [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.ui.genericeditor 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.core.resources 3.11.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.jface.text 3.16.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.ui 3.108.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.ui.workbench.texteditor 3.10.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.ui.ide 3.11.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.ui.editors 3.11.0.; Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.0.v20230222-1453 to osgi.bundle; org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.eclipse.core.internal.preferences 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.eclipse.core.runtime 3.5.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.eclipse.core.runtime.jobs 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.eclipse.core.runtime.preferences 3.3.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.eclipse.osgi.service.datalocation 1.4.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.eclipse.osgi.service.urlconversion 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.osgi.framework 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.osgi.service.cm 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.osgi.service.component 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.osgi.service.log 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.osgi.service.permissionadmin 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.osgi.service.prefs 1.1.1.; Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.9.200.v20220426-1329 to java.package; org.osgi.util.tracker 1.4.2.; Unable to satisfy dependency from org.eclipse.core.tests.net 1.5.100.v20220812-1406 to osgi.bundle; org.eclipse.core.runtime [3.3.0,4.0.0).; Unable to satisfy dependency from org.eclipse.core.tests.net 1.5.100.v20220812-1406 to osgi.bundle; org.eclipse.core.net [1.0.0,2.0.0).; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.100.v20221201-1549 to osgi.bundle; org.eclipse.jdt.apt.pluggable.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.100.v20221201-1549 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.100.v20221201-1549 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.100.v20221201-1549 to osgi.bundle; org.eclipse.jdt.apt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.100.v20221201-1549 to osgi.bundle; org.eclipse.jdt.core 3.33.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.5.100.v20221201-1549 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.core 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to osgi.bundle; org.w3c.css.sac 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.swt.theme 0.9.1.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to osgi.bundle; org.eclipse.ui 3.106.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to osgi.bundle; org.eclipse.equinox.preferences 3.5.200.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.forms 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.views.properties.tabbed 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to java.package; org.eclipse.core.runtime 3.5.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to java.package; org.junit.platform.suite.api 1.9.1.; Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.0.v20230220-1021 to java.package; org.osgi.util.tracker 1.5.3.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to osgi.bundle; org.eclipse.osgi 3.6.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to osgi.bundle; org.eclipse.equinox.preferences 3.3.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to osgi.bundle; org.eclipse.e4.core.di.extensions 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to osgi.bundle; org.eclipse.e4.core.di.extensions.supplier 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to osgi.bundle; org.eclipse.equinox.registry 3.5.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to osgi.bundle; org.eclipse.e4.core.services 1.1.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to java.package; javax.annotation 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to java.package; javax.inject 1.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to java.package; org.osgi.service.component 1.3.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to java.package; org.osgi.service.event 1.3.0.; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to osgi.extender; (&(osgi.extender=osgi.component)(version>=1.3)(!(version>=2.0))).; Unable to satisfy dependency from org.eclipse.e4.core.tests 1.2.500.v20220904-1138 to osgi.service; (objectClass=org.osgi.service.event.EventAdmin).; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.core.variables 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.jdt.core [3.28.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.jdt.ui [3.22.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.jdt.launching [3.19.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.jdt.debug [3.17.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.jdt.debug.ui [3.12.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.debug.core [3.14.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.debug.ui [3.13.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.ui.console 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.ltk.core.refactoring 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.jdt.core.manipulation 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.11.1900.v20221205-0947 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.core.runtime [3.11.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.pde.ua.core [1.0.0,2.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.text [3.3.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.pde.ui [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.ui.workbench [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.ui.ide [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.pde.ua.ui [1.0.0,2.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.core.resources [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.ui.forms [3.4.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.jface [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.ui.editors [3.6.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.search [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.jface.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.2.100.v20221111-1233 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.6.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.0.v20230220-1021 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.navigator 3.8.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.0.v20230220-1021 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.workbench 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.navigator.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.0.v20230220-1021 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.11.600.v20230308-1611 to osgi.bundle; org.eclipse.core.resources [3.2.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.11.600.v20230308-1611 to osgi.bundle; org.eclipse.core.runtime [3.2.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.11.600.v20230308-1611 to osgi.bundle; org.eclipse.jdt.core [3.27.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.11.600.v20230308-1611 to osgi.bundle; org.eclipse.jdt.launching [3.10.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.11.600.v20230308-1611 to osgi.bundle; org.eclipse.team.core [3.2.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.11.600.v20230308-1611 to osgi.bundle; org.eclipse.text [3.2.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.11.600.v20230308-1611 to osgi.bundle; com.ibm.icu 3.4.4.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.11.600.v20230308-1611 to osgi.bundle; org.eclipse.core.filesystem [1.2.0,2.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.11.0.v20230203-1058 to osgi.bundle; org.eclipse.ui [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.11.0.v20230203-1058 to osgi.bundle; org.eclipse.ui.ide [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.11.0.v20230203-1058 to osgi.bundle; org.eclipse.search [3.5.100,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.11.0.v20230203-1058 to osgi.bundle; org.eclipse.core.runtime [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.11.0.v20230203-1058 to osgi.bundle; org.eclipse.core.resources [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.11.0.v20230203-1058 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.11.0.v20230203-1058 to osgi.bundle; org.eclipse.jface.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.11.0.v20230203-1058 to osgi.bundle; org.eclipse.ui.editors [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.search.tests 3.11.0.v20230203-1058 to osgi.bundle; org.eclipse.ltk.core.refactoring [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.compare.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.jdt.debug 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.jdt.core.manipulation 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.13.1900.v20230208-0117 to osgi.bundle; org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.views.properties.tabbed 3.8.0.v20230220-1021 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.views.properties.tabbed 3.8.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.views.properties.tabbed 3.8.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.views.properties.tabbed 3.8.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.views.properties.tabbed 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.views.properties.tabbed 3.8.0.v20230220-1021 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.text.tests 3.13.0.v20230203-1344 to osgi.bundle; org.eclipse.jface.text [3.20.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jface.text.tests 3.13.0.v20230203-1344 to osgi.bundle; org.eclipse.jface [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jface.text.tests 3.13.0.v20230203-1344 to osgi.bundle; org.eclipse.core.runtime [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jface.text.tests 3.13.0.v20230203-1344 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.200.v20220810-1011 to osgi.bundle; org.eclipse.core.runtime 3.13.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.200.v20220810-1011 to osgi.bundle; org.eclipse.core.resources 3.12.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.200.v20220810-1011 to osgi.bundle; org.eclipse.jface.text 3.13.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.200.v20220810-1011 to osgi.bundle; org.eclipse.ui 3.109.100.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.200.v20220810-1011 to osgi.bundle; org.eclipse.ui.ide 3.14.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.200.v20220810-1011 to osgi.bundle; org.eclipse.pde.genericeditor.extension 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.200.v20220810-1011 to osgi.bundle; org.eclipse.pde.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.200.v20220810-1011 to osgi.bundle; org.eclipse.equinox.p2.metadata 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.1.200.v20220810-1011 to osgi.bundle; org.eclipse.core.filebuffers 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.12.2100.v20230209-1016 to osgi.bundle; org.eclipse.jdt.debug [3.2.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.12.2100.v20230209-1016 to osgi.bundle; org.eclipse.jdt.core [3.33.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.12.2100.v20230209-1016 to osgi.bundle; org.eclipse.core.runtime [3.2.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.12.2100.v20230209-1016 to osgi.bundle; org.eclipse.core.resources [3.2.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.12.2100.v20230209-1016 to osgi.bundle; javax.annotation 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.12.2100.v20230209-1016 to java.package; org.eclipse.jdt.internal.compiler.apt.dispatch 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.forms 3.10.0.v20230220-1021 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.forms 3.10.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.forms 3.10.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.forms 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.2.400.v20220720-1916 to osgi.bundle; org.eclipse.osgi 3.4.0.; Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.2.400.v20220720-1916 to osgi.bundle; org.eclipse.equinox.security 0.0.1.; Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.2.400.v20220720-1916 to osgi.bundle; org.eclipse.equinox.registry 3.4.0.; Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.2.400.v20220720-1916 to osgi.bundle; org.eclipse.equinox.preferences 3.2.200.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.core.resources 3.14.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.core.expressions 3.7.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.ui.views 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.text 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding.beans 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding.property 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.jface.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.ui.navigator.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.services 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench.swt 0.9.1.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.di 0.9.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.swt.theme 0.9.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.bindings 0.9.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.9.1.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.core 0.9.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.model.workbench 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench 0.10.1.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.commands 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.di.extensions 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.services 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench.addons.swt 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench.renderers.swt 0.10.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.jface [3.18.0,4.0.0).; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.ui.views.log 1.2.1300.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to java.package; javax.annotation 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to java.package; javax.inject 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to java.package; org.osgi.service.event 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.extender; (&(osgi.extender=osgi.component)(version>=1.2)(!(version>=2.0))).; Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1000.v20230220-1021 to osgi.service; (objectClass=org.osgi.service.event.EventAdmin).; Unable to satisfy dependency from org.eclipse.ui.tests.harness 1.10.0.v20230220-1021 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.harness 1.10.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.harness 1.10.0.v20230220-1021 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.emf.ecore.xmi 2.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.jface 3.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.equinox.common 3.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.osgi 3.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.services 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.equinox.registry 3.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 3.4.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.emf.ecore 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding 1.2.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.jface.databinding 1.3.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.services 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench.swt 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.model.workbench 1.2.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.commands 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.bindings 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench.renderers.swt 0.9.1.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.emf.ecore.change 2.5.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.di 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.di.extensions 0.15.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.di.extensions.supplier 0.15.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.core.expressions 3.4.200.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.workbench.addons.swt 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.11.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.css.core 0.10.100.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to java.package; javax.annotation 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to java.package; javax.inject 1.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.0.v20230220-1021 to java.package; org.osgi.service.event 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.200.v20221031-1205 to osgi.bundle; org.eclipse.compare 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.200.v20221031-1205 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.200.v20221031-1205 to osgi.bundle; org.eclipse.jface 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.200.v20221031-1205 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.200.v20221031-1205 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.200.v20221031-1205 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.200.v20221031-1205 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.compare.tests 3.7.200.v20221031-1205 to osgi.bundle; org.eclipse.team.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.pde.api.tools 1.0.600.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.jdt.launching [3.6.100,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.jdt.core [3.10.0,4.0.0).; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.pde.api.tools.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.text 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.pde.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.core.filebuffers 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.ltk.core.refactoring 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to osgi.bundle; org.eclipse.ant.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.0.v20230215-1725 to java.package; org.eclipse.equinox.frameworkadmin 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to osgi.bundle; org.eclipse.pde.build 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to osgi.bundle; org.eclipse.ant.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to osgi.bundle; org.apache.ant 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to osgi.bundle; org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to osgi.bundle; org.eclipse.equinox.p2.publisher 1.1.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to osgi.bundle; org.eclipse.equinox.p2.publisher.eclipse 1.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.frameworkadmin 2.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.internal.p2.artifact.repository 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.internal.p2.core.helpers 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.internal.p2.metadata 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.internal.p2.metadata.repository 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.internal.p2.publisher.eclipse 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.internal.p2.repository.helpers 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.p2.core [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.p2.internal.repository.tools 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.p2.metadata [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.p2.metadata.expression 2.0.0.; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.p2.query [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.p2.repository [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.p2.repository.artifact [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.p2.repository.metadata [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.pde.build.tests 1.3.500.v20220813-1730 to java.package; org.eclipse.equinox.simpleconfigurator.manipulator 2.0.0.; Unable to satisfy dependency from org.eclipse.text.tests 3.13.200.v20221027-2026 to osgi.bundle; org.eclipse.core.commands [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.text.tests 3.13.200.v20221027-2026 to osgi.bundle; org.eclipse.core.runtime [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.text.tests 3.13.200.v20221027-2026 to osgi.bundle; org.eclipse.text [3.6.3,4.0.0).; Unable to satisfy dependency from org.eclipse.core.tests.resources 3.11.0.v20230209-1022 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.resources 3.11.0.v20230209-1022 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.resources 3.11.0.v20230209-1022 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.resources 3.11.0.v20230209-1022 to osgi.bundle; org.eclipse.pde.junit.runtime 3.5.0.; Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.2.0.v20230222-1453 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.2.0.v20230222-1453 to osgi.bundle; org.eclipse.text.quicksearch 1.0.300.; Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.2.0.v20230222-1453 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.2.0.v20230222-1453 to osgi.bundle; org.eclipse.ui.ide 3.17.0.; Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.2.0.v20230222-1453 to osgi.bundle; org.eclipse.jface 3.20.0.; Unable to satisfy dependency from org.eclipse.test.performance 3.19.100.v20221021-0745 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.model.workbench 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.views 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.navigator 0.0.0.; Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.0.v20230220-1021 to osgi.bundle; org.eclipse.ui.navigator.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.core.filebuffers 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.jdt.core.manipulation 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.ltk.core.refactoring 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.ltk.ui.refactoring 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.team.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.14.600.v20230209-2203 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to osgi.bundle; org.eclipse.core.commands 3.5.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.ui.bindings 0.9.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to osgi.bundle; org.eclipse.swt 3.6.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to java.package; javax.inject 1.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to java.package; org.eclipse.e4.core.commands 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to java.package; org.eclipse.e4.ui.internal.services 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to java.package; org.eclipse.e4.ui.services 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to java.package; org.eclipse.jface.bindings 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to java.package; org.eclipse.jface.bindings.keys 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to java.package; org.eclipse.jface.bindings.keys.formatting 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to java.package; org.osgi.framework 1.5.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to java.package; org.osgi.service.log 1.3.0.; Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.0.v20230220-1021 to java.package; org.osgi.service.packageadmin 1.2.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to osgi.bundle; org.eclipse.jdt.junit.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to osgi.bundle; org.eclipse.jdt.junit4.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to osgi.bundle; org.eclipse.pde.junit.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to java.package; org.apiguardian.api 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to java.package; org.junit.platform.commons 0.0.0.; Unable to satisfy dependency from org.eclipse.core.tests.harness 3.14.0.v20221120-0720 to java.package; org.opentest4j 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.debug.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.core.manipulation 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.junit 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.junit.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.junit4.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.junit5.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.launching 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.ltk.core.refactoring 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.search 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.team.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.team.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.ui.navigator 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.ui.views 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.bcoview 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.jeview 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to osgi.bundle; org.eclipse.jdt.astview 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to java.package; org.junit.platform.suite.api 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to java.package; org.junit.platform.suite.commons 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.14.700.v20230124-1216 to java.package; org.junit.platform.suite.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.core.expressions.tests 3.6.200.v20221006-1046 to osgi.bundle; org.eclipse.core.expressions [3.4.100,4.0.0).; Unable to satisfy dependency from org.eclipse.core.expressions.tests 3.6.200.v20221006-1046 to osgi.bundle; org.eclipse.core.runtime [3.3.100,4.0.0).; Unable to satisfy dependency from org.eclipse.osgi.tests 3.16.1000.v20230220-1352 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.osgi.tests 3.16.1000.v20230220-1352 to java.package; org.osgi.service.event 0.0.0.; Unable to satisfy dependency from org.eclipse.osgi.tests 3.16.1000.v20230220-1352 to java.package; org.osgi.util.function 0.0.0.; Unable to satisfy dependency from org.eclipse.osgi.tests 3.16.1000.v20230220-1352 to java.package; org.osgi.util.measurement 0.0.0.; Unable to satisfy dependency from org.eclipse.osgi.tests 3.16.1000.v20230220-1352 to java.package; org.osgi.util.position 0.0.0.; Unable to satisfy dependency from org.eclipse.osgi.tests 3.16.1000.v20230220-1352 to java.package; org.osgi.util.promise 0.0.0.; Unable to satisfy dependency from org.eclipse.osgi.tests 3.16.1000.v20230220-1352 to java.package; org.osgi.util.xml 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding.conformance 1.5.0.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding.conformance 1.5.0.v20230220-1021 to osgi.bundle; org.eclipse.jface.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding.conformance 1.5.0.v20230220-1021 to osgi.bundle; org.eclipse.swt 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.tests.databinding.conformance 1.5.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.pde.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.e4.core.services 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.team.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.jdt.launching 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.pde.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.text 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.pde.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.equinox.frameworkadmin 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.core.variables 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.equinox.p2.metadata.repository 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.equinox.p2.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.equinox.p2.director 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.equinox.p2.repository 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.equinox.p2.metadata 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.equinox.p2.engine 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.ui.forms 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.search 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.ui.editors 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.ui.views.log 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.pde.genericeditor.extension 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator 2.1.300.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.platform 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to osgi.bundle; org.eclipse.ui.ide.application 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to java.package; org.eclipse.pde.internal.build 0.0.0.; Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.100.v20230308-2313 to java.package; org.osgi.service.event [1.3.0,2.0.0).; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.4.0.v20230220-1021 to osgi.bundle; org.eclipse.jface 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.4.0.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.4.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.4.0.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding.beans 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.4.0.v20230220-1021 to osgi.bundle; org.eclipse.jface.databinding 0.0.0.; Unable to satisfy dependency from org.eclipse.jface.examples.databinding 1.4.0.v20230220-1021 to osgi.bundle; org.eclipse.core.databinding.property 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.frameworkadmin 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.common 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.core.runtime 3.4.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.publisher 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.simpleconfigurator 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.updatechecker 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.repository 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.security 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.engine 2.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.updatesite 1.0.200.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.garbagecollector 1.0.100.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.sat4j.core 2.2.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.sat4j.pb 2.2.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.ecf 3.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.ecf.filetransfer 4.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.ecf.identity 3.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.ecf.provider.filetransfer 3.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.ecf.provider.filetransfer.httpclient5 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.reconciler.dropins 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.ant.core 3.2.200.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.apache.ant 1.7.1.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.transport.ecf 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.publisher.eclipse 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.operations 2.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.ui.sdk.scheduler 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to osgi.bundle; org.eclipse.equinox.p2.artifact.repository [1.3.0,2.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.ant.core 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.core.filesystem 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.ecf.filetransfer 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.artifact.processors.checksum 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.artifact.processors.md5 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.artifact.processors.pack200 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.artifact.repository 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.artifact.repository.simple 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.core 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.core.helpers 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.director 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.director.app 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.extensionlocation 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.jarprocessor 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.jarprocessor.verifier 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.metadata 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.metadata.expression 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.metadata.index 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.metadata.query 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.metadata.repository 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.metadata.repository.io 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.persistence 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.publisher.eclipse 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.touchpoint.eclipse 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.touchpoint.natives 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.touchpoint.natives.actions 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.p2.update 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.provisional.p2.core.eventbus 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.provisional.p2.director 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.provisional.p2.directorywatcher 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.internal.provisional.p2.repository 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.core [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.internal.repository.comparator 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.internal.repository.tools 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.metadata [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.metadata.expression [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.metadata.io 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.planner [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.query [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.repository.artifact.spi [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.repository.metadata.spi [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.p2.repository.spi [2.0.0,3.0.0).; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.equinox.spi.p2.publisher 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.internal.provisional.equinox.p2.jarprocessor 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.osgi.service.datalocation 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.osgi.service.environment 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.osgi.service.resolver 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.osgi.service.urlconversion 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.eclipse.osgi.util 1.1.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.osgi.framework 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.osgi.service.packageadmin 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.osgi.util.tracker 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.8.1000.v20230129-0715 to java.package; org.bouncycastle.openpgp 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.400.v20221005-1114 to java.package; org.eclipse.osgi.service.urlconversion 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.400.v20221005-1114 to java.package; org.osgi.framework 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.400.v20221005-1114 to java.package; org.osgi.service.cm 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.400.v20221005-1114 to java.package; org.osgi.service.component 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.400.v20221005-1114 to java.package; org.osgi.service.log 1.3.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.400.v20221005-1114 to java.package; org.osgi.service.permissionadmin 1.2.0.; Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.6.400.v20221005-1114 to java.package; org.osgi.util.tracker 1.4.2.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.0.v20230220-1021 to osgi.bundle; org.eclipse.core.commands 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.commands 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.0.v20230220-1021 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.0.v20230220-1021 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.0.v20230220-1021 to java.package; javax.inject 1.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.0.v20230220-1021 to java.package; org.eclipse.e4.core.contexts 0.0.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.0.v20230220-1021 to java.package; org.osgi.framework 1.5.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.0.v20230220-1021 to java.package; org.osgi.service.log 1.3.0.; Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.0.v20230220-1021 to java.package; org.osgi.service.packageadmin 1.2.0.; Unable to satisfy dependency from org.eclipse.core.filebuffers.tests 3.12.300.v20221027-2026 to osgi.bundle; org.eclipse.core.runtime [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.core.filebuffers.tests 3.12.300.v20221027-2026 to osgi.bundle; org.eclipse.core.filesystem [1.2.0,2.0.0).; Unable to satisfy dependency from org.eclipse.core.filebuffers.tests 3.12.300.v20221027-2026 to osgi.bundle; org.eclipse.core.filebuffers [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.core.filebuffers.tests 3.12.300.v20221027-2026 to osgi.bundle; org.eclipse.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.equinox.bidi.tests 1.3.100.v20211021-1418 to osgi.bundle; org.eclipse.equinox.bidi 1.0.0.; Unable to satisfy dependency from org.eclipse.equinox.bidi.tests 1.3.100.v20211021-1418 to osgi.bundle; org.eclipse.equinox.registry 3.5.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.tests 3.5.200.v20230116-1715 to osgi.bundle; org.eclipse.jdt.apt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.tests 3.5.200.v20230116-1715 to osgi.bundle; org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.tests 3.5.200.v20230116-1715 to osgi.bundle; org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.tests 3.5.200.v20230116-1715 to osgi.bundle; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.apt.tests 3.5.200.v20230116-1715 to osgi.bundle; org.eclipse.pde.core 0.0.0.; Unable to satisfy dependency from org.eclipse.debug.tests 3.13.0.v20230202-2016 to osgi.bundle; org.eclipse.ui [3.6.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.13.0.v20230202-2016 to osgi.bundle; org.eclipse.core.runtime [3.11.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.13.0.v20230202-2016 to osgi.bundle; org.eclipse.debug.ui [3.10.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.13.0.v20230202-2016 to osgi.bundle; org.eclipse.core.filesystem [1.3.0,2.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.13.0.v20230202-2016 to osgi.bundle; org.eclipse.ui.externaltools [3.3.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.13.0.v20230202-2016 to osgi.bundle; org.eclipse.ui.console [3.7.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.13.0.v20230202-2016 to osgi.bundle; org.eclipse.jface.text [3.5.0,4.0.0).; Unable to satisfy dependency from org.eclipse.debug.tests 3.13.0.v20230202-2016 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.15.100,4.0.0).; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.500.v20221006-0914 to osgi.bundle; org.eclipse.equinox.common 3.17.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.500.v20221006-0914 to osgi.bundle; org.eclipse.equinox.registry 3.8.200.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.500.v20221006-0914 to java.package; org.eclipse.osgi.service.localization 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.500.v20221006-0914 to java.package; org.osgi.framework 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.500.v20221006-0914 to java.package; org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.500.v20221006-0914 to java.package; org.osgi.service.log 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.500.v20221006-0914 to java.package; org.osgi.service.packageadmin 0.0.0.; Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.15.500.v20221006-0914 to java.package; org.osgi.util.tracker 0.0.0.; Unable to satisfy dependency from org.eclipse.jdt.core.tests.builder 3.11.300.v20230204-1957 to osgi.bundle; org.eclipse.jdt.core [3.7.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.builder 3.11.300.v20230204-1957 to osgi.bundle; org.eclipse.core.resources [3.2.0,4.0.0).; Unable to satisfy dependency from org.eclipse.jdt.core.tests.builder 3.11.300.v20230204-1957 to osgi.bundle; org.eclipse.core.runtime [3.2.0,4.0.0).] Mirroring: osgi.bundle,org.eclipse.ui.tests.source,3.15.1000.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.source,3.15.1000.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.jdt.compiler.apt.tests,1.2.300.v20230213-1046 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.compiler.apt.tests,1.2.300.v20230213-1046) Mirroring: osgi.bundle,org.eclipse.ui.workbench.texteditor.tests,3.13.200.v20221027-2026 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench.texteditor.tests,3.13.200.v20221027-2026) Mirroring: osgi.bundle,org.eclipse.test.performance.win32,3.1.500.v20211012-2002 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance.win32,3.1.500.v20211012-2002) Mirroring: osgi.bundle,org.eclipse.jdt.text.tests.source,3.13.1900.v20230208-0117 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.text.tests.source,3.13.1900.v20230208-0117) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet.tests,1.8.500.v20220722-0431 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet.tests,1.8.500.v20220722-0431) Mirroring: osgi.bundle,org.eclipse.jsch.tests,1.2.0.v20220813-1037 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.tests,1.2.0.v20220813-1037) Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.ui,1.3.500.v20221015-0807 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.ui,1.3.500.v20221015-0807) Mirroring: osgi.bundle,org.eclipse.pde.ds.tests,1.2.100.v20220310-2159 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ds.tests,1.2.100.v20220310-2159) Mirroring: osgi.bundle,org.eclipse.jface.examples.databinding.source,1.4.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.examples.databinding.source,1.4.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ui.tests.pluginchecks.source,1.2.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.pluginchecks.source,1.2.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.pde.ui.templates.tests,1.2.0.v20230221-2131 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ui.templates.tests,1.2.0.v20230221-2131) Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.source,0.15.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.source,0.15.0.v20230220-1021) Mirroring: osgi.bundle,org.hamcrest.core,1.3.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.hamcrest.core,1.3.0.v20180420-1519) Mirroring: osgi.bundle,org.eclipse.ltk.ui.refactoring.tests,3.10.0.v20210618-1953 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.ui.refactoring.tests,3.10.0.v20210618-1953) Mirroring: osgi.bundle,org.eclipse.ui.genericeditor.tests.source,1.3.0.v20230222-1453 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor.tests.source,1.3.0.v20230222-1453) Mirroring: osgi.bundle,org.eclipse.core.tests.runtime.source,3.20.500.v20230125-1531 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.runtime.source,3.20.500.v20230125-1531) Mirroring: osgi.bundle,org.eclipse.ant.tests.core,3.6.400.v20221006-1046 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.tests.core,3.6.400.v20221006-1046) Mirroring: osgi.bundle,org.eclipse.jdt.compiler.tool.tests,1.3.200.v20221201-1549 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.compiler.tool.tests,1.3.200.v20221201-1549) Mirroring: osgi.bundle,org.eclipse.sdk.tests,4.28.0.v20230309-0330 (Descriptor: canonical: osgi.bundle,org.eclipse.sdk.tests,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.ui.tests.performance.source,1.6.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.performance.source,1.6.0.v20230220-1021) Mirroring: osgi.bundle,org.apache.commons.commons-fileupload,1.5.0 (Descriptor: canonical: osgi.bundle,org.apache.commons.commons-fileupload,1.5.0) Mirroring: osgi.bundle,org.eclipse.ui.tests.rcp.source,3.6.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.rcp.source,3.6.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ltk.core.refactoring.tests,3.9.0.v20210629-0141 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.core.refactoring.tests,3.9.0.v20210629-0141) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.binaries,1.0.250.v20210713-1056 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.binaries,1.0.250.v20210713-1056) Mirroring: osgi.bundle,org.eclipse.tests.urischeme,1.2.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.tests.urischeme,1.2.0.v20230220-1021) Mirroring: org.eclipse.update.feature,org.eclipse.test,3.8.400.v20230219-1319 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.test,3.8.400.v20230219-1319) Mirroring: osgi.bundle,org.eclipse.ui.tests.navigator.source,3.7.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.navigator.source,3.7.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ui.editors.tests,3.13.0.v20230222-1453 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors.tests,3.13.0.v20230222-1453) Mirroring: osgi.bundle,org.eclipse.pde.junit.runtime.tests,3.7.0.v20230221-2131 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.junit.runtime.tests,3.7.0.v20230221-2131) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.compiler.source,3.12.2100.v20230209-1016 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.compiler.source,3.12.2100.v20230209-1016) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.builder.source,3.11.300.v20230204-1957 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.builder.source,3.11.300.v20230204-1957) Mirroring: osgi.bundle,org.eclipse.core.tests.resources.source,3.11.0.v20230209-1022 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.resources.source,3.11.0.v20230209-1022) Mirroring: osgi.bundle,org.objenesis.source,3.3.0 (Descriptor: canonical: osgi.bundle,org.objenesis.source,3.3.0) Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.css.core.source,1.302.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.css.core.source,1.302.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.performance.source,3.11.100.v20230116-1715 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.performance.source,3.11.100.v20230116-1715) Mirroring: osgi.bundle,org.eclipse.ui.tests.pluginchecks,1.2.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.pluginchecks,1.2.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.team.tests.core,3.9.200.v20221006-1046 (Descriptor: canonical: osgi.bundle,org.eclipse.team.tests.core,3.9.200.v20221006-1046) Mirroring: osgi.bundle,org.eclipse.jface.tests.databinding.conformance.source,1.5.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.databinding.conformance.source,1.5.0.v20230220-1021) Mirroring: osgi.bundle,org.junit,4.13.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.junit,4.13.2.v20211018-1956) Mirroring: osgi.bundle,assertj-core.source,3.24.2 (Descriptor: canonical: osgi.bundle,assertj-core.source,3.24.2) Mirroring: osgi.bundle,org.eclipse.ua.tests.doc.source,1.2.0.v20230202-1140 (Descriptor: canonical: osgi.bundle,org.eclipse.ua.tests.doc.source,1.2.0.v20230202-1140) Mirroring: osgi.bundle,org.eclipse.core.tests.runtime,3.20.500.v20230125-1531 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.runtime,3.20.500.v20230125-1531) Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.discovery,1.3.300.v20221015-0807 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.discovery,1.3.300.v20221015-0807) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.14.0 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.14.0) Mirroring: osgi.bundle,assertj-core,3.24.2 (Descriptor: canonical: osgi.bundle,assertj-core,3.24.2) Mirroring: osgi.bundle,org.eclipse.ant.optional.junit,3.3.300.v20180822-0818 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.optional.junit,3.3.300.v20180822-0818) Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.source,1.8.1000.v20230129-0715 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.source,1.8.1000.v20230129-0715) Mirroring: osgi.bundle,org.eclipse.debug.tests.source,3.13.0.v20230202-2016 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.tests.source,3.13.0.v20230202-2016) Mirroring: osgi.bundle,org.eclipse.equinox.p2.installer.source,1.3.400.v20220911-2007 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.installer.source,1.3.400.v20220911-2007) Mirroring: osgi.bundle,org.eclipse.releng.tests,3.6.0.v20230208-1256 (Descriptor: canonical: osgi.bundle,org.eclipse.releng.tests,3.6.0.v20230208-1256) Mirroring: osgi.bundle,org.eclipse.pde.ui.templates.tests.source,1.2.0.v20230221-2131 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ui.templates.tests.source,1.2.0.v20230221-2131) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.0 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.0) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.performance,3.11.100.v20230116-1715 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.performance,3.11.100.v20230116-1715) Mirroring: osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0 (Descriptor: canonical: osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0) Mirroring: osgi.bundle,org.eclipse.swt.tests,3.106.2000.v20230214-1356 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.tests,3.106.2000.v20230214-1356) Mirroring: osgi.bundle,org.eclipse.jdt.ui.tests.source,3.14.700.v20230124-1216 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.ui.tests.source,3.14.700.v20230124-1216) Mirroring: osgi.bundle,org.eclipse.ant.tests.ui,3.10.400.v20220720-1909 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.tests.ui,3.10.400.v20220720-1909) Mirroring: osgi.bundle,org.eclipse.jface.tests.databinding,1.12.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.databinding,1.12.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ua.tests,3.6.0.v20230202-1450 (Descriptor: canonical: osgi.bundle,org.eclipse.ua.tests,3.6.0.v20230202-1450) Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.css.core,1.302.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.css.core,1.302.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.verifier,1.3.200.v20221015-0807 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.verifier,1.3.200.v20221015-0807) Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings.tests.source,0.14.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings.tests.source,0.14.0.v20230220-1021) Mirroring: osgi.bundle,org.mockito.mockito-core,5.1.1 (Descriptor: canonical: osgi.bundle,org.mockito.mockito-core,5.1.1) Mirroring: osgi.bundle,junit-jupiter-api.source,5.9.2 (Descriptor: canonical: osgi.bundle,junit-jupiter-api.source,5.9.2) Mirroring: osgi.bundle,org.eclipse.test,3.5.200.v20221108-0804 (Descriptor: canonical: osgi.bundle,org.eclipse.test,3.5.200.v20221108-0804) Mirroring: osgi.bundle,org.eclipse.ui.tests.harness.source,1.10.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.harness.source,1.10.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ui.tests.forms.source,3.10.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.forms.source,3.10.0.v20230220-1021) Mirroring: osgi.bundle,org.objenesis,3.3.0 (Descriptor: canonical: osgi.bundle,org.objenesis,3.3.0) Mirroring: osgi.bundle,org.eclipse.equinox.p2.installer,1.3.400.v20220911-2007 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.installer,1.3.400.v20220911-2007) Mirroring: osgi.bundle,org.eclipse.pde.junit.runtime.tests.source,3.7.0.v20230221-2131 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.junit.runtime.tests.source,3.7.0.v20230221-2131) Mirroring: osgi.bundle,org.eclipse.ui.tests.rcp,3.6.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.rcp,3.6.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ua.tests.doc,1.2.0.v20230202-1140 (Descriptor: canonical: osgi.bundle,org.eclipse.ua.tests.doc,1.2.0.v20230202-1140) Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin.test,1.3.100.v20221015-0807 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin.test,1.3.100.v20221015-0807) Mirroring: osgi.bundle,org.eclipse.osgi.tests.source,3.16.1000.v20230220-1352 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.tests.source,3.16.1000.v20230220-1352) Mirroring: osgi.bundle,org.eclipse.jface.tests,1.4.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests,1.4.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.css.swt.source,0.12.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.css.swt.source,0.12.0.v20230220-1021) Mirroring: osgi.bundle,junit-jupiter-api,5.9.2 (Descriptor: canonical: osgi.bundle,junit-jupiter-api,5.9.2) Mirroring: osgi.bundle,org.eclipse.ui.genericeditor.tests,1.3.0.v20230222-1453 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor.tests,1.3.0.v20230222-1453) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.0 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.0) Mirroring: osgi.bundle,org.eclipse.equinox.preferences.tests,3.9.200.v20220426-1329 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences.tests,3.9.200.v20220426-1329) Mirroring: osgi.bundle,org.eclipse.core.tests.net,1.5.100.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.net,1.5.100.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.jdt.apt.pluggable.tests,3.5.100.v20221201-1549 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.apt.pluggable.tests,3.5.100.v20221201-1549) Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.css.swt,0.12.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.css.swt,0.12.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ui.editors.tests.source,3.13.0.v20230222-1453 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors.tests.source,3.13.0.v20230222-1453) Mirroring: osgi.bundle,org.eclipse.e4.core.tests,1.2.500.v20220904-1138 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.tests,1.2.500.v20220904-1138) Mirroring: osgi.bundle,org.eclipse.jdt.debug.tests,3.11.1900.v20221205-0947 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.debug.tests,3.11.1900.v20221205-0947) Mirroring: osgi.bundle,org.eclipse.search.tests.source,3.11.0.v20230203-1058 (Descriptor: canonical: osgi.bundle,org.eclipse.search.tests.source,3.11.0.v20230203-1058) Mirroring: osgi.bundle,org.eclipse.pde.ua.tests,1.2.100.v20221111-1233 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ua.tests,1.2.100.v20221111-1233) Mirroring: osgi.bundle,org.eclipse.test.source,3.5.200.v20221108-0804 (Descriptor: canonical: osgi.bundle,org.eclipse.test.source,3.5.200.v20221108-0804) Mirroring: osgi.bundle,org.eclipse.ui.tests.navigator,3.7.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.navigator,3.7.0.v20230220-1021) Mirroring: org.eclipse.update.feature,org.eclipse.sdk.tests,4.28.0.v20230309-0330 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.sdk.tests,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.releng.tests.source,3.6.0.v20230208-1256 (Descriptor: canonical: osgi.bundle,org.eclipse.releng.tests.source,3.6.0.v20230208-1256) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.model,3.11.600.v20230308-1611 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.model,3.11.600.v20230308-1611) Mirroring: osgi.bundle,org.mockito.mockito-core.source,5.1.1 (Descriptor: canonical: osgi.bundle,org.mockito.mockito-core.source,5.1.1) Mirroring: osgi.bundle,org.eclipse.jdt.compiler.apt.tests.source,1.2.300.v20230213-1046 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.compiler.apt.tests.source,1.2.300.v20230213-1046) Mirroring: osgi.bundle,org.eclipse.search.tests,3.11.0.v20230203-1058 (Descriptor: canonical: osgi.bundle,org.eclipse.search.tests,3.11.0.v20230203-1058) Mirroring: osgi.bundle,org.eclipse.jdt.text.tests,3.13.1900.v20230208-0117 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.text.tests,3.13.1900.v20230208-0117) Mirroring: osgi.bundle,org.eclipse.jface.tests.source,1.4.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.source,1.4.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed,3.8.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed,3.8.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.jface.text.tests,3.13.0.v20230203-1344 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text.tests,3.13.0.v20230203-1344) Mirroring: osgi.bundle,org.eclipse.pde.genericeditor.extension.tests,1.1.200.v20220810-1011 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.genericeditor.extension.tests,1.1.200.v20220810-1011) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.compiler,3.12.2100.v20230209-1016 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.compiler,3.12.2100.v20230209-1016) Mirroring: osgi.bundle,org.eclipse.pde.api.tools.tests.source,1.3.0.v20230215-1725 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.api.tools.tests.source,1.3.0.v20230215-1725) Mirroring: osgi.bundle,org.eclipse.e4.core.commands.tests.source,0.14.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands.tests.source,0.14.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ui.tests.forms,3.10.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.forms,3.10.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.security.tests,1.2.400.v20220720-1916 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.tests,1.2.400.v20220720-1916) Mirroring: osgi.bundle,org.eclipse.ui.tests,3.15.1000.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests,3.15.1000.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.text.quicksearch.tests.source,1.2.0.v20230222-1453 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch.tests.source,1.2.0.v20230222-1453) Mirroring: osgi.bundle,org.eclipse.ui.tests.harness,1.10.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.harness,1.10.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.e4.ui.tests,0.15.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests,0.15.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.compare.tests,3.7.200.v20221031-1205 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.tests,3.7.200.v20221031-1205) Mirroring: osgi.bundle,org.eclipse.pde.api.tools.tests,1.3.0.v20230215-1725 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.api.tools.tests,1.3.0.v20230215-1725) Mirroring: osgi.bundle,org.eclipse.pde.build.tests,1.3.500.v20220813-1730 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.build.tests,1.3.500.v20220813-1730) Mirroring: osgi.bundle,org.eclipse.text.tests,3.13.200.v20221027-2026 (Descriptor: canonical: osgi.bundle,org.eclipse.text.tests,3.13.200.v20221027-2026) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.model.source,3.11.600.v20230308-1611 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.model.source,3.11.600.v20230308-1611) Mirroring: osgi.bundle,org.eclipse.core.tests.resources,3.11.0.v20230209-1022 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.resources,3.11.0.v20230209-1022) Mirroring: osgi.bundle,org.hamcrest.core.source,1.3.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.hamcrest.core.source,1.3.0.v20180420-1519) Mirroring: osgi.bundle,org.eclipse.text.quicksearch.tests,1.2.0.v20230222-1453 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch.tests,1.2.0.v20230222-1453) Mirroring: osgi.bundle,org.eclipse.test.performance,3.19.100.v20221021-0745 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance,3.19.100.v20221021-0745) Mirroring: osgi.bundle,org.eclipse.jdt.apt.tests.source,3.5.200.v20230116-1715 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.apt.tests.source,3.5.200.v20230116-1715) Mirroring: osgi.bundle,org.eclipse.ui.tests.performance,1.6.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.performance,1.6.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed.source,3.8.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed.source,3.8.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.jdt.ui.tests.refactoring,3.14.600.v20230209-2203 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.ui.tests.refactoring,3.14.600.v20230209-2203) Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings.tests,0.14.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings.tests,0.14.0.v20230220-1021) Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.0 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.0) Mirroring: osgi.bundle,org.eclipse.core.tests.harness,3.14.0.v20221120-0720 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.harness,3.14.0.v20221120-0720) Mirroring: osgi.bundle,org.eclipse.jdt.ui.tests,3.14.700.v20230124-1216 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.ui.tests,3.14.700.v20230124-1216) Mirroring: osgi.bundle,org.eclipse.pde.ui.tests.source,3.12.100.v20230308-2313 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ui.tests.source,3.12.100.v20230308-2313) Mirroring: osgi.bundle,org.eclipse.core.expressions.tests,3.6.200.v20221006-1046 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions.tests,3.6.200.v20221006-1046) Mirroring: osgi.bundle,org.eclipse.osgi.tests,3.16.1000.v20230220-1352 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.tests,3.16.1000.v20230220-1352) Mirroring: osgi.bundle,org.eclipse.ua.tests.source,3.6.0.v20230202-1450 (Descriptor: canonical: osgi.bundle,org.eclipse.ua.tests.source,3.6.0.v20230202-1450) Mirroring: osgi.bundle,org.eclipse.jdt.ui.tests.refactoring.source,3.14.600.v20230209-2203 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.ui.tests.refactoring.source,3.14.600.v20230209-2203) Mirroring: osgi.bundle,org.eclipse.jface.tests.databinding.conformance,1.5.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.databinding.conformance,1.5.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.pde.ui.tests,3.12.100.v20230308-2313 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ui.tests,3.12.100.v20230308-2313) Mirroring: osgi.bundle,org.eclipse.jface.examples.databinding,1.4.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.examples.databinding,1.4.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests,1.8.1000.v20230129-0715 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests,1.8.1000.v20230129-0715) Mirroring: osgi.bundle,org.junit.source,4.13.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.junit.source,4.13.2.v20211018-1956) Mirroring: osgi.bundle,org.eclipse.equinox.ds.tests,1.6.400.v20221005-1114 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.ds.tests,1.6.400.v20221005-1114) Mirroring: osgi.bundle,org.eclipse.e4.core.commands.tests,0.14.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands.tests,0.14.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.core.filebuffers.tests,3.12.300.v20221027-2026 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers.tests,3.12.300.v20221027-2026) Mirroring: osgi.bundle,org.eclipse.tests.urischeme.source,1.2.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.tests.urischeme.source,1.2.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.bidi.tests,1.3.100.v20211021-1418 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.bidi.tests,1.3.100.v20211021-1418) Mirroring: osgi.bundle,org.eclipse.jdt.apt.tests,3.5.200.v20230116-1715 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.apt.tests,3.5.200.v20230116-1715) Mirroring: osgi.bundle,org.eclipse.debug.tests,3.13.0.v20230202-2016 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.tests,3.13.0.v20230202-2016) Mirroring: osgi.bundle,org.eclipse.swt.tests.source,3.106.2000.v20230214-1356 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.tests.source,3.106.2000.v20230214-1356) Mirroring: osgi.bundle,org.eclipse.jface.text.tests.source,3.13.0.v20230203-1344 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text.tests.source,3.13.0.v20230203-1344) Mirroring: osgi.bundle,org.eclipse.jface.tests.databinding.source,1.12.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.databinding.source,1.12.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.common.tests,3.15.500.v20221006-0914 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common.tests,3.15.500.v20221006-0914) Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.builder,3.11.300.v20230204-1957 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.builder,3.11.300.v20230204-1957) [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse.platform.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.repository --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ eclipse.platform.repository --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-products (default-publish-products) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:publish-categories (default-publish-categories) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:4.0.0-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:assemble-repository (default-assemble-repository) @ eclipse.platform.repository --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.extender; (&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0))).; Unable to satisfy dependency from org.slf4j.api 2.0.6 to osgi.serviceloader; (osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider).] [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.sat4j.core.source,2.3.6.v20201214. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform_root,4.28.0.v20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-params.source,5.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,com.sun.jna.source,5.13.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp_root,4.28.0.v20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.tukaani.xz.source,1.9.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.sdk.ide.executable.gtk.linux.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.scr.source,2.2.6. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.tree.source,9.4.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-launcher.source,1.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-migrationsupport.source,5.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-commons.source,1.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,bcprov.source,1.72.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-vintage-engine.source,5.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,slf4j.nop.source,1.7.36. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-engine.source,5.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.sshd.osgi.source,2.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.gtk.linux.x86_64,3.8.2100.v20230307-1841. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,com.google.gson.source,2.10.1. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,com.ibm.icu.source,72.1.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-runner.source,1.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.source,9.4.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.configuration_root.gtk.linux.x86_64,1.1.2000.v20221201-1120. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-api.source,1.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.tree.analysis.source,9.4.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,slf4j.api.source,1.7.36. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.command.source,1.1.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-commons.source,1.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,javax.servlet.jsp-api.source,2.3.3. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.sdk.executable.gtk.linux.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.jxpath.source,1.3.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-beanutils.source,1.9.4. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-engine.source,1.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.collections.source,3.2.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,javax.el-api.source,3.0.3. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.sdk.id.executable.gtk.linux.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-io.source,2.11.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.opentest4j.source,1.2.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.id.executable.gtk.linux.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,bcpg.source,1.72.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.sdk.examples_root,4.28.0.v20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,jakarta.servlet-api.source,4.0.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,com.sun.el.javax.el.source,3.0.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-engine.source,1.9.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.util.source,9.4.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,com.sun.jna.platform.source,5.13.0. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apiguardian.api.source,1.1.2. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.gtk.linux.ppc64le,3.8.2100.v20230307-1841. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.configuration_root.gtk.linux.ppc64le,1.1.2000.v20221201-1120. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.sdk.ide.executable.gtk.linux.ppc64le,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.id.executable.gtk.linux.ppc64le,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.sdk.id.executable.gtk.linux.ppc64le,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.sdk.executable.gtk.linux.ppc64le,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.sdk.id.executable.gtk.linux.aarch64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.gtk.linux.aarch64,3.8.2100.v20230307-1841. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.configuration_root.gtk.linux.aarch64,1.1.2000.v20221201-1120. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.sdk.ide.executable.gtk.linux.aarch64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.id.executable.gtk.linux.aarch64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.sdk.executable.gtk.linux.aarch64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.id.executable.win32.win32.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.sdk.ide.executable.win32.win32.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.sdk.id.executable.win32.win32.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.win32.win32.x86_64,3.8.2100.v20230307-1841. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.sdk.executable.win32.win32.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.configuration_root.win32.win32.x86_64,1.1.2000.v20221201-1120. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.sdk.ide.executable.cocoa.macosx.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64,1.1.2000.v20221201-1120. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.id.executable.cocoa.macosx.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.sdk.executable.cocoa.macosx.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.sdk.id.executable.cocoa.macosx.x86_64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.cocoa.macosx.x86_64,3.8.2100.v20230307-1841. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.configuration_root.cocoa.macosx.aarch64,1.1.2000.v20221201-1120. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.sdk.executable.cocoa.macosx.aarch64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.sdk.ide.executable.cocoa.macosx.aarch64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.sdk.id.executable.cocoa.macosx.aarch64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.rcp.id.executable.cocoa.macosx.aarch64,4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] No digest algorithm is available to verify download of binary,org.eclipse.equinox.executable_root.cocoa.macosx.aarch64,3.8.2100.v20230307-1841. [INFO] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:4.0.0-SNAPSHOT:archive-repository (default-archive-repository) @ eclipse.platform.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/eclipse.platform.repository-4.28.0-SNAPSHOT.zip [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (unpack-content-jar) @ eclipse.platform.repository --- [INFO] Executing tasks [INFO] [unjar] Expanding: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/content.jar into /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository [INFO] [delete] Deleting: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/content.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/content.xml.xz [INFO] Executed tasks [INFO] [INFO] --- xml-maven-plugin:1.0.2:transform (generate-extra-iu) @ eclipse.platform.repository --- [INFO] Transforming file: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository/content.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-extra-iu) @ eclipse.platform.repository --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:mirror (mirror-org.eclipse.platform) @ eclipse.platform.repository --- [INFO] Mirroring to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repos/org.eclipse.platform Mirroring: osgi.bundle,org.eclipse.team.ui,3.9.600.v20230207-1607 (Descriptor: canonical: osgi.bundle,org.eclipse.team.ui,3.9.600.v20230207-1607) Mirroring: osgi.bundle,org.eclipse.e4.core.di,1.8.300.v20220817-1539 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di,1.8.300.v20220817-1539) Mirroring: osgi.bundle,org.eclipse.equinox.app,1.6.200.v20220720-2012 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app,1.6.200.v20220720-2012) Mirroring: osgi.bundle,org.eclipse.osgi.services,3.11.100.v20221006-1531 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.services,3.11.100.v20221006-1531) Mirroring: osgi.bundle,org.eclipse.jetty.io,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io,10.0.13) Mirroring: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.4.100.v20220213-0541 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.4.100.v20220213-0541) Mirroring: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.1.300.v20211021-1418 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.1.300.v20211021-1418) Mirroring: osgi.bundle,org.eclipse.ltk.core.refactoring,3.13.100.v20230117-1625 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.core.refactoring,3.13.100.v20230117-1625) Mirroring: osgi.bundle,org.eclipse.jface,3.29.0.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.jface,3.29.0.v20230214-1401) Mirroring: osgi.bundle,org.w3c.dom.events,3.0.0.draft20060413_v201105210656 (Descriptor: canonical: osgi.bundle,org.w3c.dom.events,3.0.0.draft20060413_v201105210656) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet,1.7.400.v20221006-1531 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet,1.7.400.v20221006-1531) Mirroring: binary,org.eclipse.platform_root,4.28.0.v20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform_root,4.28.0.v20230309-0330) Mirroring: osgi.bundle,bcpg,1.72.2 (Descriptor: canonical: osgi.bundle,bcpg,1.72.2) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.700.v20221108-1024) Mirroring: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.core.databinding.beans,1.9.100.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans,1.9.100.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions,0.17.200.v20220613-1008 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions,0.17.200.v20220613-1008) Mirroring: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.2.500.v20230308-0853 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.2.500.v20230308-0853) Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.equinox.common,3.17.100.v20230202-1341 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common,3.17.100.v20230202-1341) Mirroring: osgi.bundle,org.osgi.util.position,1.0.1.201505202026 (Descriptor: canonical: osgi.bundle,org.osgi.util.position,1.0.1.201505202026) Mirroring: osgi.bundle,org.eclipse.ui.intro.universal,3.4.300.v20220619-1918 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.universal,3.4.300.v20220619-1918) Mirroring: osgi.bundle,org.eclipse.e4.core.di.annotations,1.7.200.v20220613-1008 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.annotations,1.7.200.v20220613-1008) Mirroring: osgi.bundle,org.eclipse.core.net.win32,1.0.100.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.win32,1.0.100.v20220812-1406) Mirroring: osgi.bundle,javax.annotation,1.3.5.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.annotation,1.3.5.v20221203-1659) Mirroring: osgi.bundle,org.eclipse.ui.ide,3.20.100.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide,3.20.100.v20230220-1021) Mirroring: osgi.bundle,org.osgi.service.device,1.1.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.device,1.1.1.202109301733) Mirroring: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.2.100.v20221111-1340 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.2.100.v20221111-1340) Mirroring: osgi.bundle,org.eclipse.platform,4.28.0.v20230309-0330 (Descriptor: canonical: osgi.bundle,org.eclipse.platform,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.core.databinding,1.12.0.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding,1.12.0.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.core,0.13.500.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.core,0.13.500.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.1.200.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.1.200.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.core.filesystem,1.9.500.v20220817-1539 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem,1.9.500.v20220817-1539) Mirroring: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.3.300.v20220512-1321 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.3.300.v20220512-1321) Mirroring: osgi.bundle,org.eclipse.update.configurator,3.4.1000.v20221114-1512 (Descriptor: canonical: osgi.bundle,org.eclipse.update.configurator,3.4.1000.v20221114-1512) Mirroring: osgi.bundle,org.eclipse.e4.ui.di,1.4.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.di,1.4.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.core.net.linux,1.0.200.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.linux,1.0.200.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui,2.7.800.v20230113-1239 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui,2.7.800.v20230113-1239) Mirroring: osgi.bundle,org.eclipse.core.contenttype,3.8.200.v20220817-1539 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype,3.8.200.v20220817-1539) Mirroring: osgi.bundle,org.apache.felix.gogo.command,1.1.2 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command,1.1.2) Mirroring: osgi.bundle,org.eclipse.equinox.security.macosx,1.101.400.v20210427-1958 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.macosx,1.101.400.v20210427-1958) Mirroring: osgi.bundle,org.eclipse.core.databinding.observable,1.12.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable,1.12.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.help,3.9.100.v20210721-0601 (Descriptor: canonical: osgi.bundle,org.eclipse.help,3.9.100.v20210721-0601) Mirroring: osgi.bundle,org.eclipse.ui,3.202.0.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.ui,3.202.0.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.ui.genericeditor,1.2.500.v20230308-1538 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor,1.2.500.v20230308-1538) Mirroring: osgi.bundle,org.eclipse.equinox.p2.director,2.5.400.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director,2.5.400.v20220817-1208) Mirroring: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.ui.themes,1.2.2200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.themes,1.2.2200.v20230220-0932) Mirroring: osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733) Mirroring: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.4.200.v20220911-2007 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.4.200.v20220911-2007) Mirroring: osgi.bundle,org.eclipse.urischeme,1.2.300.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.urischeme,1.2.300.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.rcp,4.28.0.v20230309-0330 (Descriptor: canonical: osgi.bundle,org.eclipse.rcp,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 (Descriptor: canonical: osgi.bundle,org.osgi.util.promise,1.3.0.202212101352) Mirroring: osgi.bundle,org.eclipse.core.filebuffers,3.7.200.v20220202-1008 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers,3.7.200.v20220202-1008) Mirroring: osgi.bundle,org.eclipse.equinox.security.ui,1.3.400.v20221007-1815 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.ui,1.3.400.v20221007-1815) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.2.100.v20220814-1551 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.2.100.v20220814-1551) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.equinox.p2.repository,2.6.300.v20221030-1923 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository,2.6.300.v20221030-1923) Mirroring: osgi.bundle,org.eclipse.ui.ide.application,1.4.700.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide.application,1.4.700.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.4.600.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.4.600.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.15.800.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.15.800.v20230214-1401) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.equinox.p2.director.app,1.2.300.v20220911-2007 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director.app,1.2.300.v20220911-2007) Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty,3.8.200.v20221109-0702 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty,3.8.200.v20221109-0702) Mirroring: osgi.bundle,org.eclipse.debug.core,3.20.100.v20230124-1239 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.core,3.20.100.v20230124-1239) Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.3.100.v20221111-1340 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.3.100.v20221111-1340) Mirroring: osgi.bundle,org.eclipse.compare,3.8.500.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.compare,3.8.500.v20220812-1406) Mirroring: osgi.bundle,org.apache.lucene.core,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,9.4.2.v20221211-0752) Mirroring: osgi.bundle,org.eclipse.equinox.p2.console,1.2.100.v20221111-1340 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.console,1.2.100.v20221111-1340) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench,1.14.100.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench,1.14.100.v20230220-1021) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.6.1800.v20230308-0853 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.6.1800.v20230308-0853) Mirroring: osgi.bundle,org.w3c.css.sac,1.3.1.v200903091627 (Descriptor: canonical: osgi.bundle,org.w3c.css.sac,1.3.1.v200903091627) Mirroring: osgi.bundle,org.eclipse.ui.navigator.resources,3.8.600.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator.resources,3.8.600.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ui.browser,3.7.400.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.browser,3.7.400.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.jetty.security,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security,10.0.13) Mirroring: osgi.bundle,org.apache.batik.constants,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants,1.16.0.v20221027-0840) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2000.v20230308-0853 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2000.v20230308-0853) Mirroring: osgi.bundle,org.eclipse.jetty.servlet,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet,10.0.13) Mirroring: osgi.bundle,org.eclipse.equinox.launcher,1.6.400.v20210924-0641 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher,1.6.400.v20210924-0641) Mirroring: osgi.bundle,javax.inject,1.0.0.v20220405-0441 (Descriptor: canonical: osgi.bundle,javax.inject,1.0.0.v20220405-0441) Mirroring: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.e4.core.commands,1.0.400.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands,1.0.400.v20230220-0932) Mirroring: binary,org.eclipse.rcp_root,4.28.0.v20230309-0330 (Descriptor: canonical: binary,org.eclipse.rcp_root,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.core.variables,3.5.100.v20210721-1355 (Descriptor: canonical: osgi.bundle,org.eclipse.core.variables,3.5.100.v20210721-1355) Mirroring: osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733) Mirroring: osgi.bundle,org.eclipse.ui.externaltools,3.5.300.v20230126-0801 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.externaltools,3.5.300.v20230126-0801) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.5.400.v20220805-0804 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.5.400.v20220805-0804) Mirroring: osgi.bundle,org.eclipse.help.webapp,3.10.1000.v20221221-1358 (Descriptor: canonical: osgi.bundle,org.eclipse.help.webapp,3.10.1000.v20221221-1358) Mirroring: osgi.bundle,org.eclipse.ui.views,3.11.400.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views,3.11.400.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.core.externaltools,1.2.300.v20220618-1805 (Descriptor: canonical: osgi.bundle,org.eclipse.core.externaltools,1.2.300.v20220618-1805) Mirroring: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.4.800.v20221205-1614 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.4.800.v20221205-1614) Mirroring: osgi.bundle,org.eclipse.equinox.p2.engine,2.7.500.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.engine,2.7.500.v20220817-1208) Mirroring: osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.util.xml,1.0.2.202109301733) Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.123.100.v20230308-1502) Mirroring: org.eclipse.update.feature,org.eclipse.help,2.3.1400.v20230309-0330 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.help,2.3.1400.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.equinox.preferences,3.10.200.v20230120-0604 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences,3.10.200.v20230120-0604) Mirroring: osgi.bundle,javax.el-api,3.0.3 (Descriptor: canonical: osgi.bundle,javax.el-api,3.0.3) Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.1.700.v20220801-1124 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.1.700.v20220801-1124) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.3.300.v20220329-1456 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.3.300.v20220329-1456) Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.1.300.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.1.300.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.2.100.v20221117-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.2.100.v20221117-1044) Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.2.300.v20220420-1427 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.2.300.v20220420-1427) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.16.800.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.16.800.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.3.300.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.3.300.v20220817-1208) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.700.v20221108-1024) Mirroring: osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.cm,1.6.1.202109301733) Mirroring: osgi.bundle,org.eclipse.ui.console,3.11.400.v20221012-0524 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.console,3.11.400.v20221012-0524) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench3,0.16.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench3,0.16.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.debug.ui.launchview,1.0.300.v20220811-0741 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.ui.launchview,1.0.300.v20220811-0741) Mirroring: osgi.bundle,org.eclipse.team.core,3.9.700.v20221201-0946 (Descriptor: canonical: osgi.bundle,org.eclipse.team.core,3.9.700.v20221201-0946) Mirroring: osgi.bundle,org.eclipse.equinox.console,1.4.500.v20211021-1418 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console,1.4.500.v20211021-1418) Mirroring: osgi.bundle,org.eclipse.jface.text,3.23.0.v20230123-1047 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text,3.23.0.v20230123-1047) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.13.300.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.13.300.v20230220-0932) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2000.v20230308-0853 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2000.v20230308-0853) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.700.v20221108-1024) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.jetty.server,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server,10.0.13) Mirroring: osgi.bundle,org.eclipse.jetty.util,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util,10.0.13) Mirroring: osgi.bundle,org.eclipse.compare.win32,1.2.900.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.win32,1.2.900.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.jsch.ui,1.4.200.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.ui,1.4.200.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.ui.views.log,1.3.500.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.log,1.3.500.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.4.200.v20221111-1340 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.4.200.v20221111-1340) Mirroring: osgi.bundle,org.eclipse.e4.ui.dialogs,1.3.500.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.dialogs,1.3.500.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.jsch.core,1.4.0.v20220813-1037 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.core,1.4.0.v20220813-1037) Mirroring: osgi.bundle,org.apache.ant,1.10.12.v20211102-1452 (Descriptor: canonical: osgi.bundle,org.apache.ant,1.10.12.v20211102-1452) Mirroring: osgi.bundle,org.eclipse.osgi,3.18.300.v20230220-1352 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.18.300.v20230220-1352) Mirroring: osgi.bundle,org.eclipse.ui.forms,3.11.600.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.forms,3.11.600.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.13.100.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.13.100.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.e4.ui.progress,0.3.700.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.progress,0.3.700.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher,1.7.300.v20221203-1819 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher,1.7.300.v20221203-1819) Mirroring: osgi.bundle,org.apache.jasper.glassfish,2.2.2.v201501141630 (Descriptor: canonical: osgi.bundle,org.apache.jasper.glassfish,2.2.2.v201501141630) Mirroring: osgi.bundle,org.eclipse.e4.core.services,2.3.400.v20220915-1347 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.services,2.3.400.v20220915-1347) Mirroring: osgi.bundle,org.w3c.dom.svg,1.1.0.v201011041433 (Descriptor: canonical: osgi.bundle,org.w3c.dom.svg,1.1.0.v201011041433) Mirroring: osgi.bundle,com.ibm.icu,72.1.0 (Descriptor: canonical: osgi.bundle,com.ibm.icu,72.1.0) Mirroring: osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733) Mirroring: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.16.700.v20230210-0941 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.16.700.v20230210-0941) Mirroring: osgi.bundle,org.eclipse.jface.databinding,1.14.100.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.databinding,1.14.100.v20230214-1401) Mirroring: osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 (Descriptor: canonical: osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024) Mirroring: osgi.bundle,org.eclipse.platform.doc.user,4.28.0.v20230307-1343 (Descriptor: canonical: osgi.bundle,org.eclipse.platform.doc.user,4.28.0.v20230307-1343) Mirroring: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.4.100.v20220329-1456 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.4.100.v20220329-1456) Mirroring: osgi.bundle,org.eclipse.ui.editors,3.15.0.v20221201-1935 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors,3.15.0.v20221201-1935) Mirroring: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.12.200.v20220808-2221 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.12.200.v20220808-2221) Mirroring: osgi.bundle,org.apache.batik.util,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.util,1.16.0.v20221027-0840) Mirroring: osgi.bundle,org.eclipse.compare.core,3.7.100.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.core,3.7.100.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.core.jobs,3.13.300.v20230111-0823 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs,3.13.300.v20230111-0823) Mirroring: osgi.bundle,org.eclipse.jface.notifications,0.5.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.notifications,0.5.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.1.100.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.1.100.v20220812-1406) Mirroring: org.eclipse.update.feature,org.eclipse.e4.rcp,4.28.0.v20230308-1502 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.e4.rcp,4.28.0.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.osgi.util,3.7.200.v20230103-1101 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.util,3.7.200.v20230103-1101) Mirroring: osgi.bundle,org.eclipse.equinox.p2.core,2.9.200.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.core,2.9.200.v20220817-1208) Mirroring: osgi.bundle,org.eclipse.core.commands,3.10.400.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands,3.10.400.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.help.base,4.3.1100.v20230309-0330 (Descriptor: canonical: osgi.bundle,org.eclipse.help.base,4.3.1100.v20230309-0330) Mirroring: osgi.bundle,javax.servlet.jsp-api,2.3.3 (Descriptor: canonical: osgi.bundle,javax.servlet.jsp-api,2.3.3) Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.4.300.v20221214-0640 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.4.300.v20221214-0640) Mirroring: org.eclipse.update.feature,org.eclipse.rcp,4.28.0.v20230309-0330 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rcp,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.search,3.14.400.v20230209-0804 (Descriptor: canonical: osgi.bundle,org.eclipse.search,3.14.400.v20230209-0804) Mirroring: osgi.bundle,org.eclipse.equinox.bidi,1.4.200.v20220710-1223 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.bidi,1.4.200.v20220710-1223) Mirroring: osgi.bundle,org.eclipse.e4.ui.ide,3.16.300.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.ide,3.16.300.v20230220-0932) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2000.v20230308-0853 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2000.v20230308-0853) Mirroring: osgi.bundle,org.eclipse.jetty.util.ajax,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util.ajax,10.0.13) Mirroring: osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109 (Descriptor: canonical: osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109) Mirroring: osgi.bundle,org.eclipse.e4.ui.services,1.5.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.services,1.5.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.ui.monitoring,1.2.400.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.monitoring,1.2.400.v20230220-0932) Mirroring: osgi.bundle,bcprov,1.72.0 (Descriptor: canonical: osgi.bundle,bcprov,1.72.0) Mirroring: osgi.bundle,org.eclipse.ui.net,1.4.100.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.net,1.4.100.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.text,3.12.300.v20220921-1010 (Descriptor: canonical: osgi.bundle,org.eclipse.text,3.12.300.v20220921-1010) Mirroring: osgi.bundle,org.eclipse.equinox.p2.operations,2.6.100.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.operations,2.6.100.v20220817-1208) Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.core.resources,3.18.200.v20230209-0754 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources,3.18.200.v20230209-0754) Mirroring: osgi.bundle,com.jcraft.jsch,0.1.55.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch,0.1.55.v20221112-0806) Mirroring: osgi.bundle,org.apache.lucene.analysis-smartcn,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-smartcn,9.4.2.v20221211-0752) Mirroring: osgi.bundle,org.eclipse.ui.cheatsheets,3.7.500.v20220903-1020 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cheatsheets,3.7.500.v20220903-1020) Mirroring: osgi.bundle,org.eclipse.debug.ui,3.17.200.v20230220-1318 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.ui,3.17.200.v20230220-1318) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime,1.1.6) Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.4.400.v20220506-1821 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.4.400.v20220506-1821) Mirroring: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.26.100.v20221021-0005 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.26.100.v20221021-0005) Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings,0.13.300.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings,0.13.300.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.1.700.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.1.700.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.ui.workbench,3.128.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench,3.128.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.3.300.v20221203-1932 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.3.300.v20221203-1932) Mirroring: osgi.bundle,org.eclipse.ui.intro,3.6.600.v20220619-1918 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro,3.6.600.v20220619-1918) Mirroring: osgi.bundle,org.eclipse.core.net,1.4.0.v20220813-1037 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net,1.4.0.v20220813-1037) Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.2.200.v20220315-2155 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.2.200.v20220315-2155) Mirroring: osgi.bundle,org.eclipse.ui.win32,3.4.600.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.win32,3.4.600.v20230214-1401) Mirroring: osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733) Mirroring: osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733) Mirroring: osgi.bundle,org.osgi.util.function,1.2.0.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.util.function,1.2.0.202109301733) Mirroring: osgi.bundle,org.eclipse.ui.navigator,3.11.0.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator,3.11.0.v20230214-1401) Mirroring: osgi.bundle,org.osgi.service.event,1.4.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.event,1.4.1.202109301733) Mirroring: osgi.bundle,org.eclipse.e4.ui.widgets,1.3.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.widgets,1.3.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.core.expressions,3.8.200.v20220613-1047 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions,3.8.200.v20220613-1047) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.700.v20221108-1024) Mirroring: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.9.400.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.9.400.v20230220-1021) Mirroring: org.eclipse.update.feature,org.eclipse.platform,4.28.0.v20230309-0330 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.platform,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.text.quicksearch,1.1.500.v20230129-1959 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch,1.1.500.v20230129-1959) Mirroring: osgi.bundle,org.eclipse.equinox.http.registry,1.3.200.v20220720-2012 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry,1.3.200.v20220720-2012) Mirroring: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627 (Descriptor: canonical: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627) Mirroring: osgi.bundle,org.apache.batik.css,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.css,1.16.0.v20221027-0840) Mirroring: osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.core.databinding.property,1.9.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property,1.9.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt,0.14.800.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt,0.14.800.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.2.100.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.2.100.v20220817-1208) Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.16.400.v20220613-1047 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.16.400.v20220613-1047) Mirroring: osgi.bundle,com.sun.el.javax.el,3.0.0 (Descriptor: canonical: osgi.bundle,com.sun.el.javax.el,3.0.0) Mirroring: osgi.bundle,org.eclipse.e4.emf.xpath,0.3.200.v20230220-1427 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.emf.xpath,0.3.200.v20230220-1427) Mirroring: osgi.bundle,org.eclipse.e4.core.contexts,1.11.0.v20220716-0839 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.contexts,1.11.0.v20220716-0839) Mirroring: osgi.bundle,org.eclipse.equinox.security,1.3.1000.v20220801-1135 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security,1.3.1000.v20220801-1135) Mirroring: osgi.bundle,org.eclipse.equinox.security.linux,1.0.300.v20220904-1118 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.linux,1.0.300.v20220904-1118) Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.2.100.v20211021-1418 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.2.100.v20211021-1418) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.help.ui,4.4.100.v20220619-1918 (Descriptor: canonical: osgi.bundle,org.eclipse.help.ui,4.4.100.v20220619-1918) Mirroring: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.800.v20221116-1440 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.800.v20221116-1440) Mirroring: osgi.bundle,org.eclipse.equinox.concurrent,1.2.100.v20211021-1418 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.concurrent,1.2.100.v20211021-1418) Mirroring: osgi.bundle,org.osgi.service.component,1.5.1.202212101352 (Descriptor: canonical: osgi.bundle,org.osgi.service.component,1.5.1.202212101352) Mirroring: osgi.bundle,org.eclipse.ant.core,3.6.500.v20220718-1722 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.core,3.6.500.v20220718-1722) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.700.v20221108-1024) Mirroring: osgi.bundle,org.eclipse.equinox.registry,3.11.200.v20220817-1601 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry,3.11.200.v20220817-1601) Mirroring: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.3.100.v20221111-1340 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.3.100.v20221111-1340) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.swt,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.1.200.v20220619-1918 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.1.200.v20220619-1918) Mirroring: osgi.bundle,org.apache.lucene.analysis-common,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-common,9.4.2.v20221211-0752) Mirroring: osgi.bundle,org.apache.felix.gogo.shell,1.1.4 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell,1.1.4) Mirroring: osgi.bundle,org.tukaani.xz,1.9.0 (Descriptor: canonical: osgi.bundle,org.tukaani.xz,1.9.0) Mirroring: osgi.bundle,org.apache.batik.i18n,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n,1.16.0.v20221027-0840) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.700.v20221108-1024) Mirroring: osgi.bundle,jakarta.servlet-api,4.0.0 (Descriptor: canonical: osgi.bundle,jakarta.servlet-api,4.0.0) Mirroring: osgi.bundle,org.eclipse.equinox.event,1.6.200.v20230120-0604 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event,1.6.200.v20230120-0604) Mirroring: osgi.bundle,org.eclipse.jetty.http,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http,10.0.13) Mirroring: osgi.bundle,org.apache.xmlgraphics,2.7.0.v20221018-0736 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics,2.7.0.v20221018-0736) Mirroring: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.3.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.3.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata,2.6.300.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata,2.6.300.v20220817-1208) [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:mirror (mirror-org.eclipse.platform.source) @ eclipse.platform.repository --- [INFO] Mirroring to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repos/org.eclipse.platform.source Mirroring: osgi.bundle,org.eclipse.team.ui,3.9.600.v20230207-1607 (Descriptor: canonical: osgi.bundle,org.eclipse.team.ui,3.9.600.v20230207-1607) Mirroring: osgi.bundle,org.eclipse.e4.core.di,1.8.300.v20220817-1539 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di,1.8.300.v20220817-1539) Mirroring: osgi.bundle,org.eclipse.equinox.app,1.6.200.v20220720-2012 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app,1.6.200.v20220720-2012) Mirroring: osgi.bundle,org.eclipse.osgi.services,3.11.100.v20221006-1531 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.services,3.11.100.v20221006-1531) Mirroring: osgi.bundle,org.eclipse.jetty.io,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.io,10.0.13) Mirroring: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.4.100.v20220213-0541 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.4.100.v20220213-0541) Mirroring: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.1.300.v20211021-1418 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.1.300.v20211021-1418) Mirroring: osgi.bundle,org.eclipse.ltk.core.refactoring,3.13.100.v20230117-1625 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.core.refactoring,3.13.100.v20230117-1625) Mirroring: osgi.bundle,org.eclipse.jface,3.29.0.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.jface,3.29.0.v20230214-1401) Mirroring: osgi.bundle,org.w3c.dom.events,3.0.0.draft20060413_v201105210656 (Descriptor: canonical: osgi.bundle,org.w3c.dom.events,3.0.0.draft20060413_v201105210656) Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet,1.7.400.v20221006-1531 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet,1.7.400.v20221006-1531) Mirroring: binary,org.eclipse.platform_root,4.28.0.v20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform_root,4.28.0.v20230309-0330) Mirroring: osgi.bundle,bcpg,1.72.2 (Descriptor: canonical: osgi.bundle,bcpg,1.72.2) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.700.v20221108-1024) Mirroring: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.core.databinding.beans,1.9.100.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans,1.9.100.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions,0.17.200.v20220613-1008 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions,0.17.200.v20220613-1008) Mirroring: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.2.500.v20230308-0853 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.2.500.v20230308-0853) Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.equinox.common,3.17.100.v20230202-1341 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common,3.17.100.v20230202-1341) Mirroring: osgi.bundle,org.osgi.util.position,1.0.1.201505202026 (Descriptor: canonical: osgi.bundle,org.osgi.util.position,1.0.1.201505202026) Mirroring: osgi.bundle,org.eclipse.ui.intro.universal,3.4.300.v20220619-1918 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.universal,3.4.300.v20220619-1918) Mirroring: osgi.bundle,org.eclipse.e4.core.di.annotations,1.7.200.v20220613-1008 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.annotations,1.7.200.v20220613-1008) Mirroring: osgi.bundle,org.eclipse.core.net.win32,1.0.100.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.win32,1.0.100.v20220812-1406) Mirroring: osgi.bundle,javax.annotation,1.3.5.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.annotation,1.3.5.v20221203-1659) Mirroring: osgi.bundle,org.eclipse.ui.ide,3.20.100.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide,3.20.100.v20230220-1021) Mirroring: osgi.bundle,org.osgi.service.device,1.1.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.device,1.1.1.202109301733) Mirroring: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.2.100.v20221111-1340 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.2.100.v20221111-1340) Mirroring: osgi.bundle,org.eclipse.platform,4.28.0.v20230309-0330 (Descriptor: canonical: osgi.bundle,org.eclipse.platform,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.core.databinding,1.12.0.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding,1.12.0.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.core,0.13.500.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.core,0.13.500.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.1.200.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.1.200.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.core.filesystem,1.9.500.v20220817-1539 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem,1.9.500.v20220817-1539) Mirroring: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.3.300.v20220512-1321 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.3.300.v20220512-1321) Mirroring: osgi.bundle,org.eclipse.update.configurator,3.4.1000.v20221114-1512 (Descriptor: canonical: osgi.bundle,org.eclipse.update.configurator,3.4.1000.v20221114-1512) Mirroring: osgi.bundle,org.eclipse.e4.ui.di,1.4.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.di,1.4.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.core.net.linux,1.0.200.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.linux,1.0.200.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui,2.7.800.v20230113-1239 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui,2.7.800.v20230113-1239) Mirroring: osgi.bundle,org.eclipse.core.contenttype,3.8.200.v20220817-1539 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype,3.8.200.v20220817-1539) Mirroring: osgi.bundle,org.apache.felix.gogo.command,1.1.2 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command,1.1.2) Mirroring: osgi.bundle,org.eclipse.equinox.security.macosx,1.101.400.v20210427-1958 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.macosx,1.101.400.v20210427-1958) Mirroring: osgi.bundle,org.eclipse.core.databinding.observable,1.12.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable,1.12.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.help,3.9.100.v20210721-0601 (Descriptor: canonical: osgi.bundle,org.eclipse.help,3.9.100.v20210721-0601) Mirroring: osgi.bundle,org.eclipse.ui,3.202.0.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.ui,3.202.0.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.ui.genericeditor,1.2.500.v20230308-1538 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor,1.2.500.v20230308-1538) Mirroring: osgi.bundle,org.eclipse.equinox.p2.director,2.5.400.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director,2.5.400.v20220817-1208) Mirroring: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.ui.themes,1.2.2200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.themes,1.2.2200.v20230220-0932) Mirroring: osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733) Mirroring: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.4.200.v20220911-2007 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.4.200.v20220911-2007) Mirroring: osgi.bundle,org.eclipse.urischeme,1.2.300.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.urischeme,1.2.300.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.rcp,4.28.0.v20230309-0330 (Descriptor: canonical: osgi.bundle,org.eclipse.rcp,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 (Descriptor: canonical: osgi.bundle,org.osgi.util.promise,1.3.0.202212101352) Mirroring: osgi.bundle,org.eclipse.core.filebuffers,3.7.200.v20220202-1008 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers,3.7.200.v20220202-1008) Mirroring: osgi.bundle,org.eclipse.equinox.security.ui,1.3.400.v20221007-1815 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.ui,1.3.400.v20221007-1815) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.2.100.v20220814-1551 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.2.100.v20220814-1551) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.equinox.p2.repository,2.6.300.v20221030-1923 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository,2.6.300.v20221030-1923) Mirroring: osgi.bundle,org.eclipse.ui.ide.application,1.4.700.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide.application,1.4.700.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.4.600.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.4.600.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.15.800.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.15.800.v20230214-1401) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.equinox.p2.director.app,1.2.300.v20220911-2007 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director.app,1.2.300.v20220911-2007) Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty,3.8.200.v20221109-0702 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty,3.8.200.v20221109-0702) Mirroring: osgi.bundle,org.eclipse.debug.core,3.20.100.v20230124-1239 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.core,3.20.100.v20230124-1239) Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.3.100.v20221111-1340 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.3.100.v20221111-1340) Mirroring: osgi.bundle,org.eclipse.compare,3.8.500.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.compare,3.8.500.v20220812-1406) Mirroring: osgi.bundle,org.apache.lucene.core,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,9.4.2.v20221211-0752) Mirroring: osgi.bundle,org.eclipse.equinox.p2.console,1.2.100.v20221111-1340 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.console,1.2.100.v20221111-1340) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench,1.14.100.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench,1.14.100.v20230220-1021) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.6.1800.v20230308-0853 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.6.1800.v20230308-0853) Mirroring: osgi.bundle,org.w3c.css.sac,1.3.1.v200903091627 (Descriptor: canonical: osgi.bundle,org.w3c.css.sac,1.3.1.v200903091627) Mirroring: osgi.bundle,org.eclipse.ui.navigator.resources,3.8.600.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator.resources,3.8.600.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.ui.browser,3.7.400.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.browser,3.7.400.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.jetty.security,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.security,10.0.13) Mirroring: osgi.bundle,org.apache.batik.constants,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants,1.16.0.v20221027-0840) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2000.v20230308-0853 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2000.v20230308-0853) Mirroring: osgi.bundle,org.eclipse.jetty.servlet,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.servlet,10.0.13) Mirroring: osgi.bundle,org.eclipse.equinox.launcher,1.6.400.v20210924-0641 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher,1.6.400.v20210924-0641) Mirroring: osgi.bundle,javax.inject,1.0.0.v20220405-0441 (Descriptor: canonical: osgi.bundle,javax.inject,1.0.0.v20220405-0441) Mirroring: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.e4.core.commands,1.0.400.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands,1.0.400.v20230220-0932) Mirroring: binary,org.eclipse.rcp_root,4.28.0.v20230309-0330 (Descriptor: canonical: binary,org.eclipse.rcp_root,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.core.variables,3.5.100.v20210721-1355 (Descriptor: canonical: osgi.bundle,org.eclipse.core.variables,3.5.100.v20210721-1355) Mirroring: osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733) Mirroring: osgi.bundle,org.eclipse.ui.externaltools,3.5.300.v20230126-0801 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.externaltools,3.5.300.v20230126-0801) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.5.400.v20220805-0804 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.5.400.v20220805-0804) Mirroring: osgi.bundle,org.eclipse.help.webapp,3.10.1000.v20221221-1358 (Descriptor: canonical: osgi.bundle,org.eclipse.help.webapp,3.10.1000.v20221221-1358) Mirroring: osgi.bundle,org.eclipse.ui.views,3.11.400.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views,3.11.400.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.core.externaltools,1.2.300.v20220618-1805 (Descriptor: canonical: osgi.bundle,org.eclipse.core.externaltools,1.2.300.v20220618-1805) Mirroring: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.4.800.v20221205-1614 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.4.800.v20221205-1614) Mirroring: osgi.bundle,org.eclipse.equinox.p2.engine,2.7.500.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.engine,2.7.500.v20220817-1208) Mirroring: osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.util.xml,1.0.2.202109301733) Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.123.100.v20230308-1502) Mirroring: org.eclipse.update.feature,org.eclipse.help,2.3.1400.v20230309-0330 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.help,2.3.1400.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.equinox.preferences,3.10.200.v20230120-0604 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences,3.10.200.v20230120-0604) Mirroring: osgi.bundle,javax.el-api,3.0.3 (Descriptor: canonical: osgi.bundle,javax.el-api,3.0.3) Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.1.700.v20220801-1124 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.1.700.v20220801-1124) Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.3.300.v20220329-1456 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.3.300.v20220329-1456) Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.1.300.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.1.300.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.2.100.v20221117-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.2.100.v20221117-1044) Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.2.300.v20220420-1427 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.2.300.v20220420-1427) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.16.800.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.16.800.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.3.300.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.3.300.v20220817-1208) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.700.v20221108-1024) Mirroring: osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.cm,1.6.1.202109301733) Mirroring: osgi.bundle,org.eclipse.ui.console,3.11.400.v20221012-0524 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.console,3.11.400.v20221012-0524) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench3,0.16.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench3,0.16.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.debug.ui.launchview,1.0.300.v20220811-0741 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.ui.launchview,1.0.300.v20220811-0741) Mirroring: osgi.bundle,org.eclipse.team.core,3.9.700.v20221201-0946 (Descriptor: canonical: osgi.bundle,org.eclipse.team.core,3.9.700.v20221201-0946) Mirroring: osgi.bundle,org.eclipse.equinox.console,1.4.500.v20211021-1418 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console,1.4.500.v20211021-1418) Mirroring: osgi.bundle,org.eclipse.jface.text,3.23.0.v20230123-1047 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text,3.23.0.v20230123-1047) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.13.300.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.13.300.v20230220-0932) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2000.v20230308-0853 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2000.v20230308-0853) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.700.v20221108-1024) Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.jetty.server,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.server,10.0.13) Mirroring: osgi.bundle,org.eclipse.jetty.util,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util,10.0.13) Mirroring: osgi.bundle,org.eclipse.compare.win32,1.2.900.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.win32,1.2.900.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.jsch.ui,1.4.200.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.ui,1.4.200.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.ui.views.log,1.3.500.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.log,1.3.500.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.4.200.v20221111-1340 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.4.200.v20221111-1340) Mirroring: osgi.bundle,org.eclipse.e4.ui.dialogs,1.3.500.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.dialogs,1.3.500.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.jsch.core,1.4.0.v20220813-1037 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.core,1.4.0.v20220813-1037) Mirroring: osgi.bundle,org.apache.ant,1.10.12.v20211102-1452 (Descriptor: canonical: osgi.bundle,org.apache.ant,1.10.12.v20211102-1452) Mirroring: osgi.bundle,org.eclipse.osgi,3.18.300.v20230220-1352 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.18.300.v20230220-1352) Mirroring: osgi.bundle,org.eclipse.ui.forms,3.11.600.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.forms,3.11.600.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.13.100.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.13.100.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.e4.ui.progress,0.3.700.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.progress,0.3.700.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher,1.7.300.v20221203-1819 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher,1.7.300.v20221203-1819) Mirroring: osgi.bundle,org.apache.jasper.glassfish,2.2.2.v201501141630 (Descriptor: canonical: osgi.bundle,org.apache.jasper.glassfish,2.2.2.v201501141630) Mirroring: osgi.bundle,org.eclipse.e4.core.services,2.3.400.v20220915-1347 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.services,2.3.400.v20220915-1347) Mirroring: osgi.bundle,org.w3c.dom.svg,1.1.0.v201011041433 (Descriptor: canonical: osgi.bundle,org.w3c.dom.svg,1.1.0.v201011041433) Mirroring: osgi.bundle,com.ibm.icu,72.1.0 (Descriptor: canonical: osgi.bundle,com.ibm.icu,72.1.0) Mirroring: osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733) Mirroring: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.16.700.v20230210-0941 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.16.700.v20230210-0941) Mirroring: osgi.bundle,org.eclipse.jface.databinding,1.14.100.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.databinding,1.14.100.v20230214-1401) Mirroring: osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 (Descriptor: canonical: osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024) Mirroring: osgi.bundle,org.eclipse.platform.doc.user,4.28.0.v20230307-1343 (Descriptor: canonical: osgi.bundle,org.eclipse.platform.doc.user,4.28.0.v20230307-1343) Mirroring: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.4.100.v20220329-1456 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.4.100.v20220329-1456) Mirroring: osgi.bundle,org.eclipse.ui.editors,3.15.0.v20221201-1935 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors,3.15.0.v20221201-1935) Mirroring: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.12.200.v20220808-2221 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.12.200.v20220808-2221) Mirroring: osgi.bundle,org.apache.batik.util,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.util,1.16.0.v20221027-0840) Mirroring: osgi.bundle,org.eclipse.compare.core,3.7.100.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.core,3.7.100.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.core.jobs,3.13.300.v20230111-0823 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs,3.13.300.v20230111-0823) Mirroring: osgi.bundle,org.eclipse.jface.notifications,0.5.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.notifications,0.5.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.1.100.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.1.100.v20220812-1406) Mirroring: org.eclipse.update.feature,org.eclipse.e4.rcp,4.28.0.v20230308-1502 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.e4.rcp,4.28.0.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.osgi.util,3.7.200.v20230103-1101 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.util,3.7.200.v20230103-1101) Mirroring: osgi.bundle,org.eclipse.equinox.p2.core,2.9.200.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.core,2.9.200.v20220817-1208) Mirroring: osgi.bundle,org.eclipse.core.commands,3.10.400.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands,3.10.400.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.help.base,4.3.1100.v20230309-0330 (Descriptor: canonical: osgi.bundle,org.eclipse.help.base,4.3.1100.v20230309-0330) Mirroring: osgi.bundle,javax.servlet.jsp-api,2.3.3 (Descriptor: canonical: osgi.bundle,javax.servlet.jsp-api,2.3.3) Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.4.300.v20221214-0640 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.4.300.v20221214-0640) Mirroring: org.eclipse.update.feature,org.eclipse.rcp,4.28.0.v20230309-0330 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rcp,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.search,3.14.400.v20230209-0804 (Descriptor: canonical: osgi.bundle,org.eclipse.search,3.14.400.v20230209-0804) Mirroring: osgi.bundle,org.eclipse.equinox.bidi,1.4.200.v20220710-1223 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.bidi,1.4.200.v20220710-1223) Mirroring: osgi.bundle,org.eclipse.e4.ui.ide,3.16.300.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.ide,3.16.300.v20230220-0932) Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2000.v20230308-0853 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2000.v20230308-0853) Mirroring: osgi.bundle,org.eclipse.jetty.util.ajax,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.util.ajax,10.0.13) Mirroring: osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109 (Descriptor: canonical: osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109) Mirroring: osgi.bundle,org.eclipse.e4.ui.services,1.5.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.services,1.5.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.ui.monitoring,1.2.400.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.monitoring,1.2.400.v20230220-0932) Mirroring: osgi.bundle,bcprov,1.72.0 (Descriptor: canonical: osgi.bundle,bcprov,1.72.0) Mirroring: osgi.bundle,org.eclipse.ui.net,1.4.100.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.net,1.4.100.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.text,3.12.300.v20220921-1010 (Descriptor: canonical: osgi.bundle,org.eclipse.text,3.12.300.v20220921-1010) Mirroring: osgi.bundle,org.eclipse.equinox.p2.operations,2.6.100.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.operations,2.6.100.v20220817-1208) Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.core.resources,3.18.200.v20230209-0754 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources,3.18.200.v20230209-0754) Mirroring: osgi.bundle,com.jcraft.jsch,0.1.55.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch,0.1.55.v20221112-0806) Mirroring: osgi.bundle,org.apache.lucene.analysis-smartcn,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-smartcn,9.4.2.v20221211-0752) Mirroring: osgi.bundle,org.eclipse.ui.cheatsheets,3.7.500.v20220903-1020 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cheatsheets,3.7.500.v20220903-1020) Mirroring: osgi.bundle,org.eclipse.debug.ui,3.17.200.v20230220-1318 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.ui,3.17.200.v20230220-1318) Mirroring: osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime,1.1.6) Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.4.400.v20220506-1821 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.4.400.v20220506-1821) Mirroring: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.28.0.I20230309-0330 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.28.0.I20230309-0330) Mirroring: osgi.bundle,org.eclipse.core.runtime,3.26.100.v20221021-0005 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.26.100.v20221021-0005) Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings,0.13.300.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings,0.13.300.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.1.700.v20220812-1406 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.1.700.v20220812-1406) Mirroring: osgi.bundle,org.eclipse.ui.workbench,3.128.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench,3.128.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.3.300.v20221203-1932 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.3.300.v20221203-1932) Mirroring: osgi.bundle,org.eclipse.ui.intro,3.6.600.v20220619-1918 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro,3.6.600.v20220619-1918) Mirroring: osgi.bundle,org.eclipse.core.net,1.4.0.v20220813-1037 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net,1.4.0.v20220813-1037) Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.2.200.v20220315-2155 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.2.200.v20220315-2155) Mirroring: osgi.bundle,org.eclipse.ui.win32,3.4.600.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.win32,3.4.600.v20230214-1401) Mirroring: osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733) Mirroring: osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733) Mirroring: osgi.bundle,org.osgi.util.function,1.2.0.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.util.function,1.2.0.202109301733) Mirroring: osgi.bundle,org.eclipse.ui.navigator,3.11.0.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator,3.11.0.v20230214-1401) Mirroring: osgi.bundle,org.osgi.service.event,1.4.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.event,1.4.1.202109301733) Mirroring: osgi.bundle,org.eclipse.e4.ui.widgets,1.3.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.widgets,1.3.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.core.expressions,3.8.200.v20220613-1047 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions,3.8.200.v20220613-1047) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.700.v20221108-1024) Mirroring: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.9.400.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.9.400.v20230220-1021) Mirroring: org.eclipse.update.feature,org.eclipse.platform,4.28.0.v20230309-0330 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.platform,4.28.0.v20230309-0330) Mirroring: osgi.bundle,org.eclipse.text.quicksearch,1.1.500.v20230129-1959 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch,1.1.500.v20230129-1959) Mirroring: osgi.bundle,org.eclipse.equinox.http.registry,1.3.200.v20220720-2012 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry,1.3.200.v20220720-2012) Mirroring: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627 (Descriptor: canonical: osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627) Mirroring: osgi.bundle,org.apache.batik.css,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.css,1.16.0.v20221027-0840) Mirroring: osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401) Mirroring: osgi.bundle,org.eclipse.core.databinding.property,1.9.200.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property,1.9.200.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt,0.14.800.v20230220-0932 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt,0.14.800.v20230220-0932) Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.2.100.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.2.100.v20220817-1208) Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.16.400.v20220613-1047 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.16.400.v20220613-1047) Mirroring: osgi.bundle,com.sun.el.javax.el,3.0.0 (Descriptor: canonical: osgi.bundle,com.sun.el.javax.el,3.0.0) Mirroring: osgi.bundle,org.eclipse.e4.emf.xpath,0.3.200.v20230220-1427 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.emf.xpath,0.3.200.v20230220-1427) Mirroring: osgi.bundle,org.eclipse.e4.core.contexts,1.11.0.v20220716-0839 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.contexts,1.11.0.v20220716-0839) Mirroring: osgi.bundle,org.eclipse.equinox.security,1.3.1000.v20220801-1135 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security,1.3.1000.v20220801-1135) Mirroring: osgi.bundle,org.eclipse.equinox.security.linux,1.0.300.v20220904-1118 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.linux,1.0.300.v20220904-1118) Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.2.100.v20211021-1418 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.2.100.v20211021-1418) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.help.ui,4.4.100.v20220619-1918 (Descriptor: canonical: osgi.bundle,org.eclipse.help.ui,4.4.100.v20220619-1918) Mirroring: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.800.v20221116-1440 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.800.v20221116-1440) Mirroring: osgi.bundle,org.eclipse.equinox.concurrent,1.2.100.v20211021-1418 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.concurrent,1.2.100.v20211021-1418) Mirroring: osgi.bundle,org.osgi.service.component,1.5.1.202212101352 (Descriptor: canonical: osgi.bundle,org.osgi.service.component,1.5.1.202212101352) Mirroring: osgi.bundle,org.eclipse.ant.core,3.6.500.v20220718-1722 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.core,3.6.500.v20220718-1722) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.700.v20221108-1024) Mirroring: osgi.bundle,org.eclipse.equinox.registry,3.11.200.v20220817-1601 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry,3.11.200.v20220817-1601) Mirroring: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.3.100.v20221111-1340 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.3.100.v20221111-1340) Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420) Mirroring: osgi.bundle,org.eclipse.swt,3.123.100.v20230308-1502 (Descriptor: canonical: osgi.bundle,org.eclipse.swt,3.123.100.v20230308-1502) Mirroring: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.1.200.v20220619-1918 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.1.200.v20220619-1918) Mirroring: osgi.bundle,org.apache.lucene.analysis-common,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-common,9.4.2.v20221211-0752) Mirroring: osgi.bundle,org.apache.felix.gogo.shell,1.1.4 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell,1.1.4) Mirroring: osgi.bundle,org.tukaani.xz,1.9.0 (Descriptor: canonical: osgi.bundle,org.tukaani.xz,1.9.0) Mirroring: osgi.bundle,org.apache.batik.i18n,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n,1.16.0.v20221027-0840) Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.700.v20221108-1024 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.700.v20221108-1024) Mirroring: osgi.bundle,jakarta.servlet-api,4.0.0 (Descriptor: canonical: osgi.bundle,jakarta.servlet-api,4.0.0) Mirroring: osgi.bundle,org.eclipse.equinox.event,1.6.200.v20230120-0604 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event,1.6.200.v20230120-0604) Mirroring: osgi.bundle,org.eclipse.jetty.http,10.0.13 (Descriptor: canonical: osgi.bundle,org.eclipse.jetty.http,10.0.13) Mirroring: osgi.bundle,org.apache.xmlgraphics,2.7.0.v20221018-0736 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics,2.7.0.v20221018-0736) Mirroring: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.3.0.v20230220-1021 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.3.0.v20230220-1021) Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata,2.6.300.v20220817-1208 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata,2.6.300.v20220817-1208) [INFO] [INFO] --- tycho-p2-director-plugin:4.0.0-SNAPSHOT:materialize-products (materialize-platform-product) @ eclipse.platform.repository --- [INFO] Installing product org.eclipse.platform.ide for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/linux/gtk/x86_64/eclipse Installing org.eclipse.platform.ide 4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 7519 ms. [INFO] Installing product org.eclipse.platform.ide for environment linux/gtk/ppc64le to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/linux/gtk/ppc64le/eclipse Installing org.eclipse.platform.ide 4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 7556 ms. [INFO] Installing product org.eclipse.platform.ide for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/linux/gtk/aarch64/eclipse Installing org.eclipse.platform.ide 4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 7808 ms. [INFO] Installing product org.eclipse.platform.ide for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/win32/win32/x86_64/eclipse Installing org.eclipse.platform.ide 4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 13284 ms. [INFO] Installing product org.eclipse.platform.ide for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/macosx/cocoa/x86_64/Eclipse.app Installing org.eclipse.platform.ide 4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 7663 ms. [INFO] Installing product org.eclipse.platform.ide for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/macosx/cocoa/aarch64/Eclipse.app Installing org.eclipse.platform.ide 4.28.0.I20230309-0330. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 8082 ms. [INFO] Installing product org.eclipse.sdk.ide for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/linux/gtk/x86_64/eclipse Installing org.eclipse.sdk.ide 4.28.0.I20230309-0330. Installing org.eclipse.e4.core.tools.feature.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.tips.feature.feature.group 0.3.100.v20230109-1247. Installing org.eclipse.tips.feature.source.feature.group 0.3.100.v20230109-1247. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 21049 ms. [INFO] Installing product org.eclipse.sdk.ide for environment linux/gtk/ppc64le to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/linux/gtk/ppc64le/eclipse Installing org.eclipse.sdk.ide 4.28.0.I20230309-0330. Installing org.eclipse.e4.core.tools.feature.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.tips.feature.feature.group 0.3.100.v20230109-1247. Installing org.eclipse.tips.feature.source.feature.group 0.3.100.v20230109-1247. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 20728 ms. [INFO] Installing product org.eclipse.sdk.ide for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/linux/gtk/aarch64/eclipse Installing org.eclipse.sdk.ide 4.28.0.I20230309-0330. Installing org.eclipse.e4.core.tools.feature.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.tips.feature.feature.group 0.3.100.v20230109-1247. Installing org.eclipse.tips.feature.source.feature.group 0.3.100.v20230109-1247. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 20804 ms. [INFO] Installing product org.eclipse.sdk.ide for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/win32/win32/x86_64/eclipse Installing org.eclipse.sdk.ide 4.28.0.I20230309-0330. Installing org.eclipse.e4.core.tools.feature.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.tips.feature.feature.group 0.3.100.v20230109-1247. Installing org.eclipse.tips.feature.source.feature.group 0.3.100.v20230109-1247. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 21192 ms. [INFO] Installing product org.eclipse.sdk.ide for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/macosx/cocoa/x86_64/Eclipse.app Installing org.eclipse.sdk.ide 4.28.0.I20230309-0330. Installing org.eclipse.e4.core.tools.feature.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.tips.feature.feature.group 0.3.100.v20230109-1247. Installing org.eclipse.tips.feature.source.feature.group 0.3.100.v20230109-1247. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 21758 ms. [INFO] Installing product org.eclipse.sdk.ide for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/macosx/cocoa/aarch64/Eclipse.app Installing org.eclipse.sdk.ide 4.28.0.I20230309-0330. Installing org.eclipse.e4.core.tools.feature.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.28.0.v20230307-1114. Installing org.eclipse.tips.feature.feature.group 0.3.100.v20230109-1247. Installing org.eclipse.tips.feature.source.feature.group 0.3.100.v20230109-1247. [WARNING] [eb5a5b11-3ec8-4f9a-b51b-71be967c3a1c][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.0-SNAPSHOT] Failed creating shared configuration url for null. Operation completed in 20422 ms. [INFO] [INFO] --- tycho-p2-director-plugin:4.0.0-SNAPSHOT:archive-products (archive-products) @ eclipse.platform.repository --- [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide-linux.gtk.ppc64le.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide-macosx.cocoa.aarch64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-linux.gtk.ppc64le.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-linux.gtk.aarch64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/eclipse-aggregator-master/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-macosx.cocoa.aarch64.tar.gz [INFO] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.repository --- [INFO] Execution was skipped [INFO] [INFO] --------------< org.eclipse.platform:platform-aggregator >-------------- [INFO] Building platform-aggregator 4.28.0-SNAPSHOT [519/519] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ platform-aggregator --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] eclipse-platform-parent 4.28.0-SNAPSHOT ............ SUCCESS [ 1.436 s] [INFO] eclipse-sdk-prereqs 4.28.0-SNAPSHOT ................ SUCCESS [ 0.005 s] [INFO] eclipse jdt 4.28.0-SNAPSHOT ........................ SUCCESS [ 0.004 s] [INFO] parent 4.28.0-SNAPSHOT ............................. SUCCESS [ 0.015 s] [INFO] org.eclipse.osgi 3.18.300-SNAPSHOT ................. SUCCESS [ 19.319 s] [INFO] [bundle] Common Eclipse Runtime 3.17.100-SNAPSHOT .. SUCCESS [ 1.187 s] [INFO] eclipse.platform.ui 4.28.0-SNAPSHOT ................ SUCCESS [ 0.008 s] [INFO] [aggregator] bundles 4.28.0-SNAPSHOT ............... SUCCESS [ 0.004 s] [INFO] [bundle] Commands 3.10.400-SNAPSHOT ................ SUCCESS [ 0.619 s] [INFO] eclipse.platform 4.28.0-SNAPSHOT ................... SUCCESS [ 0.007 s] [INFO] eclipse.platform.runtime 4.28.0-SNAPSHOT ........... SUCCESS [ 0.005 s] [INFO] [aggregator] bundles 4.28.0-SNAPSHOT ............... SUCCESS [ 0.038 s] [INFO] [bundle] Eclipse Jobs Mechanism 3.13.300-SNAPSHOT .. SUCCESS [ 0.907 s] [INFO] [bundle] Extension Registry Support 3.11.200-SNAPSHOT SUCCESS [ 1.430 s] [INFO] [bundle] Eclipse Preferences Mechanism 3.10.200-SNAPSHOT SUCCESS [ 0.717 s] [INFO] [bundle] Eclipse Content Mechanism 3.8.200-SNAPSHOT SUCCESS [ 0.407 s] [INFO] [bundle] JFace Data Binding Observables 1.12.200-SNAPSHOT SUCCESS [ 0.975 s] [INFO] [bundle] JFace Data Binding Properties 1.9.200-SNAPSHOT SUCCESS [ 0.475 s] [INFO] [bundle] JFace Data Binding 1.12.0-SNAPSHOT ........ SUCCESS [ 0.660 s] [INFO] [bundle] Equinox Application Container 1.6.200-SNAPSHOT SUCCESS [ 0.468 s] [INFO] [bundle] Core Runtime 3.26.100-SNAPSHOT ............ SUCCESS [ 0.367 s] [INFO] [bundle] Expression Language 3.8.200-SNAPSHOT ...... SUCCESS [ 0.445 s] [INFO] [bundle] Eclipse Dependency Injection Annotations 1.7.200-SNAPSHOT SUCCESS [ 0.456 s] [INFO] [bundle] Eclipse Dependency Injection 1.8.300-SNAPSHOT SUCCESS [ 0.410 s] [INFO] [bundle] Eclipse Contexts 1.11.0-SNAPSHOT .......... SUCCESS [ 0.310 s] [INFO] [bundle] Eclipse Application Services 2.3.400-SNAPSHOT SUCCESS [ 0.306 s] [INFO] [bundle] Eclipse e4 core commands 1.0.400-SNAPSHOT . SUCCESS [ 0.224 s] [INFO] [bundle] Eclipse Dependency Injection Extensions 0.17.200-SNAPSHOT SUCCESS [ 0.154 s] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier 0.16.400-SNAPSHOT SUCCESS [ 0.366 s] [INFO] [bundle] Eclipse Model Xpath 0.3.200-SNAPSHOT ...... SUCCESS [ 0.427 s] [INFO] eclipse.platform.swt 4.28.0-SNAPSHOT ............... SUCCESS [ 0.004 s] [INFO] org.eclipse.swt 3.123.100-SNAPSHOT ................. SUCCESS [ 0.032 s] [INFO] [bundle] Eclipse UI Dependency Injection 1.4.200-SNAPSHOT SUCCESS [ 0.197 s] [INFO] [bundle] Event Admin 1.6.200-SNAPSHOT .............. SUCCESS [ 0.280 s] [INFO] [bundle] Eclipse UI Application Services 1.5.200-SNAPSHOT SUCCESS [ 0.303 s] [INFO] [bundle] Bidirectional Text Support 1.4.200-SNAPSHOT SUCCESS [ 0.340 s] [INFO] eclipse.pde 4.28.0-SNAPSHOT ........................ SUCCESS [ 0.003 s] [INFO] eclipse.pde.apitools 4.28.0-SNAPSHOT ............... SUCCESS [ 0.004 s] [INFO] [bundle] PDE API Tools Annotations 1.2.0-SNAPSHOT .. SUCCESS [ 0.253 s] [INFO] org.eclipse.swt.gtk.linux.x86_64 3.123.100-SNAPSHOT SUCCESS [ 11.994 s] [INFO] org.eclipse.swt.gtk.linux.ppc64le 3.123.100-SNAPSHOT SUCCESS [ 8.715 s] [INFO] org.eclipse.swt.gtk.linux.aarch64 3.123.100-SNAPSHOT SUCCESS [ 7.692 s] [INFO] org.eclipse.swt.win32.win32.x86_64 3.123.100-SNAPSHOT SUCCESS [ 8.946 s] [INFO] org.eclipse.swt.cocoa.macosx.x86_64 3.123.100-SNAPSHOT SUCCESS [ 7.541 s] [INFO] org.eclipse.swt.cocoa.macosx.aarch64 3.123.100-SNAPSHOT SUCCESS [ 7.876 s] [INFO] [bundle] JFace 3.29.0-SNAPSHOT ..................... SUCCESS [ 2.861 s] [INFO] [bundle] Eclipse Bindings Support 0.13.300-SNAPSHOT SUCCESS [ 0.203 s] [INFO] [bundle] Eclipse CSS Core Support 0.13.500-SNAPSHOT SUCCESS [ 0.423 s] [INFO] [bundle] Eclipse CSS SWT Support 0.14.800-SNAPSHOT . SUCCESS [ 0.377 s] [INFO] [bundle] Eclipse CSS SWT Theme Support 0.13.300-SNAPSHOT SUCCESS [ 0.352 s] [INFO] [bundle] Eclipse e4 dialogs 1.3.500-SNAPSHOT ....... SUCCESS [ 0.319 s] [INFO] [bundle] Eclipse Workbench Model 2.3.0-SNAPSHOT .... SUCCESS [ 1.147 s] [INFO] [bundle] Eclipse UI Custom widgets 1.3.200-SNAPSHOT SUCCESS [ 0.124 s] [INFO] eclipse.jdt.core 4.28.0-SNAPSHOT ................... SUCCESS [ 0.011 s] [INFO] org.eclipse.jdt.annotation 2.2.700-SNAPSHOT ........ SUCCESS [ 0.223 s] [INFO] [bundle] Eclipse e4 Workbench 1.14.100-SNAPSHOT .... SUCCESS [ 0.699 s] [INFO] [bundle] JFace Data Binding for SWT and JFace 1.14.100-SNAPSHOT SUCCESS [ 0.546 s] [INFO] [bundle] Bundle for Workbench APIs available in e4 0.16.200-SNAPSHOT SUCCESS [ 0.148 s] [INFO] [bundle] Eclipse URI Scheme Handling 1.2.300-SNAPSHOT SUCCESS [ 0.275 s] [INFO] [bundle] Eclipse e4 Workbench SWT 0.16.800-SNAPSHOT SUCCESS [ 0.555 s] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.15.800-SNAPSHOT SUCCESS [ 0.430 s] [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.4.600-SNAPSHOT SUCCESS [ 0.337 s] [INFO] eclipse.platform.ua 4.28.0-SNAPSHOT ................ SUCCESS [ 0.003 s] [INFO] org.eclipse.help 3.9.100-SNAPSHOT .................. SUCCESS [ 0.370 s] [INFO] org.eclipse.equinox.security 1.3.1000-SNAPSHOT ..... SUCCESS [ 0.262 s] [INFO] eclipse.platform.team 4.28.0-SNAPSHOT .............. SUCCESS [ 0.003 s] [INFO] [aggregator] bundles 4.28.0-SNAPSHOT ............... SUCCESS [ 0.002 s] [INFO] [bundle] Internet Connection Management 1.4.0-SNAPSHOT SUCCESS [ 0.211 s] [INFO] eclipse.platform.debug 4.28.0-SNAPSHOT ............. SUCCESS [ 0.005 s] [INFO] [bundle] Core Variables 3.5.100-SNAPSHOT ........... SUCCESS [ 0.281 s] [INFO] [bundle] Ant Build Tool Core 3.6.500-SNAPSHOT ...... SUCCESS [ 0.610 s] [INFO] [bundle] OSGi Release 4.2.0 Services 3.11.100-SNAPSHOT SUCCESS [ 0.701 s] [INFO] [bundle] Http Services Servlet 1.7.400-SNAPSHOT .... SUCCESS [ 0.559 s] [INFO] [bundle] Jetty Http Service 3.8.200-SNAPSHOT ....... SUCCESS [ 0.564 s] [INFO] org.eclipse.help.base 4.3.1100-SNAPSHOT ............ SUCCESS [ 0.717 s] [INFO] [bundle] Eclipse Workbench 3.128.0-SNAPSHOT ........ SUCCESS [ 7.297 s] [INFO] [bundle] Eclipse UI 3.202.0-SNAPSHOT ............... SUCCESS [ 0.303 s] [INFO] [bundle] Eclipse Forms 3.11.600-SNAPSHOT ........... SUCCESS [ 0.765 s] [INFO] org.eclipse.ui.intro 3.6.600-SNAPSHOT .............. SUCCESS [ 0.550 s] [INFO] [bundle] Help System UI 4.4.100-SNAPSHOT ........... SUCCESS [ 0.654 s] [INFO] org.eclipse.ui.cheatsheets 3.7.500-SNAPSHOT ........ SUCCESS [ 0.638 s] [INFO] org eclipse jdt 3.19.100-SNAPSHOT .................. SUCCESS [ 0.221 s] [INFO] eclipse.platform.resources 4.28.0-SNAPSHOT ......... SUCCESS [ 0.003 s] [INFO] [aggregator] bundles 4.28.0-SNAPSHOT ............... SUCCESS [ 0.003 s] [INFO] [bundle] Core File Systems 1.9.500-SNAPSHOT ........ SUCCESS [ 0.377 s] [INFO] [bundle] Core Resource Management 3.18.200-SNAPSHOT SUCCESS [ 2.017 s] [INFO] [bundle] Debug Core 3.20.100-SNAPSHOT .............. SUCCESS [ 0.739 s] [INFO] [bundle] Core Compare Support 3.7.100-SNAPSHOT ..... SUCCESS [ 0.189 s] [INFO] eclipse.platform.text 4.28.0-SNAPSHOT .............. SUCCESS [ 0.003 s] [INFO] [bundle] Text 3.12.300-SNAPSHOT .................... SUCCESS [ 0.620 s] [INFO] [bundle] Team Support Core 3.9.700-SNAPSHOT ........ SUCCESS [ 0.727 s] [INFO] org.eclipse.jdt.core.compiler.batch 3.33.100-SNAPSHOT SUCCESS [ 5.426 s] [INFO] org.eclipse.jdt.core 3.33.100-SNAPSHOT ............. SUCCESS [ 6.880 s] [INFO] eclipse.jdt.debug 4.28.0-SNAPSHOT .................. SUCCESS [ 0.004 s] [INFO] org.eclipse.jdt.debug 3.20.200-SNAPSHOT ............ SUCCESS [ 1.347 s] [INFO] org.eclipse.jdt.launching 3.19.900-SNAPSHOT ........ SUCCESS [ 0.748 s] [INFO] [bundle] External Tools Headless Support 1.2.300-SNAPSHOT SUCCESS [ 0.146 s] [INFO] [bundle] Ant Launching Support 1.3.400-SNAPSHOT .... SUCCESS [ 0.458 s] [INFO] [bundle] E4 IDE UI 3.16.300-SNAPSHOT ............... SUCCESS [ 0.139 s] [INFO] rt.equinox.p2 4.28.0-SNAPSHOT ...................... SUCCESS [ 0.003 s] [INFO] [aggregator] bundles 4.28.0-SNAPSHOT ............... SUCCESS [ 0.003 s] [INFO] [bundle] Equinox Provisioning Core 2.9.200-SNAPSHOT SUCCESS [ 0.271 s] [INFO] [bundle] Equinox Provisioning Metadata 2.6.300-SNAPSHOT SUCCESS [ 0.731 s] [INFO] [bundle] Equinox Provisioning JAR Processor 1.2.500-SNAPSHOT SUCCESS [ 0.320 s] [INFO] [bundle] Equinox Provisioning Repository 2.6.300-SNAPSHOT SUCCESS [ 0.377 s] [INFO] [bundle] Equinox Provisioning Artifact Repository Support 1.4.800-SNAPSHOT SUCCESS [ 0.350 s] [INFO] [bundle] Equinox Provisioning Metadata Repository 1.4.100-SNAPSHOT SUCCESS [ 0.345 s] [INFO] [bundle] Equinox Provisioning Engine 2.7.500-SNAPSHOT SUCCESS [ 0.455 s] [INFO] [bundle] JFace Text 3.23.0-SNAPSHOT ................ SUCCESS [ 2.052 s] [INFO] [bundle] Views 3.11.400-SNAPSHOT ................... SUCCESS [ 0.367 s] [INFO] [bundle] Common Navigator View 3.11.0-SNAPSHOT ..... SUCCESS [ 1.099 s] [INFO] [bundle] Eclipse IDE UI 3.20.100-SNAPSHOT .......... SUCCESS [ 2.992 s] [INFO] [bundle] Text Editor Framework 3.16.700-SNAPSHOT ... SUCCESS [ 1.120 s] [INFO] [bundle] File Buffers 3.7.200-SNAPSHOT ............. SUCCESS [ 0.252 s] [INFO] [bundle] Default Text Editor 3.15.0-SNAPSHOT ....... SUCCESS [ 0.896 s] [INFO] [bundle] Console 3.11.400-SNAPSHOT ................. SUCCESS [ 0.450 s] [INFO] [bundle] Debug UI 3.17.200-SNAPSHOT ................ SUCCESS [ 3.234 s] [INFO] [bundle] External Tools 3.5.300-SNAPSHOT ........... SUCCESS [ 0.299 s] [INFO] [bundle] Compare Support 3.8.500-SNAPSHOT .......... SUCCESS [ 0.978 s] [INFO] eclipse.jdt.ui 4.28.0-SNAPSHOT ..................... SUCCESS [ 0.005 s] [INFO] org.eclipse.ltk.core.refactoring 3.13.100-SNAPSHOT . SUCCESS [ 0.662 s] [INFO] org.eclipse.jdt.core.manipulation 1.18.0-SNAPSHOT .. SUCCESS [ 3.444 s] [INFO] [bundle] Team Support UI 3.9.600-SNAPSHOT .......... SUCCESS [ 1.576 s] [INFO] org.eclipse.ltk.ui.refactoring 3.12.200-SNAPSHOT ... SUCCESS [ 0.708 s] [INFO] [bundle] Search Support 3.14.400-SNAPSHOT .......... SUCCESS [ 1.120 s] [INFO] [bundle] Tabbed Properties View 3.9.400-SNAPSHOT ... SUCCESS [ 0.337 s] [INFO] [bundle] Navigator Workbench Components 3.8.600-SNAPSHOT SUCCESS [ 0.412 s] [INFO] org.eclipse.jdt.ui 3.28.100-SNAPSHOT ............... SUCCESS [ 11.321 s] [INFO] org.eclipse.jdt.debug.ui 3.12.1000-SNAPSHOT ........ SUCCESS [ 1.756 s] [INFO] [bundle] Equinox Framework Admin 2.2.100-SNAPSHOT .. SUCCESS [ 0.179 s] [INFO] [bundle] Equinox Framework Admin for Equinox 1.2.200-SNAPSHOT SUCCESS [ 0.218 s] [INFO] [bundle] Simple Configurator 1.4.200-SNAPSHOT ...... SUCCESS [ 0.179 s] [INFO] [bundle] Simple Configurator Manipulator 2.2.100-SNAPSHOT SUCCESS [ 0.143 s] [INFO] org.eclipse.jdt.junit.runtime 3.7.100-SNAPSHOT ..... SUCCESS [ 1.057 s] [INFO] org.eclipse.jdt.junit.core 3.11.600-SNAPSHOT ....... SUCCESS [ 0.324 s] [INFO] org.eclipse.jdt.junit 3.15.200-SNAPSHOT ............ SUCCESS [ 0.847 s] [INFO] [bundle] Ant UI 3.8.300-SNAPSHOT ................... SUCCESS [ 1.613 s] [INFO] org.eclipse.jdt.annotation 1.2.100-SNAPSHOT ........ SUCCESS [ 0.253 s] [INFO] org.eclipse.jdt.apt.core 3.7.100-SNAPSHOT .......... SUCCESS [ 1.038 s] [INFO] org.eclipse.jdt.apt.pluggable.core 1.3.100-SNAPSHOT SUCCESS [ 0.277 s] [INFO] org.eclipse.jdt.apt.ui 3.7.0-SNAPSHOT .............. SUCCESS [ 0.373 s] [INFO] org.eclipse.jdt.core.formatterapp 1.1.0-SNAPSHOT ... SUCCESS [ 0.135 s] [INFO] [bundle] Equinox Provisioning Director 2.5.400-SNAPSHOT SUCCESS [ 0.252 s] [INFO] [bundle] Equinox Provisioning Director Application 1.2.300-SNAPSHOT SUCCESS [ 0.295 s] [INFO] [bundle] Equinox Provisioning Garbage Collector 1.2.100-SNAPSHOT SUCCESS [ 0.154 s] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure 1.7.300-SNAPSHOT SUCCESS [ 0.268 s] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse 1.4.300-SNAPSHOT SUCCESS [ 0.503 s] [INFO] [bundle] Equinox Provisioning Repository Tools 2.3.300-SNAPSHOT SUCCESS [ 0.466 s] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint 2.3.300-SNAPSHOT SUCCESS [ 0.259 s] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support 1.2.300-SNAPSHOT SUCCESS [ 0.348 s] [INFO] eclipse.pde.build 4.28.0-SNAPSHOT .................. SUCCESS [ 0.002 s] [INFO] [bundle] Plug-in Development Environment Build Support 3.11.400-SNAPSHOT SUCCESS [ 0.810 s] [INFO] eclipse.pde.ui 4.28.0-SNAPSHOT ..................... SUCCESS [ 0.003 s] [INFO] [bundle] PDE Core 3.16.200-SNAPSHOT ................ SUCCESS [ 1.569 s] [INFO] [bundle] Equinox Concurrent API 1.2.100-SNAPSHOT ... SUCCESS [ 0.171 s] [INFO] [bundle] Install/Update Configurator 3.4.1000-SNAPSHOT SUCCESS [ 0.315 s] [INFO] eclipse.platform.common 4.28.0-SNAPSHOT ............ SUCCESS [ 0.004 s] [INFO] org.eclipse.platform.doc.isv 4.28.0-SNAPSHOT ....... SUCCESS [01:04 min] [INFO] org.eclipse.jdt.doc.isv 3.14.2000-SNAPSHOT ......... SUCCESS [ 23.612 s] [INFO] org.eclipse.jdt.doc.user 3.15.1800-SNAPSHOT ........ SUCCESS [ 4.040 s] [INFO] org.eclipse.jdt.junit4.runtime 1.3.0-SNAPSHOT ...... SUCCESS [ 0.200 s] [INFO] org.eclipse.jdt.junit5.runtime 1.1.100-SNAPSHOT .... SUCCESS [ 0.505 s] [INFO] org.eclipse.jdt.launching.macosx 3.5.100-SNAPSHOT .. SUCCESS [ 0.176 s] [INFO] org.eclipse.jdt.launching.ui.macosx 1.3.100-SNAPSHOT SUCCESS [ 0.270 s] [INFO] org eclipse jdt feature 3.19.100-SNAPSHOT .......... SUCCESS [ 0.204 s] [INFO] [bundle] Equinox Launcher 1.6.400-SNAPSHOT ......... SUCCESS [ 0.183 s] [INFO] eclipse.platform.releng 4.28.0-SNAPSHOT ............ SUCCESS [ 0.002 s] [INFO] org.eclipse.test.performance 3.19.100-SNAPSHOT ..... SUCCESS [ 0.313 s] [INFO] [bundle] Eclipse IDE UI Application 1.4.700-SNAPSHOT SUCCESS [ 0.533 s] [INFO] org.eclipse.jdt.core.tests.compiler 3.12.2100-SNAPSHOT SUCCESS [ 2.801 s] [INFO] org.eclipse.jdt.compiler.tool.tests 1.3.200-SNAPSHOT SUCCESS [ 0.365 s] [INFO] org.eclipse.jdt.core.tests.builder 3.11.300-SNAPSHOT SUCCESS [ 0.420 s] [INFO] org.eclipse.jdt.compiler.apt.tests 1.2.300-SNAPSHOT SUCCESS [ 0.355 s] [INFO] org.eclipse.jdt.core.tests.model 3.11.600-SNAPSHOT . SUCCESS [ 5.424 s] [INFO] org.eclipse.jdt.core.tests.performance 3.11.100-SNAPSHOT SUCCESS [ 0.345 s] [INFO] org.eclipse.jdt.apt.pluggable.tests 3.5.100-SNAPSHOT SUCCESS [ 0.343 s] [INFO] org.eclipse.jdt.apt.tests 3.5.200-SNAPSHOT ......... SUCCESS [ 0.868 s] [INFO] eclipse.jdt.core.binaries 4.28.0-SNAPSHOT .......... SUCCESS [ 0.003 s] [INFO] org.eclipse.jdt.core.tests.binaries 1.0.250-SNAPSHOT SUCCESS [ 2.252 s] [INFO] org.eclipse.jdt.debug.tests 3.11.1900-SNAPSHOT ..... SUCCESS [ 1.773 s] [INFO] org.eclipse.jdt.debug.jdi.tests 1.0.0-SNAPSHOT ..... SUCCESS [ 0.380 s] [INFO] [test-bundle] File Buffers Test Plug-in 3.12.300-SNAPSHOT SUCCESS [ 0.226 s] [INFO] org.eclipse.jdt.astview 1.5.200-SNAPSHOT ........... SUCCESS [ 0.469 s] [INFO] org.eclipse.jdt.bcoview 1.1.0-SNAPSHOT ............. SUCCESS [ 0.484 s] [INFO] org.eclipse.jdt.jeview 1.4.200-SNAPSHOT ............ SUCCESS [ 0.430 s] [INFO] [test-bundle] Text Test Plug-in 3.13.200-SNAPSHOT .. SUCCESS [ 0.297 s] [INFO] [test-bundle] JFace Text Test Plug-in 3.13.0-SNAPSHOT SUCCESS [ 0.540 s] [INFO] org.eclipse.jdt.ui.tests 3.14.700-SNAPSHOT ......... SUCCESS [ 3.349 s] [INFO] org.eclipse.jdt.text.tests 3.13.1900-SNAPSHOT ...... SUCCESS [ 1.122 s] [INFO] org.eclipse.ltk.core.refactoring.tests 3.9.0-SNAPSHOT SUCCESS [ 0.250 s] [INFO] org.eclipse.ltk.ui.refactoring.tests 3.10.0-SNAPSHOT SUCCESS [ 0.231 s] [INFO] org.eclipse.jdt.ui.tests.refactoring 3.14.600-SNAPSHOT SUCCESS [ 3.290 s] [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SUCCESS [ 15.052 s] [INFO] org.eclipse.jdt.ui.examples.projects 3.2.0-SNAPSHOT SUCCESS [ 0.232 s] [INFO] [bundle] Debug Unit Test support 1.0.100-SNAPSHOT .. SUCCESS [ 0.561 s] [INFO] org.eclipse.jdt.ui.unittest.junit 1.0.500-SNAPSHOT . SUCCESS [ 0.403 s] [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.0.400-SNAPSHOT SUCCESS [ 0.120 s] [INFO] org.eclipse.jdt.astview.feature 1.1.15-SNAPSHOT .... SUCCESS [ 0.079 s] [INFO] org.eclipse.jdt.jeview.feature 1.0.14-SNAPSHOT ..... SUCCESS [ 0.119 s] [INFO] org.eclipse.jdt.bcoview.feature 1.1.0-SNAPSHOT ..... SUCCESS [ 0.044 s] [INFO] [bundle] API Tools 1.2.1300-SNAPSHOT ............... SUCCESS [ 1.540 s] [INFO] [bundle] Eclipse e4 Progress View 0.3.700-SNAPSHOT . SUCCESS [ 0.368 s] [INFO] [bundle] Equinox Provisioning Directory Watcher 1.3.100-SNAPSHOT SUCCESS [ 0.179 s] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support 1.4.100-SNAPSHOT SUCCESS [ 0.193 s] [INFO] [bundle] Equinox Provisioning Operations API 2.6.100-SNAPSHOT SUCCESS [ 0.242 s] [INFO] [bundle] Equinox Security Default UI 1.3.400-SNAPSHOT SUCCESS [ 0.356 s] [INFO] [bundle] Equinox Provisioning UI Support 2.7.800-SNAPSHOT SUCCESS [ 0.900 s] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment 1.2.800-SNAPSHOT SUCCESS [ 0.488 s] [INFO] [bundle] PDE Launching Support 3.10.400-SNAPSHOT ... SUCCESS [ 0.472 s] [INFO] [bundle] Log View 1.3.500-SNAPSHOT ................. SUCCESS [ 0.333 s] [INFO] [bundle] Generic and Extensible Text Editor 1.2.500-SNAPSHOT SUCCESS [ 0.306 s] [INFO] [bundle] PDE UI 3.13.900-SNAPSHOT .................. SUCCESS [ 6.095 s] [INFO] [bundle] API Tools UI 1.2.900-SNAPSHOT ............. SUCCESS [ 0.775 s] [INFO] [bundle] Target definition generic editor extension 1.1.300-SNAPSHOT SUCCESS [ 0.606 s] [INFO] [bundle] PDE Runtime 3.7.600-SNAPSHOT .............. SUCCESS [ 0.792 s] [INFO] [bundle] Eclipse Platform 4.28.0-SNAPSHOT .......... SUCCESS [ 0.215 s] [INFO] org.eclipse.pde.ui.tests 3.12.100-SNAPSHOT ......... SUCCESS [ 1.549 s] [INFO] org.eclipse.pde.api.tools.tests 1.3.0-SNAPSHOT ..... SUCCESS [ 3.250 s] [INFO] eclipse.pde.ds 4.28.0-SNAPSHOT ..................... SUCCESS [ 0.004 s] [INFO] [bundle] PDE DS Core 1.2.500-SNAPSHOT .............. SUCCESS [ 0.266 s] [INFO] [test-bundle] PDE DS Tests 1.2.100-SNAPSHOT ........ SUCCESS [ 0.222 s] [INFO] [bundle] PDE DS UI 1.2.300-SNAPSHOT ................ SUCCESS [ 0.520 s] [INFO] [bundle] Declarative Services Annotations Support 1.2.600-SNAPSHOT SUCCESS [ 0.441 s] [INFO] eclipse.pde.ua 4.28.0-SNAPSHOT ..................... SUCCESS [ 0.003 s] [INFO] [bundle] PDE UA Core 1.2.300-SNAPSHOT .............. SUCCESS [ 0.354 s] [INFO] [bundle] JFace Data Binding for JavaBeans 1.9.100-SNAPSHOT SUCCESS [ 0.239 s] [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400-SNAPSHOT SUCCESS [ 0.050 s] [INFO] org.eclipse.core.net.linux 1.0.200-SNAPSHOT ........ SUCCESS [ 0.144 s] [INFO] [bundle] Debug UI Launch Configuration View 1.0.300-SNAPSHOT SUCCESS [ 0.444 s] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes 3.7.200-SNAPSHOT SUCCESS [ 0.236 s] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.700-SNAPSHOT SUCCESS [ 0.167 s] [INFO] [bundle] Console plug-in 1.4.500-SNAPSHOT .......... SUCCESS [ 0.588 s] [INFO] [bundle] Eclipse UI GTK Enhancements 1.1.300-SNAPSHOT SUCCESS [ 0.231 s] [INFO] [bundle] Notification API 0.5.200-SNAPSHOT ......... SUCCESS [ 0.172 s] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.700-SNAPSHOT SUCCESS [ 0.104 s] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.700-SNAPSHOT SUCCESS [ 0.095 s] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.700-SNAPSHOT SUCCESS [ 0.097 s] [INFO] [bundle] Eclipse UI WIN32 Enhancements 1.1.200-SNAPSHOT SUCCESS [ 0.139 s] [INFO] [bundle] Eclipse UI MacOS X Enhancements 0.13.100-SNAPSHOT SUCCESS [ 0.207 s] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.700-SNAPSHOT SUCCESS [ 0.075 s] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.700-SNAPSHOT SUCCESS [ 0.096 s] [INFO] [aggregator] features 4.28.0-SNAPSHOT .............. SUCCESS [ 0.002 s] [INFO] [feature] Eclipse 4 Rich Client Platform 4.28.0-SNAPSHOT SUCCESS [ 0.226 s] [INFO] eclipse.platform.ui.tools 4.28.0-SNAPSHOT .......... SUCCESS [ 0.003 s] [INFO] [aggregator] bundles 4.28.0-SNAPSHOT ............... SUCCESS [ 0.002 s] [INFO] [bundle] Services 4.9.100-SNAPSHOT ................. SUCCESS [ 0.191 s] [INFO] org.eclipse.e4.tools.emf.ui 4.7.500-SNAPSHOT ....... SUCCESS [ 1.238 s] [INFO] [bundle] Http Service Registry Extensions 1.3.200-SNAPSHOT SUCCESS [ 0.236 s] [INFO] [bundle] Jasper Jsp Support Bundle 1.1.700-SNAPSHOT SUCCESS [ 0.996 s] [INFO] [bundle] Jasper Jsp Registry Support Plug-in 1.2.100-SNAPSHOT SUCCESS [ 0.131 s] [INFO] [bundle] Equinox Provisioning Console 1.2.100-SNAPSHOT SUCCESS [ 0.158 s] [INFO] [bundle] Equinox Provisioning Native Touchpoint 1.4.400-SNAPSHOT SUCCESS [ 0.201 s] [INFO] [bundle] Equinox Provisioning ECF based Transport 1.3.300-SNAPSHOT SUCCESS [ 0.207 s] [INFO] org.eclipse.equinox.security.linux 1.0.300-SNAPSHOT SUCCESS [ 0.168 s] [INFO] org.eclipse.equinox.security.win32.x86_64 1.1.300-SNAPSHOT SUCCESS [ 0.142 s] [INFO] org.eclipse.equinox.security.macosx 1.101.400-SNAPSHOT SUCCESS [ 0.162 s] [INFO] [aggregator] features 4.28.0-SNAPSHOT .............. SUCCESS [ 0.002 s] [INFO] [feature] Equinox p2, headless functionalities 1.6.1800-SNAPSHOT SUCCESS [ 0.083 s] [INFO] [bundle] Equinox Provisioning Drop-in 1.4.200-SNAPSHOT SUCCESS [ 0.181 s] [INFO] [feature] Equinox p2, backward compatibility support 1.4.2000-SNAPSHOT SUCCESS [ 0.056 s] [INFO] [bundle] Equinox Provisioning Update Checker 1.3.100-SNAPSHOT SUCCESS [ 0.155 s] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support 1.5.400-SNAPSHOT SUCCESS [ 0.397 s] [INFO] [bundle] Equinox Provisioning Platform Update Support 1.2.100-SNAPSHOT SUCCESS [ 0.430 s] [INFO] [feature] Equinox p2, minimal support for RCP applications 1.4.2000-SNAPSHOT SUCCESS [ 0.120 s] [INFO] [bundle] Equinox Provisioning Import and Export 1.3.300-SNAPSHOT SUCCESS [ 0.496 s] [INFO] [feature] Equinox p2, Provisioning for IDEs. 2.4.2000-SNAPSHOT SUCCESS [ 0.064 s] [INFO] org.eclipse.help.webapp 3.10.1000-SNAPSHOT ......... SUCCESS [ 7.969 s] [INFO] org.eclipse.help.feature 2.3.1400-SNAPSHOT ......... SUCCESS [ 0.106 s] [INFO] [bundle] JSch Core 1.4.0-SNAPSHOT .................. SUCCESS [ 0.154 s] [INFO] [bundle] JSch UI 1.4.200-SNAPSHOT .................. SUCCESS [ 0.269 s] [INFO] org.eclipse.pde.doc.user 3.14.2000-SNAPSHOT ........ SUCCESS [ 10.740 s] [INFO] org.eclipse.pde 3.13.2300-SNAPSHOT ................. SUCCESS [ 0.046 s] [INFO] [bundle] PDE JUnit Runtime Support 3.6.200-SNAPSHOT SUCCESS [ 0.193 s] [INFO] [bundle] PDE Templates 3.7.900-SNAPSHOT ............ SUCCESS [ 0.503 s] [INFO] [bundle] PDE UA UI 1.2.400-SNAPSHOT ................ SUCCESS [ 0.799 s] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI 1.2.200-SNAPSHOT SUCCESS [ 0.261 s] [INFO] [bundle] Layout Spy 1.1.100-SNAPSHOT ............... SUCCESS [ 0.219 s] [INFO] [bundle] Spy Core plug-in 1.0.300-SNAPSHOT ......... SUCCESS [ 0.123 s] [INFO] [bundle] Model Spy 0.12.500-SNAPSHOT ............... SUCCESS [ 0.291 s] [INFO] [bundle] CSS Spy 0.12.400-SNAPSHOT ................. SUCCESS [ 0.177 s] [INFO] [bundle] Preference Spy 0.12.400-SNAPSHOT .......... SUCCESS [ 0.212 s] [INFO] [bundle] Context Spy 1.0.500-SNAPSHOT .............. SUCCESS [ 0.197 s] [INFO] [bundle] Bundle Spy 0.12.300-SNAPSHOT .............. SUCCESS [ 0.214 s] [INFO] [bundle] Event Spy 1.0.200-SNAPSHOT ................ SUCCESS [ 0.431 s] [INFO] [aggregator] features 4.28.0-SNAPSHOT .............. SUCCESS [ 0.003 s] [INFO] [feature] Eclipse Plug-in Development Environment 3.14.1600-SNAPSHOT SUCCESS [ 0.254 s] [INFO] org.eclipse.platform.doc.user 4.28.0-SNAPSHOT ...... SUCCESS [ 3.420 s] [INFO] org.eclipse.rcp 4.28.0-SNAPSHOT .................... SUCCESS [ 0.044 s] [INFO] [bundle] Eclipse UI MacOS X Enhancements 1.3.100-SNAPSHOT SUCCESS [ 0.158 s] [INFO] org.eclipse.rcp.feature 4.28.0-SNAPSHOT ............ SUCCESS [ 0.077 s] [INFO] [bundle] Quick Search 1.1.500-SNAPSHOT ............. SUCCESS [ 0.334 s] [INFO] [bundle] Universal Welcome 3.4.300-SNAPSHOT ........ SUCCESS [ 0.416 s] [INFO] [bundle] Browser Support 3.7.400-SNAPSHOT .......... SUCCESS [ 0.310 s] [INFO] [bundle] UI Freeze Monitoring 1.2.400-SNAPSHOT ..... SUCCESS [ 0.233 s] [INFO] [bundle] Internet Connection Management UI 1.4.100-SNAPSHOT SUCCESS [ 0.193 s] [INFO] [bundle] Eclipse SDK Themes 1.2.2200-SNAPSHOT ...... SUCCESS [ 0.073 s] [INFO] [bundle] Quicklinks for the Welcome Framework 1.1.200-SNAPSHOT SUCCESS [ 0.184 s] [INFO] [bundle] Diff Extension for Generic Editor 1.1.100-SNAPSHOT SUCCESS [ 0.185 s] [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200-SNAPSHOT SUCCESS [ 0.060 s] [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200-SNAPSHOT SUCCESS [ 0.051 s] [INFO] org.eclipse.compare.win32 1.2.900-SNAPSHOT ......... SUCCESS [ 0.215 s] [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300-SNAPSHOT SUCCESS [ 0.052 s] [INFO] org.eclipse.core.net.win32 1.0.100-SNAPSHOT ........ SUCCESS [ 0.118 s] [INFO] org.eclipse.core.net.win32.x86_64 1.1.700-SNAPSHOT . SUCCESS [ 0.064 s] [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500-SNAPSHOT SUCCESS [ 0.058 s] [INFO] [bundle] Eclipse UI Win32 Enhancements 3.4.600-SNAPSHOT SUCCESS [ 0.282 s] [INFO] org.eclipse.core.filesystem.macosx 1.3.400-SNAPSHOT SUCCESS [ 0.075 s] [INFO] org.eclipse.platform.feature 4.28.0-SNAPSHOT ....... SUCCESS [ 0.415 s] [INFO] org.eclipse.pde.ua.tests 1.2.100-SNAPSHOT .......... SUCCESS [ 2.046 s] [INFO] org.eclipse.pde.junit.runtime.tests 3.7.0-SNAPSHOT . SUCCESS [ 0.394 s] [INFO] org.eclipse.pde.ui.tests.smartimport 1.2.0-SNAPSHOT SUCCESS [ 0.534 s] [INFO] org.eclipse.pde.ui.templates.tests 1.2.0-SNAPSHOT .. SUCCESS [ 0.617 s] [INFO] org.eclipse.pde.genericeditor.extension.tests 1.1.200-SNAPSHOT SUCCESS [ 0.588 s] [INFO] [bundle] Plug-in Development Unit Test support 1.0.300-SNAPSHOT SUCCESS [ 0.371 s] [INFO] [test-bundle] Tests Plug-in 1.3.500-SNAPSHOT ....... SUCCESS [ 0.442 s] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) 1.0.300-SNAPSHOT SUCCESS [ 0.068 s] [INFO] [test-bundle] Install/Update Configurator Test Plugin 0.1.0-SNAPSHOT SUCCESS [ 0.216 s] [INFO] [test-bundle] Ant Core Test Plugin 3.6.400-SNAPSHOT SUCCESS [ 0.389 s] [INFO] [test-bundle] Ant UI Test Plugin 3.10.400-SNAPSHOT . SUCCESS [ 0.727 s] [INFO] [bundle] Eclipse Project SDK 4.28.0-SNAPSHOT ....... SUCCESS [ 0.142 s] [INFO] [bundle] Core Tools 1.8.100-SNAPSHOT ............... SUCCESS [ 0.537 s] [INFO] [aggregator] features 4.28.0-SNAPSHOT .............. SUCCESS [ 0.005 s] [INFO] [feature] Equinox Core Function 1.13.1000-SNAPSHOT . SUCCESS [ 0.185 s] [INFO] [feature] Eclipse Core Runtime Infrastructure 1.3.200-SNAPSHOT SUCCESS [ 0.049 s] [INFO] [aggregator] tests 4.28.0-SNAPSHOT ................. SUCCESS [ 0.003 s] [INFO] [test-bundle] Content-Types Tests 1.1.0-SNAPSHOT ... SUCCESS [ 0.198 s] [INFO] [test-bundle] Expression Language Tests 3.6.200-SNAPSHOT SUCCESS [ 0.250 s] [INFO] [bundle] Eclipse Core Tests Harness 3.14.0-SNAPSHOT SUCCESS [ 0.181 s] [INFO] [test-bundle] Eclipse Core Tests Runtime 3.20.500-SNAPSHOT SUCCESS [ 0.634 s] [INFO] [test-bundle] E4 Core Tests 1.2.500-SNAPSHOT ....... SUCCESS [ 0.428 s] [INFO] eclipse.platform.team.tests 4.28.0-SNAPSHOT ........ SUCCESS [ 0.003 s] [INFO] eclipse.platform.resources.tests 4.28.0-SNAPSHOT ... SUCCESS [ 0.003 s] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT SUCCESS [ 0.037 s] [INFO] org.eclipse.core.tests.resources 3.11.0-SNAPSHOT ... SUCCESS [ 1.539 s] [INFO] [test-bundle] Compare Tests 3.7.200-SNAPSHOT ....... SUCCESS [ 0.418 s] [INFO] org.eclipse.core.tests.net 1.5.100-SNAPSHOT ........ SUCCESS [ 0.166 s] [INFO] org.eclipse.jsch.tests 1.2.0-SNAPSHOT .............. SUCCESS [ 0.149 s] [INFO] org.eclipse.team.tests.core 3.9.200-SNAPSHOT ....... SUCCESS [ 0.288 s] [INFO] org.eclipse.compare.examples 3.3.100-SNAPSHOT ...... SUCCESS [ 0.201 s] [INFO] org.eclipse.compare.examples.xml 3.5.100-SNAPSHOT .. SUCCESS [ 0.298 s] [INFO] org.eclipse.team.examples.filesystem 3.6.100-SNAPSHOT SUCCESS [ 0.600 s] [INFO] org.eclipse.core.filesystem.linux.loongarch64 1.4.200-SNAPSHOT SUCCESS [ 0.087 s] [INFO] [bundle] Core Resource Management Spy Support Fragment 1.5.300-SNAPSHOT SUCCESS [ 0.169 s] [INFO] org.eclipse.core.tools.resources 1.6.0-SNAPSHOT .... SUCCESS [ 0.438 s] [INFO] eclipse.platform.resources.examples 4.28.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] [bundle] Efs Examples Plug-in 1.0.0-SNAPSHOT ....... SUCCESS [ 0.321 s] [INFO] [bundle] Save Participant 1 3.5.0-SNAPSHOT ......... SUCCESS [ 0.196 s] [INFO] [bundle] Save Participant 2 3.5.0-SNAPSHOT ......... SUCCESS [ 0.160 s] [INFO] [bundle] Save Participant 3 3.5.0-SNAPSHOT ......... SUCCESS [ 0.158 s] [INFO] org.eclipse.core.tests.resources.saveparticipant 3.5.0-SNAPSHOT SUCCESS [ 0.198 s] [INFO] [aggregator] tests 4.28.0-SNAPSHOT ................. SUCCESS [ 0.002 s] [INFO] [test-bundle] Eclipse e4 core commands tests 0.14.0-SNAPSHOT SUCCESS [ 0.166 s] [INFO] [test-bundle] XPathTest Model 0.4.0-SNAPSHOT ....... SUCCESS [ 0.242 s] [INFO] [test-bundle] UI Bindings Tests 0.14.0-SNAPSHOT .... SUCCESS [ 0.203 s] [INFO] [test-bundle] TestModel Model 0.15.0-SNAPSHOT ...... SUCCESS [ 0.807 s] [INFO] [test-bundle] e4 css core tests 1.302.0-SNAPSHOT ... SUCCESS [ 0.222 s] [INFO] [test-bundle] e4 css swt tests (Incubation) 0.12.0-SNAPSHOT SUCCESS [ 0.351 s] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.0-SNAPSHOT SUCCESS [ 0.221 s] [INFO] [test-bundle] Harness Plug-in 1.10.0-SNAPSHOT ...... SUCCESS [ 0.294 s] [INFO] [test-bundle] Jface tests 1.4.0-SNAPSHOT ........... SUCCESS [ 0.638 s] [INFO] eclipse.platform.ui.examples 4.28.0-SNAPSHOT ....... SUCCESS [ 0.002 s] [INFO] [bundle] JFace Data Binding Examples 1.4.0-SNAPSHOT SUCCESS [ 0.402 s] [INFO] [test-bundle] JFace Data Binding Conformance Tests 1.5.0-SNAPSHOT SUCCESS [ 0.293 s] [INFO] [test-bundle] JFace Data Binding Tests 1.12.0-SNAPSHOT SUCCESS [ 1.216 s] [INFO] [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT SUCCESS [ 0.190 s] [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.0-SNAPSHOT SUCCESS [ 0.275 s] [INFO] [test-bundle] Eclipse UI IDE Application Tests 1.4.0-SNAPSHOT SUCCESS [ 0.231 s] [INFO] [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT SUCCESS [ 0.187 s] [INFO] [test-bundle] Eclipse UI Tests 3.15.1000-SNAPSHOT .. SUCCESS [ 2.049 s] [INFO] [test-bundle] Plugin.name 3.4.0 .................... SUCCESS [ 0.229 s] [INFO] [test-bundle] Forms Test 3.10.0-SNAPSHOT ........... SUCCESS [ 0.254 s] [INFO] [test-bundle] Common Navigator Tests 3.7.0-SNAPSHOT SUCCESS [ 0.502 s] [INFO] [test-bundle] Performance Plug-in 1.6.0-SNAPSHOT ... SUCCESS [ 0.381 s] [INFO] [test-bundle] Pluginchecks 1.2.0-SNAPSHOT .......... SUCCESS [ 0.243 s] [INFO] [test-bundle] Eclipse RCP Tests 3.6.0-SNAPSHOT ..... SUCCESS [ 0.250 s] [INFO] [test-bundle] Tabbed Properties View Tests 3.8.0-SNAPSHOT SUCCESS [ 0.359 s] [INFO] [bundle] CSS bridge demo 1.3.0-SNAPSHOT ............ SUCCESS [ 0.206 s] [INFO] [bundle] e4 Progress Examples Plug-in 0.4.0-SNAPSHOT SUCCESS [ 0.180 s] [INFO] [bundle] JFace Snippets Plug-in 3.6.0-SNAPSHOT ..... SUCCESS [ 0.453 s] [INFO] [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT SUCCESS [ 0.125 s] [INFO] [bundle] Command Contribution Examples 3.6.0-SNAPSHOT SUCCESS [ 0.319 s] [INFO] [bundle] Field Assist Example 1.3.0-SNAPSHOT ....... SUCCESS [ 0.222 s] [INFO] [bundle] Progress Examples Plug-in 3.3.0 ........... SUCCESS [ 0.224 s] [INFO] [bundle] pluginName 3.2.0 .......................... SUCCESS [ 0.193 s] [INFO] [bundle] Multi-Page Editor Example 3.4.0-SNAPSHOT .. SUCCESS [ 0.211 s] [INFO] [bundle] Common Navigator Examples 3.4.0-SNAPSHOT .. SUCCESS [ 0.186 s] [INFO] [bundle] User File Editor 3.5.0-SNAPSHOT ........... SUCCESS [ 0.236 s] [INFO] [bundle] Readme File Editing Tool 3.7.0-SNAPSHOT ... SUCCESS [ 0.280 s] [INFO] [bundle] Undo Example 3.5.0-SNAPSHOT ............... SUCCESS [ 0.223 s] [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.2.0-SNAPSHOT SUCCESS [ 0.161 s] [INFO] [bundle] Tabbed Properties View Article Example 3.4.0-SNAPSHOT SUCCESS [ 0.218 s] [INFO] [bundle] Examples of Eclipse Forms 3.4.0-SNAPSHOT .. SUCCESS [ 0.277 s] [INFO] [bundle] Tools 4.9.200-SNAPSHOT .................... SUCCESS [ 0.699 s] [INFO] [bundle] Compat 4.8.300-SNAPSHOT ................... SUCCESS [ 0.191 s] [INFO] [bundle] Persistence Model 1.0.0-SNAPSHOT .......... SUCCESS [ 0.276 s] [INFO] [bundle] Perspective migrate compatibility Util 1.0.0-SNAPSHOT SUCCESS [ 0.189 s] [INFO] [bundle] Editor3x 4.8.200-SNAPSHOT ................. SUCCESS [ 0.451 s] [INFO] [bundle] e4 JDT code templates 4.9.100-SNAPSHOT .... SUCCESS [ 0.352 s] [INFO] [aggregator] features 4.28.0-SNAPSHOT .............. SUCCESS [ 0.004 s] [INFO] [feature] Eclipse e4 Tools 4.28.0-SNAPSHOT ......... SUCCESS [ 0.152 s] [INFO] [feature] Eclipse Persistence 1.0.0-SNAPSHOT ....... SUCCESS [ 0.079 s] [INFO] org.eclipse.e4.tools.compatibility.migration.tests 1.0.0-SNAPSHOT SUCCESS [ 0.209 s] [INFO] org.eclipse.e4.tools.persistence.tests 1.0.0-SNAPSHOT SUCCESS [ 0.236 s] [INFO] org.eclipse.e4.tools.test 1.2.0-SNAPSHOT ........... SUCCESS [ 0.384 s] [INFO] [aggregator] tests 4.28.0-SNAPSHOT ................. SUCCESS [ 0.325 s] [INFO] [bundle] Tip of the Day core plugin 0.2.100-SNAPSHOT SUCCESS [ 0.166 s] [INFO] [bundle] Tip of the Day UI 0.2.100-SNAPSHOT ........ SUCCESS [ 0.177 s] [INFO] org.eclipse.platform.doc.tips 0.2.0-SNAPSHOT ....... SUCCESS [ 0.143 s] [INFO] [bundle] Example Debug Core Plug-in 1.5.0-SNAPSHOT . SUCCESS [ 0.273 s] [INFO] [bundle] Sample Memory View Plugin 1.103.0-SNAPSHOT SUCCESS [ 0.218 s] [INFO] [bundle] Mixed-mode Launching Example 1.3.0-SNAPSHOT SUCCESS [ 0.207 s] [INFO] [bundle] Example Debug UI Plug-in 1.7.100-SNAPSHOT . SUCCESS [ 0.413 s] [INFO] [test-bundle] Debug Test Plugin 3.13.0-SNAPSHOT .... SUCCESS [ 0.607 s] [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin 1.0.0-SNAPSHOT SUCCESS [ 0.208 s] [INFO] org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT SUCCESS [ 0.068 s] [INFO] org.eclipse.swt.tools.base 3.107.400-SNAPSHOT ...... SUCCESS [ 0.108 s] [INFO] org.eclipse.swt.tools.spies 3.108.500-SNAPSHOT ..... SUCCESS [ 0.202 s] [INFO] org.eclipse.swt.tools 3.109.600-SNAPSHOT ........... SUCCESS [ 0.455 s] [INFO] org.eclipse.swt.examples 3.107.400-SNAPSHOT ........ SUCCESS [ 0.785 s] [INFO] org.eclipse.swt.examples.browser.demos 3.107.100-SNAPSHOT SUCCESS [ 0.260 s] [INFO] org.eclipse.swt.examples.launcher 3.107.100-SNAPSHOT SUCCESS [ 0.191 s] [INFO] org.eclipse.swt.examples.ole.win32 3.108.0-SNAPSHOT SUCCESS [ 0.231 s] [INFO] org.eclipse.swt.examples.views 3.107.100-SNAPSHOT .. SUCCESS [ 0.191 s] [INFO] org.eclipse.swt.tests 3.106.2000-SNAPSHOT .......... SUCCESS [ 1.473 s] [INFO] org.eclipse.swt.tools.feature 3.108.700-SNAPSHOT ... SUCCESS [ 0.075 s] [INFO] org.eclipse.swt.tests.gtk 3.108.100-SNAPSHOT ....... SUCCESS [ 0.630 s] [INFO] eclipse.platform.swt.binaries 4.28.0-SNAPSHOT ...... SUCCESS [ 0.002 s] [INFO] [test-bundle] Search Support Tests Plug-in 3.11.0-SNAPSHOT SUCCESS [ 0.296 s] [INFO] [test-bundle] Editors Test Plug-in 3.13.0-SNAPSHOT . SUCCESS [ 0.284 s] [INFO] [test-bundle] Workbench Text Editor Test Plug-in 3.13.200-SNAPSHOT SUCCESS [ 0.276 s] [INFO] [bundle] JFace Text Example 3.3.100-SNAPSHOT ....... SUCCESS [ 0.280 s] [INFO] [bundle] CodeMinig Examples 1.1.0-SNAPSHOT ......... SUCCESS [ 0.109 s] [INFO] [test-bundle] Generic Editor Test Plug-in 1.3.0-SNAPSHOT SUCCESS [ 0.330 s] [INFO] [bundle] Examples for Generic Editor 1.2.100-SNAPSHOT SUCCESS [ 0.235 s] [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 1.2.0-SNAPSHOT SUCCESS [ 0.283 s] [INFO] [feature] Jetty Http Server Feature 1.11.100-SNAPSHOT SUCCESS [ 0.065 s] [INFO] org.eclipse.ua.tests 3.6.0-SNAPSHOT ................ SUCCESS [ 0.947 s] [INFO] org.eclipse.ua.tests.doc 1.2.0-SNAPSHOT ............ SUCCESS [ 0.429 s] [INFO] org.eclipse.ui.intro.quicklinks.examples 1.2.0-SNAPSHOT SUCCESS [ 0.094 s] [INFO] org.eclipse.ui.intro.solstice.examples 1.2.0-SNAPSHOT SUCCESS [ 0.099 s] [INFO] [bundle] Tip of the Day Json Provider 0.2.200-SNAPSHOT SUCCESS [ 0.172 s] [INFO] [bundle] IDE Enablement for Tip of the Day 0.2.100-SNAPSHOT SUCCESS [ 0.411 s] [INFO] org.eclipse.tips.feature 0.3.100-SNAPSHOT .......... SUCCESS [ 0.159 s] [INFO] infocenter-parent 4.28.0-SNAPSHOT .................. SUCCESS [ 0.003 s] [INFO] [bundle] Servletbridge 1.6.200-SNAPSHOT ............ SUCCESS [ 0.244 s] [INFO] [bundle] Servletbridge Http Service 1.2.200-SNAPSHOT SUCCESS [ 0.208 s] [INFO] infocenter-product 1.0.0-SNAPSHOT .................. SUCCESS [ 4.161 s] [INFO] infocenter-app 4.28.0-SNAPSHOT ..................... SUCCESS [ 2.865 s] [INFO] [bundle] Configuration Admin 1.5.200-SNAPSHOT ...... SUCCESS [ 0.207 s] [INFO] [bundle] Coordinator 1.5.200-SNAPSHOT .............. SUCCESS [ 0.130 s] [INFO] [bundle] Device Access Service 1.1.400-SNAPSHOT .... SUCCESS [ 0.202 s] [INFO] [bundle] Meta Type 1.6.300-SNAPSHOT ................ SUCCESS [ 0.202 s] [INFO] [bundle] User Admin Service 1.2.400-SNAPSHOT ....... SUCCESS [ 0.166 s] [INFO] [feature] Equinox Compendium SDK 3.22.600-SNAPSHOT . SUCCESS [ 0.121 s] [INFO] [bundle] Supplemental Equinox Functionality 1.10.600-SNAPSHOT SUCCESS [ 0.302 s] [INFO] [bundle] SSHD Fragment 1.1.100-SNAPSHOT ............ SUCCESS [ 0.266 s] [INFO] [bundle] Console ssh support plug-in 1.2.1000-SNAPSHOT SUCCESS [ 0.187 s] [INFO] [bundle] XSLT Transform Provider 1.2.200-SNAPSHOT .. SUCCESS [ 0.131 s] [INFO] [bundle] Transformer Hook Framework Extension 1.3.200-SNAPSHOT SUCCESS [ 0.151 s] [INFO] [bundle] Region Digraph 1.5.300-SNAPSHOT ........... SUCCESS [ 0.205 s] [INFO] [bundle] Log Stream Provider 1.1.100-SNAPSHOT ...... SUCCESS [ 0.380 s] [INFO] [bundle] Aspect Weaving Hooks Plug-in 1.3.200-SNAPSHOT SUCCESS [ 0.210 s] [INFO] [bundle] Standard Caching Service for Equinox Aspects 1.2.200-SNAPSHOT SUCCESS [ 0.181 s] [INFO] [bundle] J9 CachingService Plug-in 1.2.200-SNAPSHOT SUCCESS [ 0.194 s] [INFO] [feature] Equinox Core SDK 3.23.700-SNAPSHOT ....... SUCCESS [ 0.296 s] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.700-SNAPSHOT SUCCESS [ 0.117 s] [INFO] org.eclipse.equinox.executable 3.8.2100-SNAPSHOT ... SUCCESS [ 1.444 s] [INFO] [feature] Core Server Feature 1.14.900-SNAPSHOT .... SUCCESS [ 0.111 s] [INFO] [feature] Equinox Target Components 3.23.800-SNAPSHOT SUCCESS [ 0.190 s] [INFO] [feature] Simple Http Server Feature 1.7.100-SNAPSHOT SUCCESS [ 0.039 s] [INFO] [test-bundle] BiDi tests 1.3.100-SNAPSHOT .......... SUCCESS [ 0.261 s] [INFO] [test-bundle] Test Plug-in 1.1.200-SNAPSHOT ........ SUCCESS [ 0.175 s] [INFO] [test-bundle] Common Eclipse Runtime Tests 3.15.500-SNAPSHOT SUCCESS [ 0.427 s] [INFO] [test-bundle] Declarative Services Tests 1.6.400-SNAPSHOT SUCCESS [ 2.016 s] [INFO] [test-bundle] Preferences Tests 3.9.200-SNAPSHOT ... SUCCESS [ 0.192 s] [INFO] [test-bundle] Equinox security tests 1.2.400-SNAPSHOT SUCCESS [ 0.269 s] [INFO] [test-bundle] Ssh Tests 1.3.0-SNAPSHOT ............. SUCCESS [ 0.216 s] [INFO] [test-bundle] Console tests 1.3.0-SNAPSHOT ......... SUCCESS [ 0.266 s] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests 1.8.500-SNAPSHOT SUCCESS [ 0.861 s] [INFO] [bundle] slf4j Stub 1.1.100-SNAPSHOT ............... SUCCESS [ 0.063 s] [INFO] org.eclipse.osgi.tests 3.16.1000-SNAPSHOT .......... SUCCESS [ 10.376 s] [INFO] [test-bundle] Test Plug-in for Framework Admin 1.3.100-SNAPSHOT SUCCESS [ 0.646 s] [INFO] [bundle] Equinox Provisioning Discovery 1.2.100-SNAPSHOT SUCCESS [ 0.170 s] [INFO] [bundle] Equinox Provisioning Discovery 1.2.200-SNAPSHOT SUCCESS [ 0.175 s] [INFO] [bundle] Equinox Provisioning Installer 1.3.400-SNAPSHOT SUCCESS [ 0.189 s] [INFO] [bundle] Test Install Verifier 1.3.200-SNAPSHOT .... SUCCESS [ 0.336 s] [INFO] org.eclipse.equinox.p2.tests 1.8.1000-SNAPSHOT ..... SUCCESS [ 6.695 s] [INFO] [bundle] Equinox Provisioning Discovery UI 1.2.300-SNAPSHOT SUCCESS [ 0.432 s] [INFO] [test-bundle] Equinox Provisioning Discovery Tests 1.3.300-SNAPSHOT SUCCESS [ 0.253 s] [INFO] [product] Reconciler test application 1.1.0-SNAPSHOT SUCCESS [ 29.884 s] [INFO] [test-bundle] Equinox Provisioning Tests (Incubation) 1.3.500-SNAPSHOT SUCCESS [ 0.573 s] [INFO] [bundle] p2 Admin UI 1.2.100-SNAPSHOT .............. SUCCESS [ 0.346 s] [INFO] [bundle] Provisioning Admin UI RCP (Incubation) 1.3.400-SNAPSHOT SUCCESS [ 0.227 s] [INFO] [feature] Equinox p2, Discovery UI support 1.2.1200-SNAPSHOT SUCCESS [ 0.085 s] [INFO] [feature] p2 Server Feature 1.12.900-SNAPSHOT ...... SUCCESS [ 0.042 s] [INFO] [feature] Equinox p2, SDK 3.11.2000-SNAPSHOT ....... SUCCESS [ 0.122 s] [INFO] org.eclipse.equinox.p2.examples 4.28.0-SNAPSHOT .... SUCCESS [ 0.003 s] [INFO] [bundle] RCP Mail (Cloud Update Example) 2.2.100-SNAPSHOT SUCCESS [ 0.311 s] [INFO] [bundle] Prestartupdate 1.2.100-SNAPSHOT ........... SUCCESS [ 0.335 s] [INFO] [bundle] Sdkbundlevisibility 1.2.100-SNAPSHOT ...... SUCCESS [ 0.360 s] [INFO] [bundle] Sdknoautoupdates 1.2.100-SNAPSHOT ......... SUCCESS [ 0.221 s] [INFO] [bundle] RCP Mail (SDK UI) 1.2.100-SNAPSHOT ........ SUCCESS [ 0.215 s] [INFO] org.eclipse.ant.optional.junit 3.3.300-SNAPSHOT .... SUCCESS [ 0.057 s] [INFO] org.eclipse.releng.tests 3.6.0-SNAPSHOT ............ SUCCESS [ 0.162 s] [INFO] org.eclipse.sdk.examples 4.28.0-SNAPSHOT ........... SUCCESS [ 0.038 s] [INFO] org.eclipse.sdk.tests 4.28.0-SNAPSHOT .............. SUCCESS [ 0.029 s] [INFO] org.eclipse.test 3.5.200-SNAPSHOT .................. SUCCESS [ 0.380 s] [INFO] org.eclipse.test.performance.win32 3.1.500-SNAPSHOT SUCCESS [ 0.055 s] [INFO] org.eclipse.sdk.feature 4.28.0-SNAPSHOT ............ SUCCESS [ 0.780 s] [INFO] org.eclipse.sdk.examples.feature 4.28.0-SNAPSHOT ... SUCCESS [ 0.157 s] [INFO] org.eclipse.test.feature 3.8.400-SNAPSHOT .......... SUCCESS [ 0.082 s] [INFO] org.eclipse.sdk.tests.feature 4.28.0-SNAPSHOT ...... SUCCESS [ 0.352 s] [INFO] eclipse.platform.releng.tychoeclipsebuilder 4.28.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.rcp.configuration 1.1.2000-SNAPSHOT .... SUCCESS [ 0.142 s] [INFO] org.eclipse.rt.osgistarterkit.product 4.28.0-SNAPSHOT SUCCESS [ 9.231 s] [INFO] equinox-sdk 4.28.0-SNAPSHOT ........................ SUCCESS [ 6.778 s] [INFO] eclipse-junit-tests 4.28.0-SNAPSHOT ................ SUCCESS [ 21.685 s] [INFO] eclipse.platform.repository 4.28.0-SNAPSHOT ........ SUCCESS [05:54 min] [INFO] platform-aggregator 4.28.0-SNAPSHOT ................ SUCCESS [ 0.010 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:37 min [INFO] Finished at: 2023-03-09T03:47:59Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. Archiving artifacts [Checks API] No suitable checks publisher found. Finished: SUCCESS